2022-12-01T10:00:26.9844113Z Requested labels: linux.2xlarge 2022-12-01T10:00:26.9844192Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:26.9844214Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.4892757Z Job is about to start running on the runner: i-0fdf1c80e03bfdb26 (organization) 2022-12-01T10:00:33.2620694Z Current runner version: '2.299.1' 2022-12-01T10:00:33.2625258Z Runner name: 'i-0fdf1c80e03bfdb26' 2022-12-01T10:00:33.2625617Z Runner group name: 'Default' 2022-12-01T10:00:33.2626062Z Machine name: 'ip-10-0-3-4' 2022-12-01T10:00:33.2627380Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:33.2627847Z Actions: read 2022-12-01T10:00:33.2628006Z Checks: read 2022-12-01T10:00:33.2628177Z Contents: read 2022-12-01T10:00:33.2628354Z Deployments: read 2022-12-01T10:00:33.2628523Z Discussions: read 2022-12-01T10:00:33.2628696Z Issues: read 2022-12-01T10:00:33.2628865Z Metadata: read 2022-12-01T10:00:33.2629030Z Packages: read 2022-12-01T10:00:33.2629198Z Pages: read 2022-12-01T10:00:33.2629371Z PullRequests: read 2022-12-01T10:00:33.2629563Z RepositoryProjects: read 2022-12-01T10:00:33.2629760Z SecurityEvents: read 2022-12-01T10:00:33.2629938Z Statuses: read 2022-12-01T10:00:33.2630103Z ##[endgroup] 2022-12-01T10:00:33.2633110Z Secret source: None 2022-12-01T10:00:33.2633503Z Prepare workflow directory 2022-12-01T10:00:34.0901122Z Prepare all required actions 2022-12-01T10:00:34.1076563Z Getting action download info 2022-12-01T10:00:34.3117778Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:36.9069091Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:37.1315818Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:37.2426053Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:37.5024757Z Getting action download info 2022-12-01T10:00:37.6696491Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:37.8317301Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:37.8318895Z ##[group] Inputs 2022-12-01T10:00:37.8319191Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:37.8319965Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:00:37.8320795Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:37.8321124Z sync-tag: 2022-12-01T10:00:37.8321298Z ##[endgroup] 2022-12-01T10:00:37.8321734Z Complete job name: linux-focal-py3.7-gcc7 / test (default, 2, 2, linux.2xlarge) 2022-12-01T10:00:37.8996200Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:37.8996496Z with: 2022-12-01T10:00:37.8996677Z submodules: recursive 2022-12-01T10:00:37.8996851Z fetch-depth: 0 2022-12-01T10:00:37.8997020Z env: 2022-12-01T10:00:37.8997195Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:37.8997374Z ##[endgroup] 2022-12-01T10:00:37.9212166Z ##[group]Run retry () { 2022-12-01T10:00:37.9212405Z retry () { 2022-12-01T10:00:37.9212620Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:37.9212832Z } 2022-12-01T10:00:37.9213024Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.9213230Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:37.9213473Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.9213707Z else 2022-12-01T10:00:37.9213905Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.9214224Z fi 2022-12-01T10:00:37.9214446Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.9229697Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:37.9229924Z env: 2022-12-01T10:00:37.9230109Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:37.9230296Z NO_SUDO: 2022-12-01T10:00:37.9230454Z ##[endgroup] 2022-12-01T10:00:37.9394608Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:41.4774306Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:41.4774551Z with: 2022-12-01T10:00:41.4774754Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:41.4774965Z fetch-depth: 0 2022-12-01T10:00:41.4775132Z submodules: recursive 2022-12-01T10:00:41.4775320Z quiet-checkout: true 2022-12-01T10:00:41.4775519Z repository: pytorch/pytorch 2022-12-01T10:00:41.4775890Z token: *** 2022-12-01T10:00:41.4776062Z ssh-strict: true 2022-12-01T10:00:41.4776256Z persist-credentials: true 2022-12-01T10:00:41.4776454Z clean: true 2022-12-01T10:00:41.4776611Z lfs: false 2022-12-01T10:00:41.4776792Z set-safe-directory: true 2022-12-01T10:00:41.4776969Z env: 2022-12-01T10:00:41.4777125Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:41.4777307Z ##[endgroup] 2022-12-01T10:00:41.5940429Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:41.5941776Z ##[group]Getting Git version info 2022-12-01T10:00:41.5942215Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:41.5942648Z [command]/usr/bin/git version 2022-12-01T10:00:41.5942839Z git version 2.37.1 2022-12-01T10:00:41.5943369Z ##[endgroup] 2022-12-01T10:00:41.5954326Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b27262ca-0eff-423f-a86e-8b5525d8aee6' before making global git config changes 2022-12-01T10:00:41.5954751Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:41.5956731Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:41.5992935Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:41.5996899Z ##[group]Initializing the repository 2022-12-01T10:00:41.5999278Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:41.6207010Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:41.6207571Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:41.6208152Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:41.6208558Z hint: 2022-12-01T10:00:41.6209062Z hint: git config --global init.defaultBranch 2022-12-01T10:00:41.6209653Z hint: 2022-12-01T10:00:41.6209959Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:41.6210359Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:41.6210614Z hint: 2022-12-01T10:00:41.6211176Z hint: git branch -m 2022-12-01T10:00:41.6211832Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:41.6217720Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:41.6246121Z ##[endgroup] 2022-12-01T10:00:41.6246689Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:41.6306206Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:41.6306970Z ##[endgroup] 2022-12-01T10:00:41.6307327Z ##[group]Setting up auth 2022-12-01T10:00:41.6307715Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:41.6314642Z [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:00:41.6553384Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:41.6581539Z [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:00:41.6826656Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:41.6868782Z ##[endgroup] 2022-12-01T10:00:41.6869424Z ##[group]Fetching the repository 2022-12-01T10:00:41.6875899Z [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:01:32.2167276Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:32.2200861Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:33.2012693Z ##[endgroup] 2022-12-01T10:01:33.2013203Z ##[group]Determining the checkout info 2022-12-01T10:01:33.2014126Z ##[endgroup] 2022-12-01T10:01:33.2014505Z ##[group]Checking out the ref 2022-12-01T10:01:33.2017961Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:34.4329665Z ##[endgroup] 2022-12-01T10:01:34.4330098Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:34.4334583Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:34.4382350Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:34.4410982Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:34.4438801Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:34.4462506Z ##[endgroup] 2022-12-01T10:01:34.4463063Z ##[group]Fetching submodules 2022-12-01T10:01:34.4466080Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:34.4719162Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:34.4962706Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:34.4963871Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:34.4966446Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:34.4968894Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:34.4972605Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:34.4975314Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:34.4977743Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:34.4980692Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:34.4983690Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:34.4986991Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:34.4990302Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:34.4993708Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:34.4997077Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:34.5000999Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:34.5004558Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:34.5008188Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:34.5012090Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:34.5016152Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:34.5020010Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:34.5024175Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:34.5028304Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:34.5033062Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:34.5037398Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:34.5041896Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:34.5046477Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:34.5051275Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:34.5056231Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:34.5061046Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:34.5066142Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:34.5071183Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:34.5076488Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:34.5081749Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:34.5087152Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:34.5093475Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:34.5098691Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:34.5104419Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:34.5110151Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:34.5116104Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:34.5122079Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:34.5128345Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:34.5134846Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:34.5158520Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:34.7826240Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:35.0074612Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:35.2246736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:35.5312111Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:35.7979673Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:37.8122218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:43.6473534Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:44.0598280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:44.6133281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:46.1936305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:47.2713843Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:48.7119353Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:53.8881348Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:54.6787468Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:55.8908185Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:57.0795706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:57.3111851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:01:57.7646432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:01:58.0746875Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:01:59.1107058Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:01:59.5466081Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:01:59.7556456Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:02:00.0516227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:02:01.4101646Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:02:02.0341353Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:02:02.9999610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:09.3907799Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:11.1137083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:11.5695992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:11.8499638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:17.5258780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:17.7174337Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:17.9591546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:18.8925699Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:19.1197280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:19.4356335Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:19.7464981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:20.3365902Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:22.4296743Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:22.9013730Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:25.0591909Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:25.0690080Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:25.0766161Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:25.0972076Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:25.1198567Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:25.1543174Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:25.7047087Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:25.7237934Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:25.8144571Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:25.8456314Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:26.1088136Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:26.4850534Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:26.7048014Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:26.7466449Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:26.7479820Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:26.7481757Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:26.7483872Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:26.7486230Z 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:02:26.7508407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:27.7480805Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:28.2832920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:29.3674369Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:29.6985862Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:29.7911281Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:29.8454478Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:29.8550465Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:29.9325728Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:29.9659648Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:29.9743772Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:30.0116514Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:30.0337430Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:30.0765081Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:30.0873157Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:30.0885550Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:30.0907110Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:37.6770792Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:37.6787501Z 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:02:37.6809829Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:45.4401767Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:45.4495593Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:45.4625481Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:45.5495760Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:45.5509895Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:45.5511822Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:45.5535181Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:46.7181369Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:47.7995651Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:47.8496113Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:47.8683513Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:47.8811988Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:47.9782722Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:48.1976991Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:48.2002077Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:48.2003982Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:48.2027222Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:48.6035706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:49.3950382Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:49.4237377Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:49.4375134Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:49.4388840Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:49.4409287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:51.1608239Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:51.1626651Z 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:02:51.1628387Z 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:02:51.1652197Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:51.5755732Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:52.3935568Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:52.4534626Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:52.4549569Z 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:02:52.4571153Z 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:02:52.8874902Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:52.8959250Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:02:53.1306699Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:02:53.1327443Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:53.1328786Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:53.1352476Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:02:53.5513940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:02:54.9534276Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:02:55.0156554Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:02:55.0233602Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:02:55.0329280Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:02:55.0630703Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:02:55.0709934Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:02:55.0962107Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:02:55.1045470Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:02:55.1443735Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:02:55.2425935Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:02:55.2661090Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:02:55.2675182Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:55.2677323Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:55.2679780Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:55.2682284Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:55.2704634Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:02:56.3755959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:02:56.6715994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:02:58.1852546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:02:59.0944447Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:02:59.1075289Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:02:59.1663690Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:02:59.1917256Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:02:59.1930352Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.1952640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:02:59.4201811Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:59.5420566Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:02:59.5448764Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:02:59.5711176Z Entering 'android/libs/fbjni' 2022-12-01T10:02:59.5744824Z Entering 'third_party/FP16' 2022-12-01T10:02:59.5780044Z Entering 'third_party/FXdiv' 2022-12-01T10:02:59.5815009Z Entering 'third_party/NNPACK' 2022-12-01T10:02:59.5849532Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:59.5885674Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:59.5920528Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:59.5965345Z Entering 'third_party/benchmark' 2022-12-01T10:02:59.5999885Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:59.6034829Z Entering 'third_party/cub' 2022-12-01T10:02:59.6069528Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:59.6109346Z Entering 'third_party/cutlass' 2022-12-01T10:02:59.6149375Z Entering 'third_party/eigen' 2022-12-01T10:02:59.6186357Z Entering 'third_party/fbgemm' 2022-12-01T10:02:59.6220913Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:59.6254349Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:59.6287821Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:59.6321598Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:59.6356591Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:59.6392660Z Entering 'third_party/fmt' 2022-12-01T10:02:59.6426823Z Entering 'third_party/foxi' 2022-12-01T10:02:59.6461794Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:59.6496317Z Entering 'third_party/gloo' 2022-12-01T10:02:59.6530870Z Entering 'third_party/googletest' 2022-12-01T10:02:59.6565007Z Entering 'third_party/ideep' 2022-12-01T10:02:59.6598700Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:59.6634158Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:59.6674052Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:59.6708153Z Entering 'third_party/ittapi' 2022-12-01T10:02:59.6741607Z Entering 'third_party/kineto' 2022-12-01T10:02:59.6777230Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:59.6811260Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:59.6847872Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:59.6883445Z Entering 'third_party/neon2sse' 2022-12-01T10:02:59.6917959Z Entering 'third_party/nlohmann' 2022-12-01T10:02:59.6954913Z Entering 'third_party/onnx' 2022-12-01T10:02:59.7001409Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:59.7036280Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:59.7075065Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:59.7109521Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:59.7147947Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:59.7181587Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:59.7215325Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.7255127Z Entering 'third_party/pocketfft' 2022-12-01T10:02:59.7289216Z Entering 'third_party/protobuf' 2022-12-01T10:02:59.7326865Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:59.7360272Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:59.7397415Z Entering 'third_party/psimd' 2022-12-01T10:02:59.7431784Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:59.7466008Z Entering 'third_party/pybind11' 2022-12-01T10:02:59.7500842Z Entering 'third_party/python-enum' 2022-12-01T10:02:59.7534787Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:59.7568457Z Entering 'third_party/python-six' 2022-12-01T10:02:59.7602956Z Entering 'third_party/sleef' 2022-12-01T10:02:59.7636654Z Entering 'third_party/tbb' 2022-12-01T10:02:59.7674310Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:59.7707746Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:59.7742814Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:59.7775979Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:59.7810115Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:59.7844219Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.7880618Z Entering 'third_party/zstd' 2022-12-01T10:02:59.7924774Z ##[endgroup] 2022-12-01T10:02:59.7925177Z ##[group]Persisting credentials for submodules 2022-12-01T10:02:59.7930186Z [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:02:59.8182844Z Entering 'android/libs/fbjni' 2022-12-01T10:02:59.8217149Z Entering 'third_party/FP16' 2022-12-01T10:02:59.8250834Z Entering 'third_party/FXdiv' 2022-12-01T10:02:59.8284326Z Entering 'third_party/NNPACK' 2022-12-01T10:02:59.8318021Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:59.8352153Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:59.8387178Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:59.8431125Z Entering 'third_party/benchmark' 2022-12-01T10:02:59.8464566Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:59.8499157Z Entering 'third_party/cub' 2022-12-01T10:02:59.8532887Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:59.8571416Z Entering 'third_party/cutlass' 2022-12-01T10:02:59.8610938Z Entering 'third_party/eigen' 2022-12-01T10:02:59.8646777Z Entering 'third_party/fbgemm' 2022-12-01T10:02:59.8680942Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:59.8716081Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:59.8749463Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:59.8782882Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:59.8817115Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:59.8852278Z Entering 'third_party/fmt' 2022-12-01T10:02:59.8886322Z Entering 'third_party/foxi' 2022-12-01T10:02:59.8919181Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:59.8953854Z Entering 'third_party/gloo' 2022-12-01T10:02:59.8989360Z Entering 'third_party/googletest' 2022-12-01T10:02:59.9023862Z Entering 'third_party/ideep' 2022-12-01T10:02:59.9056669Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:59.9091253Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:59.9130819Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:59.9164242Z Entering 'third_party/ittapi' 2022-12-01T10:02:59.9198143Z Entering 'third_party/kineto' 2022-12-01T10:02:59.9233138Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:59.9265015Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:59.9299896Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:59.9333826Z Entering 'third_party/neon2sse' 2022-12-01T10:02:59.9367611Z Entering 'third_party/nlohmann' 2022-12-01T10:02:59.9402875Z Entering 'third_party/onnx' 2022-12-01T10:02:59.9448378Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:59.9482353Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:59.9518100Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:59.9551579Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:59.9588356Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:59.9621916Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:59.9654945Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.9692031Z Entering 'third_party/pocketfft' 2022-12-01T10:02:59.9725755Z Entering 'third_party/protobuf' 2022-12-01T10:02:59.9762662Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:59.9796275Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:59.9830466Z Entering 'third_party/psimd' 2022-12-01T10:02:59.9864061Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:59.9898443Z Entering 'third_party/pybind11' 2022-12-01T10:02:59.9931897Z Entering 'third_party/python-enum' 2022-12-01T10:02:59.9964703Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:59.9997394Z Entering 'third_party/python-six' 2022-12-01T10:03:00.0030324Z Entering 'third_party/sleef' 2022-12-01T10:03:00.0065132Z Entering 'third_party/tbb' 2022-12-01T10:03:00.0100711Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.0133979Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.0166390Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.0199441Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.0233654Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.0266042Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.0301735Z Entering 'third_party/zstd' 2022-12-01T10:03:00.0346523Z [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:03:00.0598485Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.0628507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:03:00.0643328Z Entering 'third_party/FP16' 2022-12-01T10:03:00.0674990Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:03:00.0689261Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.0720530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:03:00.0735630Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.0766979Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:03:00.0782389Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.0813307Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:03:00.0827593Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.0858996Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:03:00.0873334Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.0905584Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:03:00.0929530Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.0962099Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:00.0976268Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.1007494Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:00.1023584Z Entering 'third_party/cub' 2022-12-01T10:03:00.1055431Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:03:00.1069307Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.1100433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:03:00.1119452Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.1151594Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:03:00.1173976Z Entering 'third_party/eigen' 2022-12-01T10:03:00.1205130Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:03:00.1221252Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.1252512Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:03:00.1267254Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.1298030Z 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:03:00.1311762Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.1344807Z 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:03:00.1359618Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.1393043Z 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:03:00.1407112Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.1441932Z 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:03:00.1458746Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.1492324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:03:00.1508493Z Entering 'third_party/fmt' 2022-12-01T10:03:00.1541404Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:03:00.1556467Z Entering 'third_party/foxi' 2022-12-01T10:03:00.1588539Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:03:00.1602941Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.1637401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:03:00.1651351Z Entering 'third_party/gloo' 2022-12-01T10:03:00.1683229Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:03:00.1699705Z Entering 'third_party/googletest' 2022-12-01T10:03:00.1731542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.1746083Z Entering 'third_party/ideep' 2022-12-01T10:03:00.1779975Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:03:00.1793813Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.1826469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:03:00.1842198Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.1873213Z 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:03:00.1892977Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.1948955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:03:00.1962986Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.1994834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:03:00.2010059Z Entering 'third_party/kineto' 2022-12-01T10:03:00.2041630Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:03:00.2056561Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.2087814Z 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:03:00.2102191Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.2134674Z 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:03:00.2150239Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.2182637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:03:00.2197782Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.2229936Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:03:00.2244205Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.2276853Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:03:00.2292313Z Entering 'third_party/onnx' 2022-12-01T10:03:00.2324155Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:00.2350366Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.2382362Z 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:03:00.2397468Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.2430183Z 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:03:00.2446436Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.2478995Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:03:00.2493156Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.2524754Z 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:03:00.2543320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.2576134Z 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:03:00.2590424Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.2622398Z 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:03:00.2637014Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.2669423Z 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:03:00.2688538Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.2720820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:03:00.2735596Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.2767402Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:03:00.2785337Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.2816852Z 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:03:00.2831318Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.2862945Z 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:03:00.2879566Z Entering 'third_party/psimd' 2022-12-01T10:03:00.2914100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:03:00.2928996Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.2961549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:03:00.2976687Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.3008231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:00.3022856Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.3055920Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:03:00.3070479Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.3102830Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:03:00.3117128Z Entering 'third_party/python-six' 2022-12-01T10:03:00.3150398Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:03:00.3164739Z Entering 'third_party/sleef' 2022-12-01T10:03:00.3197196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:03:00.3212924Z Entering 'third_party/tbb' 2022-12-01T10:03:00.3244360Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:03:00.3261124Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.3293180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:03:00.3307460Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.3339312Z 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:03:00.3353382Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.3386356Z 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:03:00.3400529Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.3431454Z 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:03:00.3445778Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.3476623Z 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:03:00.3490464Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.3522314Z 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:03:00.3539602Z Entering 'third_party/zstd' 2022-12-01T10:03:00.3572134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:03:00.4278920Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:03:00.4543901Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.4579395Z Entering 'third_party/FP16' 2022-12-01T10:03:00.4614023Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.4649366Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.4685333Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.4720565Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.4754969Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.4799224Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.4833407Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.4867791Z Entering 'third_party/cub' 2022-12-01T10:03:00.4903223Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.4942176Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.4982008Z Entering 'third_party/eigen' 2022-12-01T10:03:00.5019558Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.5054358Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.5087807Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.5121340Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.5155461Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.5190025Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.5226363Z Entering 'third_party/fmt' 2022-12-01T10:03:00.5261483Z Entering 'third_party/foxi' 2022-12-01T10:03:00.5295486Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.5330575Z Entering 'third_party/gloo' 2022-12-01T10:03:00.5365637Z Entering 'third_party/googletest' 2022-12-01T10:03:00.5400287Z Entering 'third_party/ideep' 2022-12-01T10:03:00.5434327Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.5470918Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.5512750Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.5547133Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.5582811Z Entering 'third_party/kineto' 2022-12-01T10:03:00.5617963Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.5652024Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.5688150Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.5723026Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.5757597Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.5793890Z Entering 'third_party/onnx' 2022-12-01T10:03:00.5840647Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.5875318Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.5911469Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.5945988Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.5985378Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.6019616Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.6053791Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.6092201Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.6125999Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.6162654Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.6195970Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.6231291Z Entering 'third_party/psimd' 2022-12-01T10:03:00.6265184Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.6300238Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.6335390Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.6369349Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.6403659Z Entering 'third_party/python-six' 2022-12-01T10:03:00.6437003Z Entering 'third_party/sleef' 2022-12-01T10:03:00.6471673Z Entering 'third_party/tbb' 2022-12-01T10:03:00.6506787Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.6540674Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.6575211Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.6608569Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.6642952Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.6676020Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.6713184Z Entering 'third_party/zstd' 2022-12-01T10:03:00.6757745Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:03:00.7011239Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.7044607Z Entering 'third_party/FP16' 2022-12-01T10:03:00.7081944Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.7116155Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.7151845Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.7185994Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.7219711Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.7264223Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.7298193Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.7332252Z Entering 'third_party/cub' 2022-12-01T10:03:00.7366600Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.7406598Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.7445854Z Entering 'third_party/eigen' 2022-12-01T10:03:00.7481479Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.7516294Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.7548895Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.7583343Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.7616977Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.7651168Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.7687112Z Entering 'third_party/fmt' 2022-12-01T10:03:00.7721219Z Entering 'third_party/foxi' 2022-12-01T10:03:00.7754764Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.7788992Z Entering 'third_party/gloo' 2022-12-01T10:03:00.7824802Z Entering 'third_party/googletest' 2022-12-01T10:03:00.7866257Z Entering 'third_party/ideep' 2022-12-01T10:03:00.7899987Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.7936232Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.7976093Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.8009630Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.8043291Z Entering 'third_party/kineto' 2022-12-01T10:03:00.8077657Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.8112775Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.8147826Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.8183235Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.8217911Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.8253441Z Entering 'third_party/onnx' 2022-12-01T10:03:00.8299611Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.8333520Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.8368638Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.8402623Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.8441265Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.8474852Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.8508572Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.8547233Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.8581444Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.8619917Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.8653515Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.8688161Z Entering 'third_party/psimd' 2022-12-01T10:03:00.8723119Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.8757458Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.8791468Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.8826715Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.8860949Z Entering 'third_party/python-six' 2022-12-01T10:03:00.8895652Z Entering 'third_party/sleef' 2022-12-01T10:03:00.8930967Z Entering 'third_party/tbb' 2022-12-01T10:03:00.8967944Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.9002450Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.9036633Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.9070454Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.9104801Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.9139440Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.9176127Z Entering 'third_party/zstd' 2022-12-01T10:03:00.9219849Z ##[endgroup] 2022-12-01T10:03:00.9258377Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:03:00.9284855Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:03:00.9416428Z Prepare all required actions 2022-12-01T10:03:00.9441839Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:03:00.9442039Z env: 2022-12-01T10:03:00.9442214Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:00.9442387Z ##[endgroup] 2022-12-01T10:03:00.9457627Z ##[group]Run set -euo pipefail 2022-12-01T10:03:00.9457866Z set -euo pipefail 2022-12-01T10:03:00.9458085Z function get_ec2_metadata() { 2022-12-01T10:03:00.9458321Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:03:00.9458678Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:03:00.9458982Z  category=$1 2022-12-01T10:03:00.9459212Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:03:00.9459439Z } 2022-12-01T10:03:00.9459642Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:03:00.9460002Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:03:00.9460283Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:03:00.9460535Z echo "system info $(uname -a)" 2022-12-01T10:03:00.9472166Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:00.9472387Z env: 2022-12-01T10:03:00.9472563Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:00.9472740Z ##[endgroup] 2022-12-01T10:03:00.9548982Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:03:00.9596700Z instance-id: i-0fdf1c80e03bfdb26 2022-12-01T10:03:00.9642948Z instance-type: c5.2xlarge 2022-12-01T10:03:00.9649968Z system info Linux ip-10-0-3-4.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:03:00.9665254Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:03:00.9665539Z if systemctl is-active --quiet docker; then 2022-12-01T10:03:00.9665798Z  echo "Docker daemon is running..."; 2022-12-01T10:03:00.9665992Z else 2022-12-01T10:03:00.9666229Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:03:00.9666459Z fi 2022-12-01T10:03:00.9677127Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:00.9677343Z env: 2022-12-01T10:03:00.9677518Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:00.9677694Z ##[endgroup] 2022-12-01T10:03:00.9801263Z Docker daemon is running... 2022-12-01T10:03:00.9817088Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:00.9817445Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:00.9817726Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:00.9818105Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:03:00.9818465Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:03:00.9828804Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:00.9829023Z env: 2022-12-01T10:03:00.9829200Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:00.9829382Z AWS_RETRY_MODE: standard 2022-12-01T10:03:00.9829570Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:03:00.9829767Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:03:00.9829942Z ##[endgroup] 2022-12-01T10:03:02.5094644Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:03:02.5095072Z Configure a credential helper to remove this warning. See 2022-12-01T10:03:02.5095625Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:03:02.5095841Z 2022-12-01T10:03:02.5095916Z Login Succeeded 2022-12-01T10:03:02.5151547Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:02.5151860Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:02.5152215Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:02.5163481Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:02.5163687Z env: 2022-12-01T10:03:02.5163862Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.5164051Z ##[endgroup] 2022-12-01T10:03:02.5280047Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:03:02.5280353Z with: 2022-12-01T10:03:02.5280686Z github-secret: *** 2022-12-01T10:03:02.5280895Z activate-with-label: false 2022-12-01T10:03:02.5281079Z label: with-ssh 2022-12-01T10:03:02.5281274Z remove-existing-keys: true 2022-12-01T10:03:02.5281461Z env: 2022-12-01T10:03:02.5281623Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.5281803Z ##[endgroup] 2022-12-01T10:03:03.2526746Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:03:03.3534891Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:03:03.3548147Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:03:03.3573160Z Login using: ssh ec2-user@ec2-3-89-56-41.compute-1.amazonaws.com 2022-12-01T10:03:03.3636279Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:03:03.3636533Z with: 2022-12-01T10:03:03.3636849Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:03.3637166Z env: 2022-12-01T10:03:03.3637334Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:03.3637509Z ##[endgroup] 2022-12-01T10:03:03.3652746Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:03.3653036Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:03.3653304Z # ignore output since only exit code is used for conditional 2022-12-01T10:03:03.3653584Z # only pull docker image if it's not available locally 2022-12-01T10:03:03.3653876Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:03:03.3654178Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:03:03.3654376Z fi 2022-12-01T10:03:03.3665602Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:03.3665819Z env: 2022-12-01T10:03:03.3665994Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:03.3666338Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:03.3666661Z ##[endgroup] 2022-12-01T10:03:03.6400991Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:03:03.6404759Z 675920708c8b: Pulling fs layer 2022-12-01T10:03:03.6416291Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:03:03.6417013Z fe9b24415086: Pulling fs layer 2022-12-01T10:03:03.6417747Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:03:03.6418128Z 27ad548906a1: Pulling fs layer 2022-12-01T10:03:03.6418488Z efe762c046e3: Pulling fs layer 2022-12-01T10:03:03.6418856Z a12af00c9224: Pulling fs layer 2022-12-01T10:03:03.6419196Z 49809737e89d: Pulling fs layer 2022-12-01T10:03:03.6419841Z 4bd15b741963: Pulling fs layer 2022-12-01T10:03:03.6420202Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:03:03.6420576Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:03:03.6420899Z 27ad548906a1: Waiting 2022-12-01T10:03:03.6421795Z 422bea31bd2a: Waiting 2022-12-01T10:03:03.6422133Z e3608d8edfea: Pulling fs layer 2022-12-01T10:03:03.6422483Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:03:03.6422789Z a12af00c9224: Waiting 2022-12-01T10:03:03.6423074Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:03:03.6423395Z 49405b81ba46: Pulling fs layer 2022-12-01T10:03:03.6423714Z 49809737e89d: Waiting 2022-12-01T10:03:03.6424022Z 9fdf20fee962: Waiting 2022-12-01T10:03:03.6424325Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:03:03.6424674Z dce0658383e3: Pulling fs layer 2022-12-01T10:03:03.6425025Z fda59f894d4a: Pulling fs layer 2022-12-01T10:03:03.6425382Z 4bd15b741963: Waiting 2022-12-01T10:03:03.6425594Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:03:03.6425774Z 85d2fa9daf54: Waiting 2022-12-01T10:03:03.6425966Z d84da0b3b529: Pulling fs layer 2022-12-01T10:03:03.6426161Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:03:03.6426357Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:03:03.6426540Z af4d19351fdf: Pulling fs layer 2022-12-01T10:03:03.6427024Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:03:03.6427224Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:03:03.6427395Z 63ae5eb88541: Waiting 2022-12-01T10:03:03.6427578Z 7334631630ca: Pulling fs layer 2022-12-01T10:03:03.6427761Z 2b6269e5f012: Waiting 2022-12-01T10:03:03.6427922Z 49405b81ba46: Waiting 2022-12-01T10:03:03.6428102Z b7010c1141c8: Pulling fs layer 2022-12-01T10:03:03.6428295Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:03:03.6428466Z 81e2ac298c61: Waiting 2022-12-01T10:03:03.6428786Z c4cd62aabb9c: Waiting 2022-12-01T10:03:03.6428975Z bbd83461fb41: Pulling fs layer 2022-12-01T10:03:03.6429148Z f5bd51a8525a: Waiting 2022-12-01T10:03:03.6429564Z d84da0b3b529: Waiting 2022-12-01T10:03:03.6429976Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:03:03.6430308Z 38c05cfe4070: Waiting 2022-12-01T10:03:03.6430635Z dce0658383e3: Waiting 2022-12-01T10:03:03.6430861Z b80f27646ab6: Pulling fs layer 2022-12-01T10:03:03.6431032Z af4d19351fdf: Waiting 2022-12-01T10:03:03.6431417Z 866c2acc4910: Pulling fs layer 2022-12-01T10:03:03.6431607Z fda59f894d4a: Waiting 2022-12-01T10:03:03.6431781Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:03:03.6432156Z d1d5291b2ab5: Waiting 2022-12-01T10:03:03.6432467Z 31e492142d52: Pulling fs layer 2022-12-01T10:03:03.6432658Z 1d69ebcc1824: Waiting 2022-12-01T10:03:03.6432834Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:03:03.6433020Z 17be6d40a7e6: Waiting 2022-12-01T10:03:03.6433206Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:03:03.6433381Z bbd83461fb41: Waiting 2022-12-01T10:03:03.6433564Z bcd5197bc3b1: Waiting 2022-12-01T10:03:03.6433748Z a1d89816b283: Pulling fs layer 2022-12-01T10:03:03.6433916Z b7010c1141c8: Waiting 2022-12-01T10:03:03.6434100Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:03:03.6434325Z 0b48564513b3: Pulling fs layer 2022-12-01T10:03:03.6434492Z 7334631630ca: Waiting 2022-12-01T10:03:03.6434662Z 866c2acc4910: Waiting 2022-12-01T10:03:03.6434840Z c517839d268c: Pulling fs layer 2022-12-01T10:03:03.6435015Z 9200027c6378: Pulling fs layer 2022-12-01T10:03:03.6435192Z a1d89816b283: Waiting 2022-12-01T10:03:03.6435362Z 7d95e9c9554c: Waiting 2022-12-01T10:03:03.6435530Z 1a68c742e877: Pulling fs layer 2022-12-01T10:03:03.6435718Z 38d7b060d3d4: Waiting 2022-12-01T10:03:03.6435887Z 0b48564513b3: Waiting 2022-12-01T10:03:03.6436041Z f405cc5c9c77: Waiting 2022-12-01T10:03:03.6436220Z 085aceb64709: Pulling fs layer 2022-12-01T10:03:03.6436398Z c517839d268c: Waiting 2022-12-01T10:03:03.6436561Z 9200027c6378: Waiting 2022-12-01T10:03:03.6436711Z 1a68c742e877: Waiting 2022-12-01T10:03:03.6436899Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:03:03.6437082Z 085aceb64709: Waiting 2022-12-01T10:03:03.6437248Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:03:03.6437436Z 38599e0ca649: Pulling fs layer 2022-12-01T10:03:03.6437634Z a16f0b09d742: Pulling fs layer 2022-12-01T10:03:03.6437815Z 100cd65220ba: Pulling fs layer 2022-12-01T10:03:03.6438012Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:03:03.6438205Z e69408c62fb4: Pulling fs layer 2022-12-01T10:03:03.6438381Z 1530f151c058: Pulling fs layer 2022-12-01T10:03:03.6438642Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:03:03.6438837Z 99763bc3448a: Pulling fs layer 2022-12-01T10:03:03.6439019Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:03:03.6439199Z 3454ac6b1f68: Waiting 2022-12-01T10:03:03.6439459Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:03:03.6439632Z 38599e0ca649: Waiting 2022-12-01T10:03:03.6439888Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:03:03.6440071Z a16f0b09d742: Waiting 2022-12-01T10:03:03.6440243Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:03:03.6440429Z e69408c62fb4: Waiting 2022-12-01T10:03:03.6440600Z 9d7685da3dfa: Waiting 2022-12-01T10:03:03.6440756Z 100cd65220ba: Waiting 2022-12-01T10:03:03.6440941Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:03:03.6441122Z 1530f151c058: Waiting 2022-12-01T10:03:03.6441279Z 677fdb68d2c6: Waiting 2022-12-01T10:03:03.6441452Z 92d94c0f43b4: Waiting 2022-12-01T10:03:03.6441621Z 3aeaec05c672: Waiting 2022-12-01T10:03:03.6441780Z cec809ad8b3c: Waiting 2022-12-01T10:03:03.6441956Z a90bc9ac3f47: Waiting 2022-12-01T10:03:03.6442125Z 99763bc3448a: Waiting 2022-12-01T10:03:03.6442278Z 8ef4cf23833b: Waiting 2022-12-01T10:03:03.7304602Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:03:03.7305038Z 3a31ffa0162f: Download complete 2022-12-01T10:03:03.8171002Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:03:03.8171502Z 422bea31bd2a: Download complete 2022-12-01T10:03:03.8824648Z 27ad548906a1: Download complete 2022-12-01T10:03:03.9585591Z efe762c046e3: Verifying Checksum 2022-12-01T10:03:03.9586131Z efe762c046e3: Download complete 2022-12-01T10:03:03.9897869Z 675920708c8b: Verifying Checksum 2022-12-01T10:03:03.9898236Z 675920708c8b: Download complete 2022-12-01T10:03:04.0442348Z a12af00c9224: Download complete 2022-12-01T10:03:04.0684123Z 49809737e89d: Verifying Checksum 2022-12-01T10:03:04.0684440Z 49809737e89d: Download complete 2022-12-01T10:03:04.1313556Z 4bd15b741963: Verifying Checksum 2022-12-01T10:03:04.1313964Z 4bd15b741963: Download complete 2022-12-01T10:03:04.1360160Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:03:04.1360558Z 9fdf20fee962: Download complete 2022-12-01T10:03:04.2142330Z e3608d8edfea: Download complete 2022-12-01T10:03:04.2987953Z 63ae5eb88541: Download complete 2022-12-01T10:03:05.0113892Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:05.0114374Z 85d2fa9daf54: Download complete 2022-12-01T10:03:05.0233225Z 675920708c8b: Pull complete 2022-12-01T10:03:05.0925988Z 49405b81ba46: Verifying Checksum 2022-12-01T10:03:05.0926422Z 49405b81ba46: Download complete 2022-12-01T10:03:05.1422147Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:05.1801654Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:03:05.1802066Z f5bd51a8525a: Download complete 2022-12-01T10:03:05.9466332Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:05.9466799Z dce0658383e3: Download complete 2022-12-01T10:03:06.0497276Z fda59f894d4a: Download complete 2022-12-01T10:03:06.1287698Z c4cd62aabb9c: Download complete 2022-12-01T10:03:06.2119364Z d84da0b3b529: Download complete 2022-12-01T10:03:06.2781528Z 81e2ac298c61: Verifying Checksum 2022-12-01T10:03:06.2781864Z 81e2ac298c61: Download complete 2022-12-01T10:03:06.3547614Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:03:06.3547926Z 38c05cfe4070: Download complete 2022-12-01T10:03:06.4346947Z af4d19351fdf: Verifying Checksum 2022-12-01T10:03:06.4347377Z af4d19351fdf: Download complete 2022-12-01T10:03:06.5112535Z d1d5291b2ab5: Verifying Checksum 2022-12-01T10:03:06.5112790Z d1d5291b2ab5: Download complete 2022-12-01T10:03:06.7562590Z fe9b24415086: Download complete 2022-12-01T10:03:06.8560782Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:06.8561171Z 7334631630ca: Download complete 2022-12-01T10:03:06.9279118Z b7010c1141c8: Verifying Checksum 2022-12-01T10:03:06.9279503Z b7010c1141c8: Download complete 2022-12-01T10:03:07.0380827Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:07.0381323Z 1d69ebcc1824: Download complete 2022-12-01T10:03:07.1172883Z bbd83461fb41: Verifying Checksum 2022-12-01T10:03:07.1173330Z bbd83461fb41: Download complete 2022-12-01T10:03:07.2009841Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:03:07.2010229Z bcd5197bc3b1: Download complete 2022-12-01T10:03:07.4556424Z 17be6d40a7e6: Verifying Checksum 2022-12-01T10:03:07.4556709Z 17be6d40a7e6: Download complete 2022-12-01T10:03:07.5227114Z 866c2acc4910: Verifying Checksum 2022-12-01T10:03:07.5227666Z 866c2acc4910: Download complete 2022-12-01T10:03:07.6564865Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:03:07.6565402Z e39e0e87bf58: Download complete 2022-12-01T10:03:07.7265514Z 31e492142d52: Verifying Checksum 2022-12-01T10:03:07.7265795Z 31e492142d52: Download complete 2022-12-01T10:03:07.8020547Z 7d95e9c9554c: Download complete 2022-12-01T10:03:07.8910068Z f405cc5c9c77: Verifying Checksum 2022-12-01T10:03:07.8910431Z f405cc5c9c77: Download complete 2022-12-01T10:03:07.9678865Z a1d89816b283: Verifying Checksum 2022-12-01T10:03:07.9679139Z a1d89816b283: Download complete 2022-12-01T10:03:08.0435564Z 38d7b060d3d4: Download complete 2022-12-01T10:03:08.1199537Z 0b48564513b3: Verifying Checksum 2022-12-01T10:03:08.1199926Z 0b48564513b3: Download complete 2022-12-01T10:03:08.1810126Z c517839d268c: Download complete 2022-12-01T10:03:08.2474565Z 9200027c6378: Verifying Checksum 2022-12-01T10:03:08.2474958Z 9200027c6378: Download complete 2022-12-01T10:03:08.3605424Z 1a68c742e877: Download complete 2022-12-01T10:03:08.4432077Z 085aceb64709: Download complete 2022-12-01T10:03:08.9130360Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:08.9130648Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:08.9952953Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:08.9953806Z 3454ac6b1f68: Download complete 2022-12-01T10:03:09.0740168Z 38599e0ca649: Verifying Checksum 2022-12-01T10:03:09.0740821Z 38599e0ca649: Download complete 2022-12-01T10:03:09.1388447Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:09.2324387Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:09.2324796Z 100cd65220ba: Download complete 2022-12-01T10:03:09.4531715Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:09.4532179Z b80f27646ab6: Download complete 2022-12-01T10:03:09.4668285Z 9d7685da3dfa: Verifying Checksum 2022-12-01T10:03:09.4668643Z 9d7685da3dfa: Download complete 2022-12-01T10:03:09.5436628Z 1530f151c058: Verifying Checksum 2022-12-01T10:03:09.5437063Z 1530f151c058: Download complete 2022-12-01T10:03:09.6368327Z 99763bc3448a: Verifying Checksum 2022-12-01T10:03:09.6368704Z 99763bc3448a: Download complete 2022-12-01T10:03:09.7165141Z cec809ad8b3c: Download complete 2022-12-01T10:03:09.7759702Z 677fdb68d2c6: Download complete 2022-12-01T10:03:09.8421525Z 92d94c0f43b4: Download complete 2022-12-01T10:03:09.9273050Z a90bc9ac3f47: Download complete 2022-12-01T10:03:10.5187293Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:10.5188522Z 8ef4cf23833b: Download complete 2022-12-01T10:03:12.7706482Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:12.7706738Z 3aeaec05c672: Download complete 2022-12-01T10:03:13.2352895Z fe9b24415086: Pull complete 2022-12-01T10:03:13.3995639Z 422bea31bd2a: Pull complete 2022-12-01T10:03:13.5449563Z 27ad548906a1: Pull complete 2022-12-01T10:03:13.7466282Z efe762c046e3: Pull complete 2022-12-01T10:03:13.9621862Z a12af00c9224: Pull complete 2022-12-01T10:03:14.2247529Z 49809737e89d: Pull complete 2022-12-01T10:03:14.4312827Z 4bd15b741963: Pull complete 2022-12-01T10:03:14.5552955Z 9fdf20fee962: Pull complete 2022-12-01T10:03:16.2483917Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:16.2484169Z 2b6269e5f012: Download complete 2022-12-01T10:03:16.6348921Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:16.8866273Z e3608d8edfea: Pull complete 2022-12-01T10:03:17.1443421Z 63ae5eb88541: Pull complete 2022-12-01T10:03:37.5323881Z 2b6269e5f012: Pull complete 2022-12-01T10:03:37.8251156Z 49405b81ba46: Pull complete 2022-12-01T10:03:38.1253073Z f5bd51a8525a: Pull complete 2022-12-01T10:03:38.9733079Z dce0658383e3: Pull complete 2022-12-01T10:03:39.1458728Z fda59f894d4a: Pull complete 2022-12-01T10:03:39.2936287Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:39.4962997Z d84da0b3b529: Pull complete 2022-12-01T10:03:39.5939810Z 81e2ac298c61: Pull complete 2022-12-01T10:03:39.6983389Z 38c05cfe4070: Pull complete 2022-12-01T10:03:39.7983776Z af4d19351fdf: Pull complete 2022-12-01T10:03:39.8938819Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:41.7518554Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:41.9112895Z 7334631630ca: Pull complete 2022-12-01T10:03:42.1218341Z b7010c1141c8: Pull complete 2022-12-01T10:03:42.4204281Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:42.6449475Z bbd83461fb41: Pull complete 2022-12-01T10:03:42.8153383Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:47.3341799Z b80f27646ab6: Pull complete 2022-12-01T10:03:47.5021292Z 866c2acc4910: Pull complete 2022-12-01T10:03:47.6587099Z e39e0e87bf58: Pull complete 2022-12-01T10:03:47.8581562Z 31e492142d52: Pull complete 2022-12-01T10:03:48.0017087Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:48.1165502Z f405cc5c9c77: Pull complete 2022-12-01T10:03:48.2023805Z a1d89816b283: Pull complete 2022-12-01T10:03:48.3027031Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:48.4201932Z 0b48564513b3: Pull complete 2022-12-01T10:03:48.5064287Z c517839d268c: Pull complete 2022-12-01T10:03:48.6037301Z 9200027c6378: Pull complete 2022-12-01T10:03:48.6906439Z 1a68c742e877: Pull complete 2022-12-01T10:03:48.7747286Z 085aceb64709: Pull complete 2022-12-01T10:03:49.9910365Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:50.1585440Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:50.3688006Z 38599e0ca649: Pull complete 2022-12-01T10:03:50.6110843Z a16f0b09d742: Pull complete 2022-12-01T10:03:50.8497379Z 100cd65220ba: Pull complete 2022-12-01T10:03:51.2908677Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:51.5390378Z e69408c62fb4: Pull complete 2022-12-01T10:03:51.7715044Z 1530f151c058: Pull complete 2022-12-01T10:03:55.6776922Z 3aeaec05c672: Pull complete 2022-12-01T10:03:55.9060614Z 99763bc3448a: Pull complete 2022-12-01T10:03:56.1452487Z cec809ad8b3c: Pull complete 2022-12-01T10:03:56.3633955Z 677fdb68d2c6: Pull complete 2022-12-01T10:03:56.5929599Z 92d94c0f43b4: Pull complete 2022-12-01T10:03:56.8182839Z a90bc9ac3f47: Pull complete 2022-12-01T10:03:58.4077859Z 8ef4cf23833b: Pull complete 2022-12-01T10:03:58.5336289Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:03:58.5657545Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:58.5819013Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:58.5897901Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:03:58.5898185Z python3 -m pip install psutil==5.9.1 2022-12-01T10:03:58.5898426Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:03:58.5898685Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:03:58.5898967Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:03:58.5910287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:58.5910503Z env: 2022-12-01T10:03:58.5910678Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:58.5910855Z ##[endgroup] 2022-12-01T10:03:58.8037385Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:58.8220440Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:03:59.2323223Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:59.2500903Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:03:59.4557868Z ##[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:03:59.4599556Z Prepare all required actions 2022-12-01T10:03:59.4599807Z Getting action download info 2022-12-01T10:03:59.6389262Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:03:59.8941072Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:04:00.0361655Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:04:00.0361883Z with: 2022-12-01T10:04:00.0362056Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:00.0362255Z env: 2022-12-01T10:04:00.0362433Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:00.0362605Z ##[endgroup] 2022-12-01T10:04:00.0386601Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:04:00.0386804Z with: 2022-12-01T10:04:00.0386992Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:00.0387201Z s3-bucket: gha-artifacts 2022-12-01T10:04:00.0387387Z region: us-east-1 2022-12-01T10:04:00.0387539Z env: 2022-12-01T10:04:00.0387737Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:00.0387910Z ##[endgroup] 2022-12-01T10:04:00.4525739Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:04:00.4526575Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:03.4809770Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:03.4810045Z 2022-12-01T10:04:03.4811937Z ##[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:04:03.4812978Z Artifact download has finished successfully 2022-12-01T10:04:03.4929894Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:04:03.4930128Z unzip -o artifacts.zip 2022-12-01T10:04:03.4941571Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:03.4941781Z env: 2022-12-01T10:04:03.4941959Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:03.4942150Z ##[endgroup] 2022-12-01T10:04:03.5015211Z Archive: artifacts.zip 2022-12-01T10:04:03.5016120Z creating: dist/ 2022-12-01T10:04:04.2584900Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:04.2585355Z creating: build/custom_test_artifacts/ 2022-12-01T10:04:04.2585666Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:04:04.2586021Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:04:04.2587593Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.2588318Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.2589023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.2589457Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.2589884Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.2590811Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.2592185Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.2592966Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.2593431Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.2594974Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.2596102Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.2597733Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.2598483Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.2600018Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.2600853Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.2601570Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.2602308Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.2603052Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.2603773Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:04:04.2604581Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:04.2605430Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:04:04.2606219Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:04:04.2606637Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:04:04.2607073Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:04.2607512Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:04:04.2608046Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:04.2608490Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:04:04.2608937Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:04:04.2621538Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:04:04.2708858Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:04:04.2709659Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:04:04.2710509Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:04.2711418Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:04:04.2712239Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:04:04.2713059Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:04:04.2713636Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:04.2714088Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:04:04.2714536Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:04.2714994Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:04:04.2715445Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:04:04.2729101Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:04:04.2792165Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:04:04.2793108Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.2794137Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.2794936Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.2795595Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.2796260Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.2796907Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:04:04.2797536Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:04:04.2798173Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:04:04.2868594Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:04:04.2916338Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:04:04.2916711Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:04:04.2917056Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:04:04.2919144Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.2919550Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.2919950Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.2920367Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.2920782Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.2922241Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.2923483Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.2923935Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.2924442Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.2925952Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.2927205Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.2928573Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.2929057Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.2930439Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.2931839Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.2933175Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.2933956Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.2934730Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.2935407Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:04:04.2936218Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:04:04.2937092Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:04:04.2937558Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:04:04.2938093Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:04:04.2938800Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:04:04.2939383Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:04:04.2939825Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:04:04.2940267Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:04:04.2940708Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:04:04.2952582Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:04:04.3001132Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:04:04.3002048Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.3004003Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.3004443Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.3005147Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.3005872Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.3006596Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:04:04.3007609Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:04:04.3007979Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:04:04.3044069Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:04:04.3044752Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:04:04.3045807Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:04:04.3047538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.3048305Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.3049172Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.3049600Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.3050041Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.3050843Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.3052204Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.3053016Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.3053474Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.3055236Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.3056247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.3057653Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.3058544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.3060196Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.3061098Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.3062130Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.3063051Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.3063851Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.3064775Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:04:04.3065604Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:04.3066506Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:04:04.3067970Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:04:04.3068557Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:04:04.3069023Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:04.3069503Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:04:04.3070533Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:04.3071070Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:04:04.3071528Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:04:04.3072034Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:04:04.3183356Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:04:04.3184253Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:04:04.3184985Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:04.3185929Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:04:04.3186806Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:04:04.3187678Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:04:04.3188568Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:04.3189286Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:04:04.3189778Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:04.3190262Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:04:04.3190729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:04:04.3204805Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:04:04.3249543Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:04:04.3250492Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.3251358Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.3253767Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.3256203Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.3256755Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.3257833Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:04:04.3258224Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:04:04.3258619Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:04:04.3347158Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:04:04.3382933Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:04:04.3383448Z creating: build/lib/ 2022-12-01T10:04:04.3383829Z inflating: build/lib/libclog.a 2022-12-01T10:04:04.3435551Z inflating: build/lib/libgtest.a 2022-12-01T10:04:04.3443772Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:04:04.3515140Z inflating: build/lib/libbenchmark.a 2022-12-01T10:04:04.3522250Z inflating: build/lib/libittnotify.a 2022-12-01T10:04:04.3605140Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:04:04.3630159Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:04:04.3721161Z inflating: build/lib/libgloo.a 2022-12-01T10:04:04.3781269Z inflating: build/lib/libasmjit.a 2022-12-01T10:04:04.4195965Z inflating: build/lib/libprotobuf.a 2022-12-01T10:04:04.4211099Z inflating: build/lib/libfmt.a 2022-12-01T10:04:04.4212112Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:04:04.4271466Z inflating: build/lib/libc10.so 2022-12-01T10:04:04.4272735Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:04:04.4280216Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:04:04.4287429Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:04:04.4299830Z inflating: build/lib/libqnnpack.a 2022-12-01T10:04:04.4318638Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:04:04.4320657Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:04:04.4335309Z inflating: build/lib/libgmock.a 2022-12-01T10:04:04.4778736Z inflating: build/lib/libprotoc.a 2022-12-01T10:04:04.4779273Z inflating: build/lib/libgtest_main.a 2022-12-01T10:04:04.4780026Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:05.1047945Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:05.1064881Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:05.1571824Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:05.2759457Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:05.3631821Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:05.3632219Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:05.3822942Z inflating: build/lib/libkineto.a 2022-12-01T10:04:05.3857975Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:05.3895525Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:05.4005565Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:05.4531208Z inflating: build/lib/libonnx.a 2022-12-01T10:04:07.2520398Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:07.2521182Z inflating: build/lib/libtorch.so 2022-12-01T10:04:07.2540274Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:07.2587251Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:07.2611510Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:07.2615341Z inflating: build/lib/libshm.so 2022-12-01T10:04:07.3916317Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:07.3947253Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:07.3947504Z creating: build/bin/ 2022-12-01T10:04:07.3988837Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:07.4032332Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:07.4074442Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:07.4123787Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:07.4164026Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:07.4206327Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:07.4252884Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:07.4299600Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:07.4339847Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:07.4387762Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:07.4432235Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:07.4472756Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:07.4516113Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:07.4557242Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:07.4599189Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:07.4646814Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:07.4699875Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:07.4741738Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:07.4862382Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:07.4910234Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:07.4952577Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:07.4996689Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:07.5037093Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:07.5080259Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:07.5127106Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:07.5172365Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:07.5219075Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:07.5262788Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:07.5354550Z inflating: build/bin/c10_either_test 2022-12-01T10:04:07.5396653Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:07.5537900Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:07.5580300Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:07.5628789Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:07.5691735Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:07.5737604Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:07.5789728Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:07.5839245Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:07.5882617Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:07.5929742Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:07.5977338Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:07.6387162Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:07.6797078Z inflating: build/bin/protoc 2022-12-01T10:04:07.7043806Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:07.7319555Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:07.7364732Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:07.7415467Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:07.7460562Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:07.7463220Z inflating: build/bin/example_allreduce 2022-12-01T10:04:07.7524650Z inflating: build/bin/Dict_test 2022-12-01T10:04:07.7579320Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:07.7623363Z inflating: build/bin/Dimname_test 2022-12-01T10:04:07.7677058Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:07.7724956Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:07.7774566Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:07.7824056Z inflating: build/bin/atest 2022-12-01T10:04:07.7869854Z inflating: build/bin/broadcast_test 2022-12-01T10:04:07.7921212Z inflating: build/bin/basic 2022-12-01T10:04:07.7970412Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:07.8014201Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:07.8088334Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:07.8130139Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:07.8171879Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:07.8220834Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:07.8267754Z inflating: build/bin/half_test 2022-12-01T10:04:07.8347527Z inflating: build/bin/ivalue_test 2022-12-01T10:04:07.8388821Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:07.8435380Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:07.8480319Z inflating: build/bin/memory_format_test 2022-12-01T10:04:07.8524830Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:07.8567548Z inflating: build/bin/operator_name_test 2022-12-01T10:04:07.8611563Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:07.8659123Z inflating: build/bin/native_test 2022-12-01T10:04:07.8703139Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:07.8745000Z inflating: build/bin/operators_test 2022-12-01T10:04:07.8799968Z inflating: build/bin/pow_test 2022-12-01T10:04:07.8848327Z inflating: build/bin/quantized_test 2022-12-01T10:04:07.8890485Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:07.8933075Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:07.8980450Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:07.9029890Z inflating: build/bin/scalar_test 2022-12-01T10:04:07.9073672Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:07.9139686Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:07.9141902Z inflating: build/bin/thread_init_test 2022-12-01T10:04:07.9188700Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:07.9235716Z inflating: build/bin/test_parallel 2022-12-01T10:04:07.9277188Z inflating: build/bin/variant_test 2022-12-01T10:04:07.9320866Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:07.9371799Z inflating: build/bin/type_test 2022-12-01T10:04:07.9373219Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:07.9431792Z inflating: build/bin/vmap_test 2022-12-01T10:04:07.9474434Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:07.9517084Z inflating: build/bin/weakref_test 2022-12-01T10:04:07.9567395Z inflating: build/bin/IListRef_test 2022-12-01T10:04:07.9659473Z inflating: build/bin/List_test 2022-12-01T10:04:07.9700326Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:07.9803098Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:07.9884256Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:07.9939237Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:08.0047542Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:08.0135075Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:08.0185562Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:08.0228281Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:08.0309825Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:08.0350794Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:08.0395054Z inflating: build/bin/inline_container_test 2022-12-01T10:04:08.0638619Z inflating: build/bin/op_registration_test 2022-12-01T10:04:08.0685666Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:08.0699639Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:08.0745019Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:08.0804145Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:08.0806416Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:08.0864632Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:08.0873572Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:08.0878056Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:08.1175283Z inflating: build/bin/test_lazy 2022-12-01T10:04:08.1859134Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:08.2871999Z inflating: build/bin/test_api 2022-12-01T10:04:08.3366123Z inflating: build/bin/test_jit 2022-12-01T10:04:08.3367585Z inflating: .pytorch-test-times.json 2022-12-01T10:04:08.3398002Z ##[group]Run df -H 2022-12-01T10:04:08.3398296Z df -H 2022-12-01T10:04:08.3409801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:08.3410028Z env: 2022-12-01T10:04:08.3410202Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.3410394Z ##[endgroup] 2022-12-01T10:04:08.3462420Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:08.3462807Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:08.3463203Z tmpfs 8.2G 14M 8.2G 1% /dev/shm 2022-12-01T10:04:08.3463497Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:08.3463708Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:08.3463918Z /dev/nvme0n1p1 162G 18G 144G 11% / 2022-12-01T10:04:08.3482910Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:08.3483145Z .github/scripts/parse_ref.py 2022-12-01T10:04:08.3493840Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:08.3494031Z env: 2022-12-01T10:04:08.3494194Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.3494380Z ##[endgroup] 2022-12-01T10:04:08.3668972Z ##[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:04:08.3713532Z ##[group]Run set -x 2022-12-01T10:04:08.3713792Z set -x 2022-12-01T10:04:08.3713956Z  2022-12-01T10:04:08.3714200Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:08.3714458Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:08.3714718Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:08.3714942Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:08.3715139Z else 2022-12-01T10:04:08.3715341Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:08.3715527Z fi 2022-12-01T10:04:08.3715680Z  2022-12-01T10:04:08.3715916Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:08.3716140Z  2022-12-01T10:04:08.3716356Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:08.3716570Z # 2022-12-01T10:04:08.3716838Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:08.3717218Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:08.3717534Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:08.3717763Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:08.3717936Z  2022-12-01T10:04:08.3718195Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:08.3718473Z # wreak havoc internally 2022-12-01T10:04:08.3718693Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:08.3718933Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:08.3719124Z  2022-12-01T10:04:08.3719348Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:08.3719630Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:08.3719903Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:08.3720142Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:08.3720568Z container_name=$(docker run \ 2022-12-01T10:04:08.3720772Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:08.3720970Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:08.3721155Z  -e PR_NUMBER \ 2022-12-01T10:04:08.3721350Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:08.3721539Z  -e BASE_SHA \ 2022-12-01T10:04:08.3721720Z  -e BRANCH \ 2022-12-01T10:04:08.3721883Z  -e SHA1 \ 2022-12-01T10:04:08.3722069Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:08.3722268Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:08.3722445Z  -e SHARD_NUMBER \ 2022-12-01T10:04:08.3722632Z  -e TEST_CONFIG \ 2022-12-01T10:04:08.3722823Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:08.3723001Z  -e PR_BODY \ 2022-12-01T10:04:08.3723190Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:08.3723401Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:08.3723617Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:08.3723828Z  -e PR_LABELS \ 2022-12-01T10:04:08.3724038Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:08.3724237Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:08.3724439Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:08.3724633Z  -e XLA_CUDA \ 2022-12-01T10:04:08.3724839Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:08.3725076Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:08.3725313Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:08.3725541Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:08.3725754Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:08.3725953Z  --ipc=host \ 2022-12-01T10:04:08.3726200Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:08.3726378Z  --tty \ 2022-12-01T10:04:08.3726550Z  --detach \ 2022-12-01T10:04:08.3726745Z  --name="${container_name}" \ 2022-12-01T10:04:08.3726970Z  --user jenkins \ 2022-12-01T10:04:08.3727204Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:08.3727455Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:08.3727658Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:08.3727817Z ) 2022-12-01T10:04:08.3728089Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:08.3738705Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:08.3738889Z env: 2022-12-01T10:04:08.3739066Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.3739289Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:08.3739503Z PR_NUMBER: 89997 2022-12-01T10:04:08.3739681Z BRANCH: pull/89997 2022-12-01T10:04:08.3739886Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:08.3740133Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:08.3740357Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:08.3740562Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:08.3740759Z TEST_CONFIG: default 2022-12-01T10:04:08.3740937Z SHARD_NUMBER: 2 2022-12-01T10:04:08.3741108Z NUM_TEST_SHARDS: 2 2022-12-01T10:04:08.3741759Z 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:04:08.3742449Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:08.3742690Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:08.3742878Z SHM_SIZE: 1g 2022-12-01T10:04:08.3743198Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:08.3743524Z XLA_CUDA: 2022-12-01T10:04:08.3743783Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:08.3744046Z ##[endgroup] 2022-12-01T10:04:08.3766503Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:08.3766851Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:08.3767085Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:08.3769420Z ++ git cherry -v origin/master 2022-12-01T10:04:08.7610657Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:08.7611484Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:08.7612352Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:08.7613273Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:08.7614166Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:08.7614881Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:08.7615650Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:08.7616379Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:08.7617005Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:08.7617444Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:08.7618266Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:08.7618990Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:08.7619661Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:08.7620325Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:08.7620826Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:08.7621222Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:08.7621700Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:08.7622156Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:08.7622510Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:08.7622810Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:08.7623296Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:08.7623803Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:08.7624178Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:08.7624513Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:08.7624951Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:08.7625394Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:08.7625909Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:08.7626252Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:08.7626721Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:08.7627187Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:08.7627645Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:08.7628029Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:08.7628496Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:08.7628954Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:08.7629386Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:08.7629852Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:08.7630339Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:08.7630769Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:08.7631331Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:08.7631798Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:08.7632277Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:08.7632776Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:08.7633193Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:08.7633594Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:08.7633928Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:08.7634322Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:08.7634640Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:08.7634984Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:08.7646371Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:08.7646855Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:08.7647320Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:08.7647845Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:08.7648224Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:08.7648666Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:08.7649092Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:08.7649483Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:08.7649900Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:08.7650351Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:08.7650665Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:08.7651068Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:08.7686766Z + 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:04:08.7693896Z + 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:04:08.7706349Z + 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:04:08.7724146Z + 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:04:08.7730935Z + 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:04:08.7733035Z + 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:04:08.7738710Z +++ nproc --ignore=2 2022-12-01T10:04:08.7780696Z ++ 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-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:19.6713971Z + container_name=8958e6cc16847b9da47e645e5c02969a1187d4b6fb68b0727bd1961c4f9ce8b3 2022-12-01T10:04:19.6718069Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:19.6719469Z + docker exec -t 8958e6cc16847b9da47e645e5c02969a1187d4b6fb68b0727bd1961c4f9ce8b3 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:04:20.0854969Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:20.1613295Z 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:04:20.1624867Z 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:04:20.1690339Z 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:04:20.9462267Z Installing collected packages: torch 2022-12-01T10:04:27.2311244Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:27.3663648Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:27.3822654Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:27.3824653Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:27.3825271Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:27.3825861Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:27.3826209Z + BUILD_DIR=build 2022-12-01T10:04:27.3826472Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:27.3826769Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:27.3827129Z + export VALGRIND=ON 2022-12-01T10:04:27.3827410Z + VALGRIND=ON 2022-12-01T10:04:27.3827810Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:27.3828267Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:27.3828651Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:27.3834382Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:27.3837062Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:27.3842783Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:27.3846127Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:27.3850998Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:27.3852886Z +++ declare -f -t trap_add 2022-12-01T10:04:27.3856233Z ++ set -ex 2022-12-01T10:04:27.3856652Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:27.3856953Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:27.3857502Z ++ [[ default == *xla* ]] 2022-12-01T10:04:27.3858214Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:27.3858603Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:27.3858906Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:27.3859106Z ++ which conda 2022-12-01T10:04:27.3866547Z /opt/conda/bin/conda 2022-12-01T10:04:27.3867233Z ++ conda install -q -y cmake 2022-12-01T10:04:30.2113824Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:31.0799082Z Solving environment: ...working... done 2022-12-01T10:04:31.1674034Z 2022-12-01T10:04:31.1674432Z ## Package Plan ## 2022-12-01T10:04:31.1674647Z 2022-12-01T10:04:31.1674868Z environment location: /opt/conda 2022-12-01T10:04:31.1675091Z 2022-12-01T10:04:31.1675217Z added / updated specs: 2022-12-01T10:04:31.1675667Z - cmake 2022-12-01T10:04:31.1675843Z 2022-12-01T10:04:31.1675868Z 2022-12-01T10:04:31.1676060Z The following packages will be downloaded: 2022-12-01T10:04:31.1676281Z 2022-12-01T10:04:31.1676420Z package | build 2022-12-01T10:04:31.1676862Z ---------------------------|----------------- 2022-12-01T10:04:31.1677360Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:31.1677819Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:31.1678267Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:31.1678710Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:31.1679185Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:31.1679646Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:31.1680084Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:31.1680542Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:31.1681263Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:31.1681707Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:31.1682236Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:31.1682705Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:31.1683155Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:31.1683577Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:31.1684045Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:31.1684521Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:31.1684946Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:31.1685408Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:31.1685923Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:31.1686404Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:31.1686947Z ------------------------------------------------------------ 2022-12-01T10:04:31.1687384Z Total: 26.3 MB 2022-12-01T10:04:31.1687602Z 2022-12-01T10:04:31.1687800Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:31.1688043Z 2022-12-01T10:04:31.1688484Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:31.1689139Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:31.1689802Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:31.1690455Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:31.1691084Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:31.1691994Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:31.1692713Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:31.1693365Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:31.1694040Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:31.1694657Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:31.1695257Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:31.1695820Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:31.1696370Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:31.1696945Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:31.1697193Z 2022-12-01T10:04:31.1697342Z The following packages will be UPDATED: 2022-12-01T10:04:31.1697562Z 2022-12-01T10:04:31.1697916Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:31.1698543Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:31.1699119Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.1699638Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.1700142Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.1700640Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:31.1700868Z 2022-12-01T10:04:31.1700874Z 2022-12-01T10:04:32.3228082Z Preparing transaction: ...working... done 2022-12-01T10:04:32.7603047Z Verifying transaction: ...working... done 2022-12-01T10:04:33.5361760Z Executing transaction: ...working... done 2022-12-01T10:04:33.6142931Z Retrieving notices: ...working... done 2022-12-01T10:04:33.7932985Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:33.7933490Z + echo 'Environment variables' 2022-12-01T10:04:33.7933698Z Environment variables 2022-12-01T10:04:33.7933869Z + env 2022-12-01T10:04:33.7940001Z INSTALLED_DB=yes 2022-12-01T10:04:33.7940846Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:33.7941427Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:33.7941817Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:33.7942164Z HOSTNAME=8958e6cc1684 2022-12-01T10:04:33.7942908Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_eef76e60-9777-40e1-a806-9e2dd4be8591 2022-12-01T10:04:33.7943402Z GITHUB_ACTION=__self 2022-12-01T10:04:33.7943749Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:33.7944073Z TEST_CONFIG=default 2022-12-01T10:04:33.7944323Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:33.7944591Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:33.7944795Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:33.7944992Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:33.7945257Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:33.7945511Z XLA_CUDA= 2022-12-01T10:04:33.7946525Z *** 2022-12-01T10:04:33.7946858Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:33.7947196Z GITHUB_ACTIONS=true 2022-12-01T10:04:33.7947588Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:33.7947889Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:33.7948101Z UCC_HOME=/usr 2022-12-01T10:04:33.7948366Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:33.7948676Z SHARD_NUMBER=2 2022-12-01T10:04:33.7949010Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:33.7949352Z HOME=/var/lib/jenkins 2022-12-01T10:04:33.7949721Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:33.7950100Z INSTALLED_THRIFT= 2022-12-01T10:04:33.7950410Z UCX_COMMIT= 2022-12-01T10:04:33.7950789Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:33.7951100Z NUM_TEST_SHARDS=2 2022-12-01T10:04:33.7951412Z UCX_HOME=/usr 2022-12-01T10:04:33.7952186Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_eef76e60-9777-40e1-a806-9e2dd4be8591 2022-12-01T10:04:33.7952734Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:33.7953461Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_eef76e60-9777-40e1-a806-9e2dd4be8591 2022-12-01T10:04:33.7954176Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:33.7954434Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:33.7954629Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:33.7955046Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_eef76e60-9777-40e1-a806-9e2dd4be8591 2022-12-01T10:04:33.7955408Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:33.7955579Z PR_NUMBER=89997 2022-12-01T10:04:33.7955751Z DESIRED_CUDA= 2022-12-01T10:04:33.7955928Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:33.7956092Z VALGRIND=ON 2022-12-01T10:04:33.7956323Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:33.7956545Z TERM=xterm 2022-12-01T10:04:33.7956706Z INSTALLED_VISION=yes 2022-12-01T10:04:33.7956892Z BRANCH=pull/89997 2022-12-01T10:04:33.7957081Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:33.7957270Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:33.7957637Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:33.7957937Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:33.7958123Z UCC_COMMIT= 2022-12-01T10:04:33.7958295Z INSTALLED_ANDROID= 2022-12-01T10:04:33.7958465Z SHLVL=1 2022-12-01T10:04:33.7958607Z MAX_JOBS=6 2022-12-01T10:04:33.7970781Z 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:04:33.7981223Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:33.7981862Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:33.7982309Z GITHUB_JOB=test 2022-12-01T10:04:33.7982665Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:33.7983005Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:33.7983350Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:33.7983685Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:33.7984242Z 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:04:33.7984807Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:33.7985141Z CI=true 2022-12-01T10:04:33.7985466Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:33.7985807Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:33.7986259Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:33.7986580Z GITHUB_ACTION_REF= 2022-12-01T10:04:33.7987080Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:33.7987472Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:33.7987808Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:33.7988544Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_eef76e60-9777-40e1-a806-9e2dd4be8591 2022-12-01T10:04:33.7990553Z 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:04:33.7991793Z _=/usr/bin/env 2022-12-01T10:04:33.7992192Z + echo 'Testing pytorch' 2022-12-01T10:04:33.7992515Z Testing pytorch 2022-12-01T10:04:33.7992869Z + export LANG=C.UTF-8 2022-12-01T10:04:33.7993220Z + LANG=C.UTF-8 2022-12-01T10:04:33.7993510Z + PR_NUMBER=89997 2022-12-01T10:04:33.7993856Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:33.7994229Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:04:33.7994581Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:04:33.7994960Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:04:33.7995475Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:04:33.7995834Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:33.7996199Z + [[ default == \s\l\o\w ]] 2022-12-01T10:04:33.7996760Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:33.7997242Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:33.7997713Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:33.7998209Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:33.7998578Z + [[ default == *crossref* ]] 2022-12-01T10:04:33.7998929Z + [[ default == *dynamo* ]] 2022-12-01T10:04:33.7999294Z + [[ -n 89997 ]] 2022-12-01T10:04:33.7999605Z + [[ -z '' ]] 2022-12-01T10:04:33.7999979Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:33.8000392Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:33.8000858Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:33.8001329Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:33.8001775Z + pip_install --user ninja 2022-12-01T10:04:33.8002248Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:34.2246287Z Collecting ninja 2022-12-01T10:04:34.2864986Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:35.0398104Z Installing collected packages: ninja 2022-12-01T10:04:35.0497000Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:35.0497526Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:35.0560511Z Successfully installed ninja-1.11.1 2022-12-01T10:04:35.1233279Z + 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:04:35.1234018Z + 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:04:35.1234902Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:35.1235347Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:35.1235694Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:35.1238843Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:35.1250588Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:35.1250924Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:35.1253593Z + cd test 2022-12-01T10:04:35.1254066Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:35.8959835Z PyTorch built with: 2022-12-01T10:04:35.8960385Z - GCC 7.5 2022-12-01T10:04:35.8960600Z - C++ Version: 201402 2022-12-01T10:04:35.8961023Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:35.8961457Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:35.8961765Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:35.8962047Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:35.8962289Z - NNPACK is enabled 2022-12-01T10:04:35.8962517Z - CPU capability usage: AVX2 2022-12-01T10:04:35.8965062Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -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 -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, 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:04:35.8966775Z 2022-12-01T10:04:36.0327207Z + cd test 2022-12-01T10:04:36.0327873Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:36.7783881Z ATen/Parallel: 2022-12-01T10:04:36.7784316Z at::get_num_threads() : 4 2022-12-01T10:04:36.7784699Z at::get_num_interop_threads() : 4 2022-12-01T10:04:36.7785123Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:36.7785498Z omp_get_max_threads() : 4 2022-12-01T10:04:36.7786341Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:36.7786878Z mkl_get_max_threads() : 4 2022-12-01T10:04:36.7787478Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:36.7787979Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:36.7788377Z Environment variables: 2022-12-01T10:04:36.7788752Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:36.7789109Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:36.7789496Z ATen parallel backend: OpenMP 2022-12-01T10:04:36.7789733Z 2022-12-01T10:04:36.9173915Z + [[ default == *backward* ]] 2022-12-01T10:04:36.9174267Z + [[ default == *xla* ]] 2022-12-01T10:04:36.9174609Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:04:36.9175197Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:36.9175427Z + [[ default == distributed ]] 2022-12-01T10:04:36.9175610Z + [[ default == *dynamo* ]] 2022-12-01T10:04:36.9175799Z + [[ default == *dynamo* ]] 2022-12-01T10:04:36.9175972Z + [[ 2 == 1 ]] 2022-12-01T10:04:36.9176118Z + [[ 2 == 2 ]] 2022-12-01T10:04:36.9176325Z + [[ 2 -gt 1 ]] 2022-12-01T10:04:36.9176499Z + install_torchvision 2022-12-01T10:04:36.9176663Z + local commit 2022-12-01T10:04:36.9178645Z ++ get_pinned_commit vision 2022-12-01T10:04:36.9178910Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:04:36.9189664Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:36.9190379Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:36.9191254Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:37.2674170Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:37.2680153Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-f5i2fgej 2022-12-01T10:04:37.2710868Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-f5i2fgej 2022-12-01T10:04:38.8317965Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:04:38.8352408Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:39.7626231Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:40.2465244Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:41.7349093Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:04:41.7424923Z [?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:04:41.7429200Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.18.5) 2022-12-01T10:04:41.7432887Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (2.27.1) 2022-12-01T10:04:41.7436238Z 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:04:41.7443196Z 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:04:41.7689808Z 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:04:41.7695944Z 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:04:41.7708014Z 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:04:41.7721540Z 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:04:41.7866225Z Building wheels for collected packages: torchvision 2022-12-01T10:05:47.6736210Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-12-01T10:05:47.7087972Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13984718 sha256=9867654a1a5592d670fd98a16685fff3251b01a8aec7829b4c2b75bf7c3b1e8b 2022-12-01T10:05:47.7090271Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:05:47.7131339Z Successfully built torchvision 2022-12-01T10:05:48.3905915Z Installing collected packages: torchvision 2022-12-01T10:05:48.9350818Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:05:49.0633726Z + checkout_install_torchdynamo 2022-12-01T10:05:49.0634012Z + local commit 2022-12-01T10:05:49.0635527Z ++ get_pinned_commit torchdynamo 2022-12-01T10:05:49.0635810Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:05:49.0673975Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:49.0674380Z + pushd .. 2022-12-01T10:05:49.0675694Z ~ ~/workspace 2022-12-01T10:05:49.0676032Z + git clone https://github.com/pytorch/torchdynamo 2022-12-01T10:05:49.0684421Z Cloning into 'torchdynamo'... 2022-12-01T10:05:49.2991591Z remote: Enumerating objects: 17794, done. 2022-12-01T10:05:49.3025344Z remote: Counting objects: 0% (1/17794) 2022-12-01T10:05:49.3040510Z remote: Counting objects: 1% (178/17794) 2022-12-01T10:05:49.3053791Z remote: Counting objects: 2% (356/17794) 2022-12-01T10:05:49.3054320Z remote: Counting objects: 3% (534/17794) 2022-12-01T10:05:49.3054702Z remote: Counting objects: 4% (712/17794) 2022-12-01T10:05:49.3054973Z remote: Counting objects: 5% (890/17794) 2022-12-01T10:05:49.3057392Z remote: Counting objects: 6% (1068/17794) 2022-12-01T10:05:49.3057855Z remote: Counting objects: 7% (1246/17794) 2022-12-01T10:05:49.3059800Z remote: Counting objects: 8% (1424/17794) 2022-12-01T10:05:49.3060176Z remote: Counting objects: 9% (1602/17794) 2022-12-01T10:05:49.3060558Z remote: Counting objects: 10% (1780/17794) 2022-12-01T10:05:49.3062183Z remote: Counting objects: 11% (1958/17794) 2022-12-01T10:05:49.3062821Z remote: Counting objects: 12% (2136/17794) 2022-12-01T10:05:49.3063356Z remote: Counting objects: 13% (2314/17794) 2022-12-01T10:05:49.3063813Z remote: Counting objects: 14% (2492/17794) 2022-12-01T10:05:49.3064243Z remote: Counting objects: 15% (2670/17794) 2022-12-01T10:05:49.3064504Z remote: Counting objects: 16% (2848/17794) 2022-12-01T10:05:49.3064768Z remote: Counting objects: 17% (3025/17794) 2022-12-01T10:05:49.3065035Z remote: Counting objects: 18% (3203/17794) 2022-12-01T10:05:49.3067779Z remote: Counting objects: 19% (3381/17794) 2022-12-01T10:05:49.3074638Z remote: Counting objects: 20% (3559/17794) 2022-12-01T10:05:49.3074911Z remote: Counting objects: 21% (3737/17794) 2022-12-01T10:05:49.3082757Z remote: Counting objects: 22% (3915/17794) 2022-12-01T10:05:49.3083253Z remote: Counting objects: 23% (4093/17794) 2022-12-01T10:05:49.3083642Z remote: Counting objects: 24% (4271/17794) 2022-12-01T10:05:49.3083912Z remote: Counting objects: 25% (4449/17794) 2022-12-01T10:05:49.3084168Z remote: Counting objects: 26% (4627/17794) 2022-12-01T10:05:49.3084430Z remote: Counting objects: 27% (4805/17794) 2022-12-01T10:05:49.3091242Z remote: Counting objects: 28% (4983/17794) 2022-12-01T10:05:49.3092072Z remote: Counting objects: 29% (5161/17794) 2022-12-01T10:05:49.3092556Z remote: Counting objects: 30% (5339/17794) 2022-12-01T10:05:49.3092942Z remote: Counting objects: 31% (5517/17794) 2022-12-01T10:05:49.3093374Z remote: Counting objects: 32% (5695/17794) 2022-12-01T10:05:49.3093867Z remote: Counting objects: 33% (5873/17794) 2022-12-01T10:05:49.3094196Z remote: Counting objects: 34% (6050/17794) 2022-12-01T10:05:49.3094456Z remote: Counting objects: 35% (6228/17794) 2022-12-01T10:05:49.3094717Z remote: Counting objects: 36% (6406/17794) 2022-12-01T10:05:49.3094978Z remote: Counting objects: 37% (6584/17794) 2022-12-01T10:05:49.3096899Z remote: Counting objects: 38% (6762/17794) 2022-12-01T10:05:49.3099070Z remote: Counting objects: 39% (6940/17794) 2022-12-01T10:05:49.3099540Z remote: Counting objects: 40% (7118/17794) 2022-12-01T10:05:49.3099896Z remote: Counting objects: 41% (7296/17794) 2022-12-01T10:05:49.3100311Z remote: Counting objects: 42% (7474/17794) 2022-12-01T10:05:49.3100663Z remote: Counting objects: 43% (7652/17794) 2022-12-01T10:05:49.3101100Z remote: Counting objects: 44% (7830/17794) 2022-12-01T10:05:49.3101434Z remote: Counting objects: 45% (8008/17794) 2022-12-01T10:05:49.3101713Z remote: Counting objects: 46% (8186/17794) 2022-12-01T10:05:49.3102246Z remote: Counting objects: 47% (8364/17794) 2022-12-01T10:05:49.3103157Z remote: Counting objects: 48% (8542/17794) 2022-12-01T10:05:49.3106257Z remote: Counting objects: 49% (8720/17794) 2022-12-01T10:05:49.3107597Z remote: Counting objects: 50% (8897/17794) 2022-12-01T10:05:49.3107968Z remote: Counting objects: 51% (9075/17794) 2022-12-01T10:05:49.3108365Z remote: Counting objects: 52% (9253/17794) 2022-12-01T10:05:49.3110029Z remote: Counting objects: 53% (9431/17794) 2022-12-01T10:05:49.3113884Z remote: Counting objects: 54% (9609/17794) 2022-12-01T10:05:49.3116402Z remote: Counting objects: 55% (9787/17794) 2022-12-01T10:05:49.3116892Z remote: Counting objects: 56% (9965/17794) 2022-12-01T10:05:49.3117278Z remote: Counting objects: 57% (10143/17794) 2022-12-01T10:05:49.3128348Z remote: Counting objects: 58% (10321/17794) 2022-12-01T10:05:49.3128795Z remote: Counting objects: 59% (10499/17794) 2022-12-01T10:05:49.3129273Z remote: Counting objects: 60% (10677/17794) 2022-12-01T10:05:49.3129551Z remote: Counting objects: 61% (10855/17794) 2022-12-01T10:05:49.3129820Z remote: Counting objects: 62% (11033/17794) 2022-12-01T10:05:49.3139405Z remote: Counting objects: 63% (11211/17794) 2022-12-01T10:05:49.3139910Z remote: Counting objects: 64% (11389/17794) 2022-12-01T10:05:49.3140315Z remote: Counting objects: 65% (11567/17794) 2022-12-01T10:05:49.3140656Z remote: Counting objects: 66% (11745/17794) 2022-12-01T10:05:49.3141328Z remote: Counting objects: 67% (11922/17794) 2022-12-01T10:05:49.3141802Z remote: Counting objects: 68% (12100/17794) 2022-12-01T10:05:49.3142263Z remote: Counting objects: 69% (12278/17794) 2022-12-01T10:05:49.3142572Z remote: Counting objects: 70% (12456/17794) 2022-12-01T10:05:49.3142834Z remote: Counting objects: 71% (12634/17794) 2022-12-01T10:05:49.3143101Z remote: Counting objects: 72% (12812/17794) 2022-12-01T10:05:49.3143506Z remote: Counting objects: 73% (12990/17794) 2022-12-01T10:05:49.3143780Z remote: Counting objects: 74% (13168/17794) 2022-12-01T10:05:49.3144103Z remote: Counting objects: 75% (13346/17794) 2022-12-01T10:05:49.3167018Z remote: Counting objects: 76% (13524/17794) 2022-12-01T10:05:49.3167285Z remote: Counting objects: 77% (13702/17794) 2022-12-01T10:05:49.3171395Z remote: Counting objects: 78% (13880/17794) 2022-12-01T10:05:49.3172067Z remote: Counting objects: 79% (14058/17794) 2022-12-01T10:05:49.3172482Z remote: Counting objects: 80% (14236/17794) 2022-12-01T10:05:49.3172832Z remote: Counting objects: 81% (14414/17794) 2022-12-01T10:05:49.3173160Z remote: Counting objects: 82% (14592/17794) 2022-12-01T10:05:49.3173490Z remote: Counting objects: 83% (14770/17794) 2022-12-01T10:05:49.3173830Z remote: Counting objects: 84% (14947/17794) 2022-12-01T10:05:49.3174203Z remote: Counting objects: 85% (15125/17794) 2022-12-01T10:05:49.3174653Z remote: Counting objects: 86% (15303/17794) 2022-12-01T10:05:49.3174985Z remote: Counting objects: 87% (15481/17794) 2022-12-01T10:05:49.3175446Z remote: Counting objects: 88% (15659/17794) 2022-12-01T10:05:49.3175936Z remote: Counting objects: 89% (15837/17794) 2022-12-01T10:05:49.3176195Z remote: Counting objects: 90% (16015/17794) 2022-12-01T10:05:49.3176456Z remote: Counting objects: 91% (16193/17794) 2022-12-01T10:05:49.3176721Z remote: Counting objects: 92% (16371/17794) 2022-12-01T10:05:49.3177001Z remote: Counting objects: 93% (16549/17794) 2022-12-01T10:05:49.3177253Z remote: Counting objects: 94% (16727/17794) 2022-12-01T10:05:49.3177515Z remote: Counting objects: 95% (16905/17794) 2022-12-01T10:05:49.3177779Z remote: Counting objects: 96% (17083/17794) 2022-12-01T10:05:49.3178035Z remote: Counting objects: 97% (17261/17794) 2022-12-01T10:05:49.3180625Z remote: Counting objects: 98% (17439/17794) 2022-12-01T10:05:49.3192738Z remote: Counting objects: 99% (17617/17794) 2022-12-01T10:05:49.3193102Z remote: Counting objects: 100% (17794/17794) 2022-12-01T10:05:49.3193393Z remote: Counting objects: 100% (17794/17794), done. 2022-12-01T10:05:49.3227201Z remote: Compressing objects: 0% (1/4049) 2022-12-01T10:05:49.3281499Z remote: Compressing objects: 1% (41/4049) 2022-12-01T10:05:49.3382394Z remote: Compressing objects: 2% (81/4049) 2022-12-01T10:05:49.3436303Z remote: Compressing objects: 3% (122/4049) 2022-12-01T10:05:49.3537210Z remote: Compressing objects: 4% (162/4049) 2022-12-01T10:05:49.3786257Z remote: Compressing objects: 5% (203/4049) 2022-12-01T10:05:49.3842713Z remote: Compressing objects: 6% (243/4049) 2022-12-01T10:05:49.3865007Z remote: Compressing objects: 7% (284/4049) 2022-12-01T10:05:49.3933421Z remote: Compressing objects: 8% (324/4049) 2022-12-01T10:05:49.3933711Z remote: Compressing objects: 9% (365/4049) 2022-12-01T10:05:49.3993956Z remote: Compressing objects: 10% (405/4049) 2022-12-01T10:05:49.5007771Z remote: Compressing objects: 11% (446/4049) 2022-12-01T10:05:49.5237849Z remote: Compressing objects: 12% (486/4049) 2022-12-01T10:05:49.5238252Z remote: Compressing objects: 13% (527/4049) 2022-12-01T10:05:49.5238540Z remote: Compressing objects: 14% (567/4049) 2022-12-01T10:05:49.5238804Z remote: Compressing objects: 15% (608/4049) 2022-12-01T10:05:49.5239079Z remote: Compressing objects: 16% (648/4049) 2022-12-01T10:05:49.5239353Z remote: Compressing objects: 17% (689/4049) 2022-12-01T10:05:49.5245827Z remote: Compressing objects: 18% (729/4049) 2022-12-01T10:05:49.5248057Z remote: Compressing objects: 19% (770/4049) 2022-12-01T10:05:49.5248419Z remote: Compressing objects: 20% (810/4049) 2022-12-01T10:05:49.5248700Z remote: Compressing objects: 21% (851/4049) 2022-12-01T10:05:49.5248963Z remote: Compressing objects: 22% (891/4049) 2022-12-01T10:05:49.5253309Z remote: Compressing objects: 23% (932/4049) 2022-12-01T10:05:49.5272412Z remote: Compressing objects: 24% (972/4049) 2022-12-01T10:05:49.5276189Z remote: Compressing objects: 25% (1013/4049) 2022-12-01T10:05:49.5276579Z remote: Compressing objects: 26% (1053/4049) 2022-12-01T10:05:49.5281444Z remote: Compressing objects: 27% (1094/4049) 2022-12-01T10:05:49.5293337Z remote: Compressing objects: 28% (1134/4049) 2022-12-01T10:05:49.5296030Z remote: Compressing objects: 29% (1175/4049) 2022-12-01T10:05:49.5298465Z remote: Compressing objects: 30% (1215/4049) 2022-12-01T10:05:49.5299573Z remote: Compressing objects: 31% (1256/4049) 2022-12-01T10:05:49.5299912Z remote: Compressing objects: 32% (1296/4049) 2022-12-01T10:05:49.5300195Z remote: Compressing objects: 33% (1337/4049) 2022-12-01T10:05:49.5300482Z remote: Compressing objects: 34% (1377/4049) 2022-12-01T10:05:49.5304693Z remote: Compressing objects: 35% (1418/4049) 2022-12-01T10:05:49.5305262Z remote: Compressing objects: 36% (1458/4049) 2022-12-01T10:05:49.5305561Z remote: Compressing objects: 37% (1499/4049) 2022-12-01T10:05:49.5305828Z remote: Compressing objects: 38% (1539/4049) 2022-12-01T10:05:49.5318914Z remote: Compressing objects: 39% (1580/4049) 2022-12-01T10:05:49.5319215Z remote: Compressing objects: 40% (1620/4049) 2022-12-01T10:05:49.5319496Z remote: Compressing objects: 41% (1661/4049) 2022-12-01T10:05:49.5319759Z remote: Compressing objects: 42% (1701/4049) 2022-12-01T10:05:49.5320038Z remote: Compressing objects: 43% (1742/4049) 2022-12-01T10:05:49.5324971Z remote: Compressing objects: 44% (1782/4049) 2022-12-01T10:05:49.5325411Z remote: Compressing objects: 45% (1823/4049) 2022-12-01T10:05:49.5325951Z remote: Compressing objects: 46% (1863/4049) 2022-12-01T10:05:49.5326268Z remote: Compressing objects: 47% (1904/4049) 2022-12-01T10:05:49.5326529Z remote: Compressing objects: 48% (1944/4049) 2022-12-01T10:05:49.5326804Z remote: Compressing objects: 49% (1985/4049) 2022-12-01T10:05:49.5327078Z remote: Compressing objects: 50% (2025/4049) 2022-12-01T10:05:49.5334836Z remote: Compressing objects: 51% (2065/4049) 2022-12-01T10:05:49.5339470Z remote: Compressing objects: 52% (2106/4049) 2022-12-01T10:05:49.5339769Z remote: Compressing objects: 53% (2146/4049) 2022-12-01T10:05:49.5341645Z remote: Compressing objects: 54% (2187/4049) 2022-12-01T10:05:49.5342144Z remote: Compressing objects: 55% (2227/4049) 2022-12-01T10:05:49.5342519Z remote: Compressing objects: 56% (2268/4049) 2022-12-01T10:05:49.5354707Z remote: Compressing objects: 57% (2308/4049) 2022-12-01T10:05:49.5355198Z remote: Compressing objects: 58% (2349/4049) 2022-12-01T10:05:49.5355697Z remote: Compressing objects: 59% (2389/4049) 2022-12-01T10:05:49.5355984Z remote: Compressing objects: 60% (2430/4049) 2022-12-01T10:05:49.5356261Z remote: Compressing objects: 61% (2470/4049) 2022-12-01T10:05:49.5356519Z remote: Compressing objects: 62% (2511/4049) 2022-12-01T10:05:49.5358610Z remote: Compressing objects: 63% (2551/4049) 2022-12-01T10:05:49.5359135Z remote: Compressing objects: 64% (2592/4049) 2022-12-01T10:05:49.5359551Z remote: Compressing objects: 65% (2632/4049) 2022-12-01T10:05:49.5359815Z remote: Compressing objects: 66% (2673/4049) 2022-12-01T10:05:49.5360088Z remote: Compressing objects: 67% (2713/4049) 2022-12-01T10:05:49.5360361Z remote: Compressing objects: 68% (2754/4049) 2022-12-01T10:05:49.5360620Z remote: Compressing objects: 69% (2794/4049) 2022-12-01T10:05:49.5367043Z remote: Compressing objects: 70% (2835/4049) 2022-12-01T10:05:49.5367488Z remote: Compressing objects: 71% (2875/4049) 2022-12-01T10:05:49.5367987Z remote: Compressing objects: 72% (2916/4049) 2022-12-01T10:05:49.5368419Z remote: Compressing objects: 73% (2956/4049) 2022-12-01T10:05:49.5368692Z remote: Compressing objects: 74% (2997/4049) 2022-12-01T10:05:49.5368962Z remote: Compressing objects: 75% (3037/4049) 2022-12-01T10:05:49.5369375Z remote: Compressing objects: 76% (3078/4049) 2022-12-01T10:05:49.5369657Z remote: Compressing objects: 77% (3118/4049) 2022-12-01T10:05:49.5369933Z remote: Compressing objects: 78% (3159/4049) 2022-12-01T10:05:49.5370246Z remote: Compressing objects: 79% (3199/4049) 2022-12-01T10:05:49.5370517Z remote: Compressing objects: 80% (3240/4049) 2022-12-01T10:05:49.5370786Z remote: Compressing objects: 81% (3280/4049) 2022-12-01T10:05:49.5371046Z remote: Compressing objects: 82% (3321/4049) 2022-12-01T10:05:49.5371318Z remote: Compressing objects: 83% (3361/4049) 2022-12-01T10:05:49.5386630Z remote: Compressing objects: 84% (3402/4049) 2022-12-01T10:05:49.5387051Z remote: Compressing objects: 85% (3442/4049) 2022-12-01T10:05:49.5387549Z remote: Compressing objects: 86% (3483/4049) 2022-12-01T10:05:49.5388045Z remote: Compressing objects: 87% (3523/4049) 2022-12-01T10:05:49.5388486Z remote: Compressing objects: 88% (3564/4049) 2022-12-01T10:05:49.5388807Z remote: Compressing objects: 89% (3604/4049) 2022-12-01T10:05:49.5389109Z remote: Compressing objects: 90% (3645/4049) 2022-12-01T10:05:49.5389550Z remote: Compressing objects: 91% (3685/4049) 2022-12-01T10:05:49.5389831Z remote: Compressing objects: 92% (3726/4049) 2022-12-01T10:05:49.5390105Z remote: Compressing objects: 93% (3766/4049) 2022-12-01T10:05:49.5390447Z remote: Compressing objects: 94% (3807/4049) 2022-12-01T10:05:49.5390709Z remote: Compressing objects: 95% (3847/4049) 2022-12-01T10:05:49.5390981Z remote: Compressing objects: 96% (3888/4049) 2022-12-01T10:05:49.5391259Z remote: Compressing objects: 97% (3928/4049) 2022-12-01T10:05:49.5391521Z remote: Compressing objects: 98% (3969/4049) 2022-12-01T10:05:49.5391796Z remote: Compressing objects: 99% (4009/4049) 2022-12-01T10:05:49.5392070Z remote: Compressing objects: 100% (4049/4049) 2022-12-01T10:05:49.5392357Z remote: Compressing objects: 100% (4049/4049), done. 2022-12-01T10:05:49.5426280Z Receiving objects: 0% (1/17794) 2022-12-01T10:05:49.5442515Z Receiving objects: 1% (178/17794) 2022-12-01T10:05:49.5460982Z Receiving objects: 2% (356/17794) 2022-12-01T10:05:49.5477693Z Receiving objects: 3% (534/17794) 2022-12-01T10:05:49.5495585Z Receiving objects: 4% (712/17794) 2022-12-01T10:05:49.5511607Z Receiving objects: 5% (890/17794) 2022-12-01T10:05:49.5528956Z Receiving objects: 6% (1068/17794) 2022-12-01T10:05:49.5546037Z Receiving objects: 7% (1246/17794) 2022-12-01T10:05:49.5561561Z Receiving objects: 8% (1424/17794) 2022-12-01T10:05:49.5575667Z Receiving objects: 9% (1602/17794) 2022-12-01T10:05:49.5588498Z Receiving objects: 10% (1780/17794) 2022-12-01T10:05:49.5601224Z Receiving objects: 11% (1958/17794) 2022-12-01T10:05:49.5614488Z Receiving objects: 12% (2136/17794) 2022-12-01T10:05:49.5632743Z Receiving objects: 13% (2314/17794) 2022-12-01T10:05:49.5651266Z Receiving objects: 14% (2492/17794) 2022-12-01T10:05:49.5668338Z Receiving objects: 15% (2670/17794) 2022-12-01T10:05:49.5680071Z Receiving objects: 16% (2848/17794) 2022-12-01T10:05:49.5683377Z Receiving objects: 17% (3025/17794) 2022-12-01T10:05:49.5687347Z Receiving objects: 18% (3203/17794) 2022-12-01T10:05:49.5689769Z Receiving objects: 19% (3381/17794) 2022-12-01T10:05:49.5692681Z Receiving objects: 20% (3559/17794) 2022-12-01T10:05:49.5694973Z Receiving objects: 21% (3737/17794) 2022-12-01T10:05:49.5697537Z Receiving objects: 22% (3915/17794) 2022-12-01T10:05:49.5699751Z Receiving objects: 23% (4093/17794) 2022-12-01T10:05:49.5702586Z Receiving objects: 24% (4271/17794) 2022-12-01T10:05:49.5704893Z Receiving objects: 25% (4449/17794) 2022-12-01T10:05:49.5707062Z Receiving objects: 26% (4627/17794) 2022-12-01T10:05:49.5710252Z Receiving objects: 27% (4805/17794) 2022-12-01T10:05:49.5712855Z Receiving objects: 28% (4983/17794) 2022-12-01T10:05:49.5715335Z Receiving objects: 29% (5161/17794) 2022-12-01T10:05:49.5718269Z Receiving objects: 30% (5339/17794) 2022-12-01T10:05:49.5720657Z Receiving objects: 31% (5517/17794) 2022-12-01T10:05:49.5722702Z Receiving objects: 32% (5695/17794) 2022-12-01T10:05:49.5724103Z Receiving objects: 33% (5873/17794) 2022-12-01T10:05:49.5725773Z Receiving objects: 34% (6050/17794) 2022-12-01T10:05:49.5727499Z Receiving objects: 35% (6228/17794) 2022-12-01T10:05:49.5729512Z Receiving objects: 36% (6406/17794) 2022-12-01T10:05:49.5731284Z Receiving objects: 37% (6584/17794) 2022-12-01T10:05:49.5733267Z Receiving objects: 38% (6762/17794) 2022-12-01T10:05:49.5734710Z Receiving objects: 39% (6940/17794) 2022-12-01T10:05:49.5736429Z Receiving objects: 40% (7118/17794) 2022-12-01T10:05:49.5738476Z Receiving objects: 41% (7296/17794) 2022-12-01T10:05:49.5740040Z Receiving objects: 42% (7474/17794) 2022-12-01T10:05:49.5742029Z Receiving objects: 43% (7652/17794) 2022-12-01T10:05:49.5743437Z Receiving objects: 44% (7830/17794) 2022-12-01T10:05:49.5745601Z Receiving objects: 45% (8008/17794) 2022-12-01T10:05:49.5747664Z Receiving objects: 46% (8186/17794) 2022-12-01T10:05:49.5749215Z Receiving objects: 47% (8364/17794) 2022-12-01T10:05:49.5751713Z Receiving objects: 48% (8542/17794) 2022-12-01T10:05:49.5754242Z Receiving objects: 49% (8720/17794) 2022-12-01T10:05:49.5756819Z Receiving objects: 50% (8897/17794) 2022-12-01T10:05:49.5759918Z Receiving objects: 51% (9075/17794) 2022-12-01T10:05:49.5762229Z Receiving objects: 52% (9253/17794) 2022-12-01T10:05:49.5763292Z Receiving objects: 53% (9431/17794) 2022-12-01T10:05:49.5765766Z Receiving objects: 54% (9609/17794) 2022-12-01T10:05:49.5767427Z Receiving objects: 55% (9787/17794) 2022-12-01T10:05:49.5769721Z Receiving objects: 56% (9965/17794) 2022-12-01T10:05:49.5776116Z Receiving objects: 57% (10143/17794) 2022-12-01T10:05:49.5779140Z Receiving objects: 58% (10321/17794) 2022-12-01T10:05:49.5782386Z Receiving objects: 59% (10499/17794) 2022-12-01T10:05:49.5828718Z Receiving objects: 60% (10677/17794) 2022-12-01T10:05:49.6002322Z Receiving objects: 61% (10855/17794) 2022-12-01T10:05:49.6178878Z Receiving objects: 62% (11033/17794) 2022-12-01T10:05:49.6240606Z Receiving objects: 63% (11211/17794) 2022-12-01T10:05:49.6407454Z Receiving objects: 64% (11389/17794) 2022-12-01T10:05:49.6436569Z Receiving objects: 65% (11567/17794) 2022-12-01T10:05:49.6461082Z Receiving objects: 66% (11745/17794) 2022-12-01T10:05:49.6488497Z Receiving objects: 67% (11922/17794) 2022-12-01T10:05:49.6523221Z Receiving objects: 68% (12100/17794) 2022-12-01T10:05:49.6553239Z Receiving objects: 69% (12278/17794) 2022-12-01T10:05:49.6579558Z Receiving objects: 70% (12456/17794) 2022-12-01T10:05:49.6607640Z Receiving objects: 71% (12634/17794) 2022-12-01T10:05:49.6634532Z Receiving objects: 72% (12812/17794) 2022-12-01T10:05:49.6656815Z Receiving objects: 73% (12990/17794) 2022-12-01T10:05:49.6686296Z Receiving objects: 74% (13168/17794) 2022-12-01T10:05:49.6704732Z Receiving objects: 75% (13346/17794) 2022-12-01T10:05:49.6734699Z Receiving objects: 76% (13524/17794) 2022-12-01T10:05:49.6753545Z Receiving objects: 77% (13702/17794) 2022-12-01T10:05:49.6766520Z Receiving objects: 78% (13880/17794) 2022-12-01T10:05:49.6775858Z Receiving objects: 79% (14058/17794) 2022-12-01T10:05:49.6870625Z Receiving objects: 80% (14236/17794) 2022-12-01T10:05:49.6883395Z Receiving objects: 81% (14414/17794) 2022-12-01T10:05:49.6898927Z Receiving objects: 82% (14592/17794) 2022-12-01T10:05:49.6917928Z Receiving objects: 83% (14770/17794) 2022-12-01T10:05:49.6931561Z Receiving objects: 84% (14947/17794) 2022-12-01T10:05:49.6943207Z Receiving objects: 85% (15125/17794) 2022-12-01T10:05:49.6949609Z Receiving objects: 86% (15303/17794) 2022-12-01T10:05:49.6955094Z Receiving objects: 87% (15481/17794) 2022-12-01T10:05:49.6965829Z Receiving objects: 88% (15659/17794) 2022-12-01T10:05:49.6971897Z Receiving objects: 89% (15837/17794) 2022-12-01T10:05:49.6981638Z Receiving objects: 90% (16015/17794) 2022-12-01T10:05:49.6994745Z Receiving objects: 91% (16193/17794) 2022-12-01T10:05:49.7008182Z Receiving objects: 92% (16371/17794) 2022-12-01T10:05:49.7015989Z Receiving objects: 93% (16549/17794) 2022-12-01T10:05:49.7019855Z Receiving objects: 94% (16727/17794) 2022-12-01T10:05:49.7030369Z Receiving objects: 95% (16905/17794) 2022-12-01T10:05:49.7043340Z Receiving objects: 96% (17083/17794) 2022-12-01T10:05:49.7051999Z Receiving objects: 97% (17261/17794) 2022-12-01T10:05:49.7061145Z Receiving objects: 98% (17439/17794) 2022-12-01T10:05:49.7073614Z Receiving objects: 99% (17617/17794) 2022-12-01T10:05:49.7074138Z remote: Total 17794 (delta 13834), reused 17458 (delta 13658), pack-reused 0 2022-12-01T10:05:49.7092811Z Receiving objects: 100% (17794/17794) 2022-12-01T10:05:49.7093122Z Receiving objects: 100% (17794/17794), 6.78 MiB | 40.14 MiB/s, done. 2022-12-01T10:05:49.7120184Z Resolving deltas: 0% (0/13834) 2022-12-01T10:05:49.7124983Z Resolving deltas: 1% (139/13834) 2022-12-01T10:05:49.7130004Z Resolving deltas: 2% (278/13834) 2022-12-01T10:05:49.7135617Z Resolving deltas: 3% (427/13834) 2022-12-01T10:05:49.7140150Z Resolving deltas: 4% (590/13834) 2022-12-01T10:05:49.7144065Z Resolving deltas: 5% (703/13834) 2022-12-01T10:05:49.7150458Z Resolving deltas: 6% (839/13834) 2022-12-01T10:05:49.7154319Z Resolving deltas: 7% (1022/13834) 2022-12-01T10:05:49.7159325Z Resolving deltas: 8% (1141/13834) 2022-12-01T10:05:49.7165716Z Resolving deltas: 9% (1281/13834) 2022-12-01T10:05:49.7170737Z Resolving deltas: 10% (1453/13834) 2022-12-01T10:05:49.7175842Z Resolving deltas: 11% (1590/13834) 2022-12-01T10:05:49.7180305Z Resolving deltas: 12% (1734/13834) 2022-12-01T10:05:49.7187130Z Resolving deltas: 13% (1862/13834) 2022-12-01T10:05:49.7188707Z Resolving deltas: 14% (2040/13834) 2022-12-01T10:05:49.7196397Z Resolving deltas: 15% (2078/13834) 2022-12-01T10:05:49.7202617Z Resolving deltas: 16% (2285/13834) 2022-12-01T10:05:49.7204537Z Resolving deltas: 17% (2464/13834) 2022-12-01T10:05:49.7211112Z Resolving deltas: 18% (2494/13834) 2022-12-01T10:05:49.7219827Z Resolving deltas: 19% (2680/13834) 2022-12-01T10:05:49.7225620Z Resolving deltas: 21% (2918/13834) 2022-12-01T10:05:49.7229092Z Resolving deltas: 22% (3068/13834) 2022-12-01T10:05:49.7235496Z Resolving deltas: 23% (3182/13834) 2022-12-01T10:05:49.7240728Z Resolving deltas: 24% (3341/13834) 2022-12-01T10:05:49.7244955Z Resolving deltas: 25% (3482/13834) 2022-12-01T10:05:49.7251158Z Resolving deltas: 26% (3602/13834) 2022-12-01T10:05:49.7267176Z Resolving deltas: 27% (3775/13834) 2022-12-01T10:05:49.7269575Z Resolving deltas: 30% (4239/13834) 2022-12-01T10:05:49.7274479Z Resolving deltas: 31% (4312/13834) 2022-12-01T10:05:49.7280882Z Resolving deltas: 32% (4437/13834) 2022-12-01T10:05:49.7284915Z Resolving deltas: 33% (4608/13834) 2022-12-01T10:05:49.7290151Z Resolving deltas: 34% (4716/13834) 2022-12-01T10:05:49.7295058Z Resolving deltas: 35% (4850/13834) 2022-12-01T10:05:49.7303003Z Resolving deltas: 36% (4982/13834) 2022-12-01T10:05:49.7307216Z Resolving deltas: 37% (5190/13834) 2022-12-01T10:05:49.7311004Z Resolving deltas: 38% (5310/13834) 2022-12-01T10:05:49.7316015Z Resolving deltas: 39% (5419/13834) 2022-12-01T10:05:49.7320616Z Resolving deltas: 40% (5552/13834) 2022-12-01T10:05:49.7328919Z Resolving deltas: 41% (5692/13834) 2022-12-01T10:05:49.7332907Z Resolving deltas: 43% (5970/13834) 2022-12-01T10:05:49.7337814Z Resolving deltas: 44% (6097/13834) 2022-12-01T10:05:49.7350605Z Resolving deltas: 45% (6227/13834) 2022-12-01T10:05:49.7355358Z Resolving deltas: 46% (6387/13834) 2022-12-01T10:05:49.7359976Z Resolving deltas: 47% (6517/13834) 2022-12-01T10:05:49.7365094Z Resolving deltas: 48% (6646/13834) 2022-12-01T10:05:49.7369210Z Resolving deltas: 49% (6810/13834) 2022-12-01T10:05:49.7373884Z Resolving deltas: 50% (6919/13834) 2022-12-01T10:05:49.7378753Z Resolving deltas: 51% (7056/13834) 2022-12-01T10:05:49.7385978Z Resolving deltas: 52% (7196/13834) 2022-12-01T10:05:49.7410181Z Resolving deltas: 53% (7333/13834) 2022-12-01T10:05:49.7421536Z Resolving deltas: 54% (7477/13834) 2022-12-01T10:05:49.7452204Z Resolving deltas: 55% (7618/13834) 2022-12-01T10:05:49.7484739Z Resolving deltas: 56% (7751/13834) 2022-12-01T10:05:49.7566338Z Resolving deltas: 57% (7890/13834) 2022-12-01T10:05:49.7591734Z Resolving deltas: 59% (8229/13834) 2022-12-01T10:05:49.7665271Z Resolving deltas: 60% (8330/13834) 2022-12-01T10:05:49.7710718Z Resolving deltas: 62% (8581/13834) 2022-12-01T10:05:49.7782165Z Resolving deltas: 63% (8717/13834) 2022-12-01T10:05:49.7792245Z Resolving deltas: 64% (8931/13834) 2022-12-01T10:05:49.7833511Z Resolving deltas: 65% (9002/13834) 2022-12-01T10:05:49.7849121Z Resolving deltas: 66% (9186/13834) 2022-12-01T10:05:49.7916672Z Resolving deltas: 67% (9271/13834) 2022-12-01T10:05:49.7973612Z Resolving deltas: 68% (9413/13834) 2022-12-01T10:05:49.8008310Z Resolving deltas: 69% (9574/13834) 2022-12-01T10:05:49.8036228Z Resolving deltas: 70% (9695/13834) 2022-12-01T10:05:49.8074058Z Resolving deltas: 71% (9824/13834) 2022-12-01T10:05:49.8109588Z Resolving deltas: 72% (10055/13834) 2022-12-01T10:05:49.8159682Z Resolving deltas: 73% (10173/13834) 2022-12-01T10:05:49.8193698Z Resolving deltas: 75% (10384/13834) 2022-12-01T10:05:49.8227008Z Resolving deltas: 76% (10529/13834) 2022-12-01T10:05:49.8253097Z Resolving deltas: 77% (10683/13834) 2022-12-01T10:05:49.8304377Z Resolving deltas: 78% (10804/13834) 2022-12-01T10:05:49.8321485Z Resolving deltas: 79% (11003/13834) 2022-12-01T10:05:49.8337078Z Resolving deltas: 80% (11095/13834) 2022-12-01T10:05:49.8357979Z Resolving deltas: 81% (11239/13834) 2022-12-01T10:05:49.8574931Z Resolving deltas: 82% (11360/13834) 2022-12-01T10:05:49.8674329Z Resolving deltas: 84% (11721/13834) 2022-12-01T10:05:49.8698352Z Resolving deltas: 85% (11896/13834) 2022-12-01T10:05:49.8725888Z Resolving deltas: 86% (11965/13834) 2022-12-01T10:05:49.8832627Z Resolving deltas: 87% (12059/13834) 2022-12-01T10:05:49.8848657Z Resolving deltas: 88% (12253/13834) 2022-12-01T10:05:49.8918927Z Resolving deltas: 89% (12333/13834) 2022-12-01T10:05:49.8932824Z Resolving deltas: 90% (12554/13834) 2022-12-01T10:05:49.8949563Z Resolving deltas: 91% (12658/13834) 2022-12-01T10:05:49.8972101Z Resolving deltas: 92% (12732/13834) 2022-12-01T10:05:49.8997670Z Resolving deltas: 93% (12878/13834) 2022-12-01T10:05:49.9025846Z Resolving deltas: 94% (13004/13834) 2022-12-01T10:05:49.9043081Z Resolving deltas: 95% (13173/13834) 2022-12-01T10:05:49.9067815Z Resolving deltas: 96% (13284/13834) 2022-12-01T10:05:49.9079028Z Resolving deltas: 97% (13420/13834) 2022-12-01T10:05:49.9093722Z Resolving deltas: 98% (13576/13834) 2022-12-01T10:05:49.9129592Z Resolving deltas: 99% (13696/13834) 2022-12-01T10:05:49.9130830Z Resolving deltas: 100% (13834/13834) 2022-12-01T10:05:49.9131048Z Resolving deltas: 100% (13834/13834), done. 2022-12-01T10:05:49.9576230Z + pushd torchdynamo 2022-12-01T10:05:49.9576505Z ~/torchdynamo ~ ~/workspace 2022-12-01T10:05:49.9576764Z + git checkout 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:49.9940815Z Note: switching to '6ead5cae0d1234aa64db06fe230ef56e12ec76fe'. 2022-12-01T10:05:49.9941153Z 2022-12-01T10:05:49.9941575Z You are in 'detached HEAD' state. You can look around, make experimental 2022-12-01T10:05:49.9941899Z changes and commit them, and you can discard any commits you make in this 2022-12-01T10:05:49.9942209Z state without impacting any branches by switching back to a branch. 2022-12-01T10:05:49.9942377Z 2022-12-01T10:05:49.9942499Z If you want to create a new branch to retain commits you create, you may 2022-12-01T10:05:49.9942851Z do so (now or later) by using -c with the switch command. Example: 2022-12-01T10:05:49.9943010Z 2022-12-01T10:05:49.9943143Z git switch -c 2022-12-01T10:05:49.9943276Z 2022-12-01T10:05:49.9943363Z Or undo this operation with: 2022-12-01T10:05:49.9943475Z 2022-12-01T10:05:49.9943546Z git switch - 2022-12-01T10:05:49.9943650Z 2022-12-01T10:05:49.9943800Z Turn off this advice by setting config variable advice.detachedHead to false 2022-12-01T10:05:49.9943981Z 2022-12-01T10:05:49.9944289Z HEAD is now at 6ead5cae Add a upload_tar functionality for inductor debug trace (#1321) 2022-12-01T10:05:49.9946210Z + python setup.py develop 2022-12-01T10:05:51.1359833Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:51.1728118Z running develop 2022-12-01T10:05:51.1731542Z /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:05:51.1732092Z EasyInstallDeprecationWarning, 2022-12-01T10:05:51.1813916Z /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:05:51.1814353Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:05:51.2566395Z running egg_info 2022-12-01T10:05:51.2566718Z creating torchdynamo.egg-info 2022-12-01T10:05:51.2616737Z writing torchdynamo.egg-info/PKG-INFO 2022-12-01T10:05:51.2619644Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-12-01T10:05:51.2621468Z writing requirements to torchdynamo.egg-info/requires.txt 2022-12-01T10:05:51.2622377Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-12-01T10:05:51.2623590Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:05:51.2760774Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:05:51.2761546Z adding license file 'LICENSE' 2022-12-01T10:05:51.2774062Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:05:51.2774624Z running build_ext 2022-12-01T10:05:51.2788037Z building 'torchdynamo._eval_frame' extension 2022-12-01T10:05:51.2788529Z creating build 2022-12-01T10:05:51.2789183Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T10:05:51.2789600Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:05:51.2790674Z 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:05:51.3904530Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:05:51.3904931Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:05:51.3905669Z 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:05:51.4187069Z building 'torchdynamo._guards' extension 2022-12-01T10:05:51.4188367Z 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:05:52.3323726Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:05:52.3334129Z 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:05:52.6086136Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:05:52.6087661Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:05:52.6150384Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-12-01T10:05:52.6154527Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-12-01T10:05:52.6164368Z 2022-12-01T10:05:52.6164523Z Installed /var/lib/jenkins/torchdynamo 2022-12-01T10:05:52.6178287Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:05:52.6210807Z Searching for tabulate 2022-12-01T10:05:52.6212089Z Reading https://pypi.org/simple/tabulate/ 2022-12-01T10:05:52.6382536Z /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:05:52.6382960Z PkgResourcesDeprecationWarning, 2022-12-01T10:05:52.6773854Z Downloading https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl#sha256=024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f 2022-12-01T10:05:52.6922841Z Best match: tabulate 0.9.0 2022-12-01T10:05:52.6923217Z Processing tabulate-0.9.0-py3-none-any.whl 2022-12-01T10:05:52.6969838Z Installing tabulate-0.9.0-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7236353Z Adding tabulate 0.9.0 to easy-install.pth file 2022-12-01T10:05:52.7250093Z Installing tabulate script to /opt/conda/bin 2022-12-01T10:05:52.7251872Z 2022-12-01T10:05:52.7252483Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.9.0-py3.7.egg 2022-12-01T10:05:52.7335600Z Searching for sympy==1.10.1 2022-12-01T10:05:52.7336205Z Best match: sympy 1.10.1 2022-12-01T10:05:52.7336763Z Adding sympy 1.10.1 to easy-install.pth file 2022-12-01T10:05:52.7339264Z Installing isympy script to /opt/conda/bin 2022-12-01T10:05:52.7340779Z 2022-12-01T10:05:52.7340996Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7346147Z Searching for PyYAML==6.0 2022-12-01T10:05:52.7347002Z Best match: PyYAML 6.0 2022-12-01T10:05:52.7347756Z Adding PyYAML 6.0 to easy-install.pth file 2022-12-01T10:05:52.7349453Z 2022-12-01T10:05:52.7349631Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7355257Z Searching for numpy==1.18.5 2022-12-01T10:05:52.7355999Z Best match: numpy 1.18.5 2022-12-01T10:05:52.7356562Z Adding numpy 1.18.5 to easy-install.pth file 2022-12-01T10:05:52.7359412Z Installing f2py script to /opt/conda/bin 2022-12-01T10:05:52.7360855Z Installing f2py3 script to /opt/conda/bin 2022-12-01T10:05:52.7362288Z Installing f2py3.7 script to /opt/conda/bin 2022-12-01T10:05:52.7363201Z 2022-12-01T10:05:52.7363501Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7370914Z Searching for torch==1.13.0a0+gitc13d400 2022-12-01T10:05:52.7371557Z Best match: torch 1.13.0a0+gitc13d400 2022-12-01T10:05:52.7372500Z Adding torch 1.13.0a0+gitc13d400 to easy-install.pth file 2022-12-01T10:05:52.7375728Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-12-01T10:05:52.7377438Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-12-01T10:05:52.7378487Z Installing torchrun script to /opt/conda/bin 2022-12-01T10:05:52.7379755Z 2022-12-01T10:05:52.7380141Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7385257Z Searching for mpmath==1.2.1 2022-12-01T10:05:52.7385904Z Best match: mpmath 1.2.1 2022-12-01T10:05:52.7386606Z Adding mpmath 1.2.1 to easy-install.pth file 2022-12-01T10:05:52.7388441Z 2022-12-01T10:05:52.7388686Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7394139Z Searching for typing-extensions==4.3.0 2022-12-01T10:05:52.7394857Z Best match: typing-extensions 4.3.0 2022-12-01T10:05:52.7395456Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-12-01T10:05:52.7397487Z 2022-12-01T10:05:52.7397741Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:05:52.7398403Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:05:53.0005140Z 2022-12-01T10:05:53.0005671Z real 0m3.006s 2022-12-01T10:05:53.0005928Z user 0m1.960s 2022-12-01T10:05:53.0006435Z sys 0m0.635s 2022-12-01T10:05:53.0006620Z + popd 2022-12-01T10:05:53.0006767Z ~ ~/workspace 2022-12-01T10:05:53.0006929Z + popd 2022-12-01T10:05:53.0007212Z ~/workspace 2022-12-01T10:05:53.0007375Z + test_python_shard 2 2022-12-01T10:05:53.0007682Z + [[ -z 2 ]] 2022-12-01T10:05:53.0008130Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-12-01T10:05:54.1750179Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:54.2905991Z Ignoring disabled issues: [] 2022-12-01T10:05:54.3435391Z Found test time stats from artifacts 2022-12-01T10:05:54.3463263Z Selected tests: 2022-12-01T10:05:54.3463546Z test_ops_jit 2022-12-01T10:05:54.3464722Z test_ops_gradients 2022-12-01T10:05:54.3464918Z test_reductions 2022-12-01T10:05:54.3465162Z test_nn 2022-12-01T10:05:54.3465443Z test_tensor_creation_ops 2022-12-01T10:05:54.3465742Z nn/test_pooling 2022-12-01T10:05:54.3466012Z test_cpp_api_parity 2022-12-01T10:05:54.3466331Z test_multiprocessing 2022-12-01T10:05:54.3466596Z test_mobile_optimizer 2022-12-01T10:05:54.3466944Z test_cpp_extensions_open_device_registration 2022-12-01T10:05:54.3467273Z test_indexing 2022-12-01T10:05:54.3467459Z test_jit_disabled 2022-12-01T10:05:54.3467662Z test_show_pickle 2022-12-01T10:05:54.3467864Z test_prims 2022-12-01T10:05:54.3468052Z test_cpp_extensions_aot_ninja 2022-12-01T10:05:54.3468318Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:05:54.3468641Z lazy/test_bindings 2022-12-01T10:05:54.3468824Z lazy/test_meta_kernel 2022-12-01T10:05:54.3468986Z test_cuda 2022-12-01T10:05:54.3469153Z test_cuda_sanitizer 2022-12-01T10:05:54.3469327Z test_deploy 2022-12-01T10:05:54.3469546Z test_hub 2022-12-01T10:05:54.3469857Z test_pruning_op 2022-12-01T10:05:54.3470180Z test_decomp 2022-12-01T10:05:54.3470535Z test_quantization 2022-12-01T10:05:54.3470746Z test_proxy_tensor 2022-12-01T10:05:54.3470925Z test_jit_fuser_te 2022-12-01T10:05:54.3471077Z test_jit 2022-12-01T10:05:54.3471244Z test_dataloader 2022-12-01T10:05:54.3471422Z test_binary_ufuncs 2022-12-01T10:05:54.3471587Z test_mkldnn_fusion 2022-12-01T10:05:54.3471847Z test_optim 2022-12-01T10:05:54.3472094Z test_mkldnn 2022-12-01T10:05:54.3472379Z test_jit_llga_fuser 2022-12-01T10:05:54.3472717Z test_sparse 2022-12-01T10:05:54.3473010Z test_serialization 2022-12-01T10:05:54.3473320Z test_view_ops 2022-12-01T10:05:54.3473616Z test_masked 2022-12-01T10:05:54.3473897Z test_jit_autocast 2022-12-01T10:05:54.3474224Z test_type_promotion 2022-12-01T10:05:54.3474446Z test_xnnpack_integration 2022-12-01T10:05:54.3474617Z test_ao_sparsity 2022-12-01T10:05:54.3474788Z nn/test_embedding 2022-12-01T10:05:54.3474962Z test_import_stats 2022-12-01T10:05:54.3475124Z test_mkldnn_verbose 2022-12-01T10:05:54.3475305Z lazy/test_step_closures 2022-12-01T10:05:54.3475487Z test_sort_and_select 2022-12-01T10:05:54.3475660Z backends/xeon/test_launch 2022-12-01T10:05:54.3475852Z test_scatter_gather_ops 2022-12-01T10:05:54.3476043Z test_expanded_weights 2022-12-01T10:05:54.3476214Z test_dynamic_shapes 2022-12-01T10:05:54.3476392Z test_namedtensor 2022-12-01T10:05:54.3476565Z test_model_dump 2022-12-01T10:05:54.3476727Z lazy/test_reuse_ir 2022-12-01T10:05:54.3476897Z test_fx_passes 2022-12-01T10:05:54.3477064Z test_monitor 2022-12-01T10:05:54.3477223Z test_function_schema 2022-12-01T10:05:54.3477406Z nn/test_packed_sequence 2022-12-01T10:05:54.3477584Z test_autocast 2022-12-01T10:05:54.3477746Z test_functional_optim 2022-12-01T10:05:54.3477922Z nn/test_dropout 2022-12-01T10:05:54.3478114Z profiler/test_profiler_tree 2022-12-01T10:05:54.3478288Z test_type_info 2022-12-01T10:05:54.3478455Z test_native_mha 2022-12-01T10:05:54.3478626Z test_numpy_interop 2022-12-01T10:05:54.3478786Z test_dlpack 2022-12-01T10:05:55.2268744Z Prioritized test from test file changes. 2022-12-01T10:05:55.2269058Z reordering tests for PR: 2022-12-01T10:05:55.2270659Z prioritized: ['test_ops_jit', 'test_ops_gradients', 'test_reductions', 'test_nn', 'nn/test_pooling', 'test_indexing', 'test_prims', 'test_cuda', 'test_decomp', 'test_quantization', 'test_proxy_tensor', 'test_jit_fuser_te', 'test_jit', 'test_dataloader', 'test_binary_ufuncs', 'test_mkldnn_fusion', 'test_optim', 'test_mkldnn', 'test_jit_llga_fuser', 'test_sparse', 'test_serialization', 'test_view_ops', 'test_jit_autocast', 'test_type_promotion', 'test_xnnpack_integration', 'nn/test_embedding', 'test_expanded_weights', 'test_dynamic_shapes', 'lazy/test_reuse_ir', 'test_fx_passes', 'test_autocast', 'test_functional_optim', 'nn/test_dropout', 'profiler/test_profiler_tree', 'test_native_mha'] 2022-12-01T10:05:55.2272740Z the rest: ['test_tensor_creation_ops', 'test_cpp_api_parity', 'test_multiprocessing', 'test_mobile_optimizer', 'test_cpp_extensions_open_device_registration', 'test_jit_disabled', 'test_show_pickle', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda_sanitizer', 'test_deploy', 'test_hub', 'test_pruning_op', 'test_masked', 'test_ao_sparsity', 'test_import_stats', 'test_mkldnn_verbose', 'lazy/test_step_closures', 'test_sort_and_select', 'backends/xeon/test_launch', 'test_scatter_gather_ops', 'test_namedtensor', 'test_model_dump', 'test_monitor', 'test_function_schema', 'nn/test_packed_sequence', 'test_type_info', 'test_numpy_interop', 'test_dlpack'] 2022-12-01T10:05:55.2273463Z 2022-12-01T10:05:55.2273871Z 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:05:55.2441300Z 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:05:55.2588377Z parallel (file granularity) tests: 2022-12-01T10:05:55.2588680Z test_decomp 2022-12-01T10:05:55.2588972Z test_quantization 2022-12-01T10:05:55.2589238Z test_proxy_tensor 2022-12-01T10:05:55.2589541Z test_jit_fuser_te 2022-12-01T10:05:55.2589840Z test_jit 2022-12-01T10:05:55.2590102Z test_dataloader 2022-12-01T10:05:55.2590471Z test_binary_ufuncs 2022-12-01T10:05:55.2590761Z test_mkldnn_fusion 2022-12-01T10:05:55.2591076Z test_optim 2022-12-01T10:05:55.2591367Z test_mkldnn 2022-12-01T10:05:55.2591665Z test_jit_llga_fuser 2022-12-01T10:05:55.2591957Z test_sparse 2022-12-01T10:05:55.2592268Z test_serialization 2022-12-01T10:05:55.2592582Z test_view_ops 2022-12-01T10:05:55.2592878Z test_jit_autocast 2022-12-01T10:05:55.2593061Z test_type_promotion 2022-12-01T10:05:55.2593247Z test_xnnpack_integration 2022-12-01T10:05:55.2593418Z nn/test_embedding 2022-12-01T10:05:55.2593593Z test_expanded_weights 2022-12-01T10:05:55.2593775Z test_dynamic_shapes 2022-12-01T10:05:55.2593941Z lazy/test_reuse_ir 2022-12-01T10:05:55.2594112Z test_fx_passes 2022-12-01T10:05:55.2594280Z test_autocast 2022-12-01T10:05:55.2594454Z test_functional_optim 2022-12-01T10:05:55.2594620Z nn/test_dropout 2022-12-01T10:05:55.2594811Z profiler/test_profiler_tree 2022-12-01T10:05:55.2595001Z test_native_mha 2022-12-01T10:05:55.2595160Z lazy/test_bindings 2022-12-01T10:05:55.2595336Z lazy/test_meta_kernel 2022-12-01T10:05:55.2595516Z test_cuda_sanitizer 2022-12-01T10:05:55.2595676Z test_deploy 2022-12-01T10:05:55.2595834Z test_hub 2022-12-01T10:05:55.2595995Z test_pruning_op 2022-12-01T10:05:55.2596151Z test_masked 2022-12-01T10:05:55.2596318Z test_ao_sparsity 2022-12-01T10:05:55.2596491Z test_import_stats 2022-12-01T10:05:55.2596654Z test_mkldnn_verbose 2022-12-01T10:05:55.2596834Z lazy/test_step_closures 2022-12-01T10:05:55.2597017Z test_sort_and_select 2022-12-01T10:05:55.2597192Z backends/xeon/test_launch 2022-12-01T10:05:55.2597385Z test_scatter_gather_ops 2022-12-01T10:05:55.2597566Z test_namedtensor 2022-12-01T10:05:55.2597724Z test_model_dump 2022-12-01T10:05:55.2597889Z test_monitor 2022-12-01T10:05:55.2598060Z test_function_schema 2022-12-01T10:05:55.2598235Z nn/test_packed_sequence 2022-12-01T10:05:55.2598545Z test_type_info 2022-12-01T10:05:55.2598723Z test_numpy_interop 2022-12-01T10:05:55.2598882Z test_dlpack 2022-12-01T10:05:55.2599069Z serial (file granularity) tests: 2022-12-01T10:05:55.2599311Z test_ops_jit 2022-12-01T10:05:55.2599469Z test_ops_gradients 2022-12-01T10:05:55.2599640Z test_reductions 2022-12-01T10:05:55.2599804Z test_nn 2022-12-01T10:05:55.2599951Z nn/test_pooling 2022-12-01T10:05:55.2600117Z test_indexing 2022-12-01T10:05:55.2600278Z test_prims 2022-12-01T10:05:55.2600425Z test_cuda 2022-12-01T10:05:55.2600598Z test_tensor_creation_ops 2022-12-01T10:05:55.2600784Z test_cpp_api_parity 2022-12-01T10:05:55.2600957Z test_multiprocessing 2022-12-01T10:05:55.2601141Z test_mobile_optimizer 2022-12-01T10:05:55.2601358Z test_cpp_extensions_open_device_registration 2022-12-01T10:05:55.2601550Z test_jit_disabled 2022-12-01T10:05:55.2601721Z test_show_pickle 2022-12-01T10:05:55.2601908Z test_cpp_extensions_aot_ninja 2022-12-01T10:05:55.2602102Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:05:56.4535559Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:56.4790335Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:56.5156364Z Ignoring disabled issues: [] 2022-12-01T10:05:56.5299883Z Running test_decomp ... [2022-12-01 10:05:56.529694] 2022-12-01T10:05:56.5301856Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:05:56.529960] 2022-12-01T10:05:56.5433017Z Ignoring disabled issues: [] 2022-12-01T10:05:56.5565624Z Running test_quantization ... [2022-12-01 10:05:56.556295] 2022-12-01T10:05:56.5567546Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:05:56.556547] 2022-12-01T10:17:11.2419395Z 2022-12-01T10:17:11.2421695Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:17:11.2428178Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_6qwdmdek) 2022-12-01T10:17:11.2434742Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-12-01T10:17:11.2435745Z /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:17:11.2515175Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:17:11.2515384Z 2022-12-01T10:17:11.2515497Z Running tests... 2022-12-01T10:17:11.2516034Z ---------------------------------------------------------------------- 2022-12-01T10:17:11.2516659Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.010s) 2022-12-01T10:17:11.2517389Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:17:11.2518191Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:17:11.2518941Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:17:11.2519574Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:17:11.2520145Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2520763Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-12-01T10:17:11.2521390Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2522118Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2523503Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2524241Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2525097Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2525863Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2526611Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2527347Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2528049Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2528746Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2529426Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2530140Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2530868Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2531761Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2532428Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2533145Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2533854Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2534557Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2535249Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2535833Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:17:11.2536421Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2536990Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:17:11.2537596Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2538340Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2538968Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-12-01T10:17:11.2539593Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2540365Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:17:11.2541129Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2541766Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:17:11.2542375Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:17:11.2542981Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:17:11.2543628Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2544490Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2545251Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2546096Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2566681Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2567580Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2568388Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2569210Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2570003Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2570746Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2571480Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2582081Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2582564Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2583049Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2583531Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2583979Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2584449Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2584932Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2585413Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2585864Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2586328Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2586863Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:17:11.2587297Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2587748Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2588206Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2588655Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2589098Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2589709Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2590173Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2590707Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2591152Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2591623Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2592085Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2592536Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2592975Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2593422Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2593881Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2594332Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2594779Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2595247Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2595709Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2596174Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2596624Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2597092Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2597551Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2598000Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:17:11.2598413Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-12-01T10:17:11.2598834Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2599245Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2599641Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:17:11.2600032Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2600441Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:17:11.2600858Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2601278Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2601708Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2602131Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2602589Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2603032Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2603456Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2603890Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2604329Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2604752Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2605170Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2605597Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2606008Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2606415Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:17:11.2606794Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2607182Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:17:11.2607584Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.530s) 2022-12-01T10:17:11.2607994Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.088s) 2022-12-01T10:17:11.2608381Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.649s) 2022-12-01T10:17:11.2608762Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.243s) 2022-12-01T10:17:11.2609179Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.011s) 2022-12-01T10:17:11.2609608Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.090s) 2022-12-01T10:17:11.2610527Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:17:11.2611185Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:17:11.2612008Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:17:11.2612547Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2613245Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-12-01T10:17:11.2613755Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2614500Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-12-01T10:17:11.2615042Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2615716Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:17:11.2616214Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2616465Z ok (0.110s) 2022-12-01T10:17:11.2617161Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:17:11.2617714Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:17:11.2618341Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-12-01T10:17:11.2618846Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2619509Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-12-01T10:17:11.2620008Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2620645Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-12-01T10:17:11.2621249Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-12-01T10:17:11.2621521Z ok (0.075s) 2022-12-01T10:17:11.2621925Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:17:11.2622317Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:17:11.2622682Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.003s) 2022-12-01T10:17:11.2623040Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:17:11.2623395Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.007s) 2022-12-01T10:17:11.2623746Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:17:11.2624522Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:17:11.2625030Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:17:11.2625261Z ok (0.008s) 2022-12-01T10:17:11.2625517Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:17:11.2625954Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.003s) 2022-12-01T10:17:11.2626320Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:17:11.2626704Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-12-01T10:17:11.2627280Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2627996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2628497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2628994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2629475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2629970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2630464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2630963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2631455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2632133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2632634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2633127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2633612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2634092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2634627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2635116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2635612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2636095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2636566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2637095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2637585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2638105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2638597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2639068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2639560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2640054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2640545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2641020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2641507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2641997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2642481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2643153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2643629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2644122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2644619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2645113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2645600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2646072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2646557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2647086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2647440Z ok (0.641s) 2022-12-01T10:17:11.2647885Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2648495Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2648985Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2649464Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2649935Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2650399Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2650878Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2651351Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2651930Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2652384Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2652854Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2653335Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2653812Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2654286Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2654739Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2655220Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2655957Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2656357Z self._get_name() 2022-12-01T10:17:11.2657098Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-12-01T10:17:11.2657592Z return callable(*args, **kwargs) 2022-12-01T10:17:11.2657783Z ok (0.952s) 2022-12-01T10:17:11.2658289Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2658881Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2659366Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2659851Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2660326Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2660807Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2661264Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2661743Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2662218Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2662693Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2663151Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2663617Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2664093Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2664568Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2665045Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2665503Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2666217Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2666667Z self._get_name() 2022-12-01T10:17:11.2666843Z ok (0.987s) 2022-12-01T10:17:11.2667593Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2668101Z self._get_name() 2022-12-01T10:17:11.2668273Z ok (0.288s) 2022-12-01T10:17:11.2668771Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2669368Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2669850Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2670333Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2670818Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2671295Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2671749Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2672226Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2672704Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2673175Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2673632Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2674101Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2674577Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2675056Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2675528Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2675987Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2676713Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2677124Z self._get_name() 2022-12-01T10:17:11.2677296Z ok (0.934s) 2022-12-01T10:17:11.2677780Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2678387Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2678905Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2679372Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2679833Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2680306Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2680783Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2681257Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2681726Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2682182Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2682656Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2683124Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2683591Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2684051Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2684517Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2684995Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:17:11.2685722Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2686137Z self._get_name() 2022-12-01T10:17:11.2686298Z ok (0.898s) 2022-12-01T10:17:11.2687070Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:17:11.2687596Z self._get_name() 2022-12-01T10:17:11.2687774Z ok (0.251s) 2022-12-01T10:17:11.2688249Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2688867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2689401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2689898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2690373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2690876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2691375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2691982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2692478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2692951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2693446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2693944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2694441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2694928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2695400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2695899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2696387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2696871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2697345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2697835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2698155Z ok (0.257s) 2022-12-01T10:17:11.2698672Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2699342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2699823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2700317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2700808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2701299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2701779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2702267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2702758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2703250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2703737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2704219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2704712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2705201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2705696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2706184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2706718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2707216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2707709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2708235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2708740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2709228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2709716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2710205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2710693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2711166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2711658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2712145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2712635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2713130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2713599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2714085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2714579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2715064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2715539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2716028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2716519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2717006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2717531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2718006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2718529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2719019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2719505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2719994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2720467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2720956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2721441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2721929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2722397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2722879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2723386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2723877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2724365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2724845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2725330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2725821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2726312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2726795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2727295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2727788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2728317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2728802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2729294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2729766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2730253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2730748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2731235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2732264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2732754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2733250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2733737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2734227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2734702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2735192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2735684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2736169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2736652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2737128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2737666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2738195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2738682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2739155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2739642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2740138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2740629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2741118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2741593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2742080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2742570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2743063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2743553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2744025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2744520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2745011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2745502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2745973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2746458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2747067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2747561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2748076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2748547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2749039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2749527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2750011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2750507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2750977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2751464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2751959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2752443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2752914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2753408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2753892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2754377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2754865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2755339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2755822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2756315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2756868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2757386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2757860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2758346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2758835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2759322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2759798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2760278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2760769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2761256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2761742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2762224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2762718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2763205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2763693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2764175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2764647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2765134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2765627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2766141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2766623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2767160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2767649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2768133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2768619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2769089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2769585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2770072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2770555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2771052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2771526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2772119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2772614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2773100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2773593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2774067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2774555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2775044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2775538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2776082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2776568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2777096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2777587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2778074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2778553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2779044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2779536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2780026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2780511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2780985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2781477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2781965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2782446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2782918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2783404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2783898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2784390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2784873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2785339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2785860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2786385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2786937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2787422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2787894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2788388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2788885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2789371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2789846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2790335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2790822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2791307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2791792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2792261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2792743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2793238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2793731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2794215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2794687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2795206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2795695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2796212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2796681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2797162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2797655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2798140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2798627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2799102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2799588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2800080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2800568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2801055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2801527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2802018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2802508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2802993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2803466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2803953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2804437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2805020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2805541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2806012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2806496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2806976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2807462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2807953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2808424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2808912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2809403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2809896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2810382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2810856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2811340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2811914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2812400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2812872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2813354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2813844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2814383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2814864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2815377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2815858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2816343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2816835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2817322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2817792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2818276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2818762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2819241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2819712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2820194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2820680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2821170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2821653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2822121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2822609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2823097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2823582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2824098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2824570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2825080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2825570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2826054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2826522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2828827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2829321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2829806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2830297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2830773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2831257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2831743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2832232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2832712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2833181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2833672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2834157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2834642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2835123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2835642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2836177Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2836665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2837147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2837619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2838111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2838597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2839081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2839570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2840049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2840534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2841022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2841505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2841986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2842461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2842944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2843433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2843917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2844403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2844918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2845392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2845906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2846393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2846877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2847362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2847834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2848323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2848807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2849288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2849759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2850236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2850720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2851208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2851823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2852292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2852775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2853260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2853736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2854219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2854756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2855277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2855763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2856242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2856714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2857197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2857681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2858162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2858642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2859112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2859589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2860077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2860557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2861042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2861517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2861997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2862481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2862961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2863443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2863940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2864428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2864939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2865416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2865887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2866369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2866923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2867412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2867892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2868360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2868845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2869328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2869808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2870294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2870761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2871242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2871727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2872211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2872673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2873154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2873679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2874163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2874678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2875149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2875629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2876119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2876603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2877081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2877551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2878035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2878520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2879008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2879476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2879951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2880435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2880920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2881403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2881876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2882353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2882833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2883352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2883870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2884338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2884824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2885309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2885789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2886260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2886735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2887218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2887706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2888187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2888657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2889137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2889617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2890100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2890588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2891062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2891546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2892142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2892679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2893147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2893670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2894154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2894638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2895121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2895589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2896067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2896557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2897044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2897529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2898001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2898484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2898966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2899449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2899916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2900394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2900885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2901367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2901846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2902349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2902910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2903395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2903881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2904362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2904831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2905320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2905803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2906280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2906839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2907312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2907793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2908275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2908752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2909218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2909704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2910186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2910669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2911154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2911660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2912142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2912657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2913135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2913613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2914084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2914566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2915048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2915533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2916001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2916480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2916962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2917444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2917919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2918393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2918874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2919355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2919841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2920322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2920786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2921306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2921792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2922303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2922778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2923258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2923740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2924224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2924707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2925172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2925653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2926140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2926625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2927110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2927576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2928060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2928554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2929041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2929510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2929994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2930476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2931013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2931536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2932131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2932611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2933098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2933584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2934067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2934543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2935024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2935510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2935993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2936461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2936935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2937427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2937912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2938390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2938865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2939346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2939828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2940366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2940853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2941364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2941847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2942330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2942810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2943282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2943766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2944249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2944857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2945339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2945803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2946289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2946843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2947327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2947812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2948283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2948762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2949249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2949733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2950244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2950755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2951245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2951726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2952212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2952684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2953162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2953646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2954129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2954605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2955075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2955559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2956040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2956524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2957008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2957476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2957958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2958441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2958918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2959420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2959903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2960413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2960898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2961380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2961850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2962335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2962819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2963296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2963777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2964249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2964733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2965218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2965700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2966168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2966654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2967135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2967617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2968096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2968564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2969077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2969570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2970098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2970577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2971047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2971528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2972110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2972594Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2973063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2973540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2974029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2974516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2974997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2975465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2975944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2976427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2976914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2977397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2977862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2978399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2978890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2979413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2979883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2980365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2980851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2981335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2981818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2982285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2982766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2983251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2983737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2984223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2984694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2985173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2985659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2986140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2986709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2987195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2987679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2988205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2988690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2989192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2989667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2990152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2990639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2991118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2991587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2992070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2992556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2993042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2993519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2993997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2994479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2994961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2995442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2995916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2996400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2996878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2997361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2997879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2998376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2998861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2999345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.2999821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3000306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3000773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3001257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3001745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3002227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3002697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3003179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3003660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3004143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3004628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3005097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3005581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3006068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3006548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3007064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3007535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3008045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3008524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3009008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3009480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3009959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3010449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3010934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3011416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3012026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3012508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3012993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3013476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3013955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3014423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3014908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3015393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3015871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3016343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3016875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3017394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3017879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3018362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3019308Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:17:11.3019824Z return callable(*args, **kwargs) 2022-12-01T10:17:11.3020014Z ok (16.409s) 2022-12-01T10:17:11.3020474Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3021069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3021563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3022055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3022536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3023026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3023499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3023976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3024472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3024960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3025452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3025924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3026407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3026999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3027514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3027986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3028462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3028951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3029438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3029920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3030392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3030871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3031351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3031839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3032325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3032791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3033276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3033758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3034239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3034727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3035195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3035673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3036187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3036672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3037190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3037672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3038155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3038638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3039121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3039590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3040066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3040551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3041035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3041514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3041981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3042462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3042945Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3043430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3043899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3044383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3044868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3045351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3045861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3046335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3046845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3047330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3047813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3048295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3048761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3049245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3049728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3050204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3050675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3051155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3051744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3052233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3052714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3053184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3053665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3054148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3054627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3055110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3055671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3056194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3056432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3056664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3056893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3057132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3057369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3057598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3057833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3058069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3058287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3058525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3058759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3058992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3059228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3059462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3059695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3059927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3060159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3060417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3060656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3060920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3061148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3061370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3061604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3061833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3062072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3062304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3062534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3062768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3062998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3063230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3063465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3063696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3063928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3064163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3064396Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3064613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3064846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3065110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3065381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3065615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3065846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3066074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3066309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3066542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3066839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3067075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3067307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3067540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3067760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3067992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3068223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3068452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3068688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3068920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3069148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3069383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3069670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3069902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3070163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3070395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3070624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3070846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3071077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3071310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3071544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3071775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3072006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3072243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3072478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3072706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3072937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3073171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3073401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3073637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3073866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3074081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3074344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3074578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3074839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3075073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3075304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3075536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3075767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3075997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3076225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3076495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3076728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3076960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3077183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3077412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3077640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3077875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3078108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3078339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3078571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3078801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3079060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3079333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3079564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3079792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3080024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3080259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3080480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3080715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3080946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3081176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3081409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3081639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3081867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3082101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3082334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3082569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3082803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3083034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3083263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3083511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3083742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3084000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3084232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3084465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3084697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3084931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3085162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3085392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3085627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3085861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3086092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3086326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3086557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3086774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3087009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3087239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3087470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3087702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3087931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3088187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3088448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3088683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3088913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3089145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3089377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3089607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3089831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3090060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3090292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3090524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3090758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3090986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3091219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3091450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3091791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3092027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3092257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3092487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3092767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3092989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3093255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3093489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3093719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3093951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3094186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3094423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3094652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3094886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3095118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3095347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3095583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3095814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3096044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3096268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3096501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3096734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3096968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3097200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3097460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3097697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3097955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3098183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3098416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3098649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3098879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3099116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3099336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3099567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3099635Z ok (3.627s) 2022-12-01T10:17:11.3099828Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.033s) 2022-12-01T10:17:11.3100011Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-12-01T10:17:11.3100190Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-12-01T10:17:11.3100390Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.039s) 2022-12-01T10:17:11.3100590Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.034s) 2022-12-01T10:17:11.3100789Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:17:11.3101083Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3101242Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3101409Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3101574Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3101737Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3101895Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102053Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102212Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102372Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102550Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102710Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3102897Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103051Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103211Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103369Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103526Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103684Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103839Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3103988Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3104056Z ok (0.047s) 2022-12-01T10:17:11.3104238Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.564s) 2022-12-01T10:17:11.3104432Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.021s) 2022-12-01T10:17:11.3104619Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.210s) 2022-12-01T10:17:11.3104797Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (5.196s) 2022-12-01T10:17:11.3105144Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3105390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3105628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3105872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3106094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3106325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3106567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3106873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3107106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3107350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3107587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3107859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3108123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3108357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3108587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3108823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3109059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3109279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3109518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3109750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3109981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3110221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3110456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3110687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3110921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3111153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3111389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3111626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3111857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3112086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3112351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3112572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3112843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3113077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3113307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3113538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3113777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3114010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3114239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3114474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3114708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3114936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3115171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3115401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3115618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3115853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3116084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3116314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3116547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3116777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3117034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3117272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3117537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3117771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3118002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3118236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3118468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3118702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3118919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3119149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3119385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3119618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3119852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3120086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3120321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3120557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3120792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3121022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3121250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3121513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3121746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3121997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3122230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3122460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3122690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3122925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3123158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3123386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3123618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3123851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3124079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3124315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3124544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3124774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3125008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3125226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3125456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3125690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3125922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3126179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3126412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3126711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3126940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3127174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3127405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3127633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3127871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3128102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3128319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3128554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3128788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3129017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3129249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3129477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3129707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3129943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3130172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3130399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3130632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3130892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3131148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3131370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3131707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3131939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3132175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3132408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3132636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3132869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3133105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3133333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3133568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3133802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3134031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3134268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3134502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3134723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3134957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3135187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3135461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3135697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3135964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3136192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3136427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3136660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3136890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3137124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3137354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3137582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3137806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3138039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3138273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3138507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3138739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3138970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3139206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3139441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3139671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3139902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3140164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3140423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3140658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3140890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3141106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3141342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3141576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3141805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3142040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3142273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3142505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3142739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3142972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3143201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3143437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3143672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3143904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3144129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3144361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3144622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3144860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3145135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3145367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3145600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3145832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3146063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3146302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3146535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3146825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3147063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3147293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3147512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3147745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3147974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3148203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3148437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3148668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3148896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3149131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3149398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3149631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3149906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3150140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3150374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3150597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3150828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3151058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3151291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3151523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3151754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3151989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3152220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3152449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3152683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3152916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3153147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3153380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3153599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3153829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3154090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3154347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3154577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3154809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3155042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3155275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3155507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3155738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3155966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3156200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3156429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3156660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3156882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3157113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3157343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3157577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3157812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3158041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3158272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3158530Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3158760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3159024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3159254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3159482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3159716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3159934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3160164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3160399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3160630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3160860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3161093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3161325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3161554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3161787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3162018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3162247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3162483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3162715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3162943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3163191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3163450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3163679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3163911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3164141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3164371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3164609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3164837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3165068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3165301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3165532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3165764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3165996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3166216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3166446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3166681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3166912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3167139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3167370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3167632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3167863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3168127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3168360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3168591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3168825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3169056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3169287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3169508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3169738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3169969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3170202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3170435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3170663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3170897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3171130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3171359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3171696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3171928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3172159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3172435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3172654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3172920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3173154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3173385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3173616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3173850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3174085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3174315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3174548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3174782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3175013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3175245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3175476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3175693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3175927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3176160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3176389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3176622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3176855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3177128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3177403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3177632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3177862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3178094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3178325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3178557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3178790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3179010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3179241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3179473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3179704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3179934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3180170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3180405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3180635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3180871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3181102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3181331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3181592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3181826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3182072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3182306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3182536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3210455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3210796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3211040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3211271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3211548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3212083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3212385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3212623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3212980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3213225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3213476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3213714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3213950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3214189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3214424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3214801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3215095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3215334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3215563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3215801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3216026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3216257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3216492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3216719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3216951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3217192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3217426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3217658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3217896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3218129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3218361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3218603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3218838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3219057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3219322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3219557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3219820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3220057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3220291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3220524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3220758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3220986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3221211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3221444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3221672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3221901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3222133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3222355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3222578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3222811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3223035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3223261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3223492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3223727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3223989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3224226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3224492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3224716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3224944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3225170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3225387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3225618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3225847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3226071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3226304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3226535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3226836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3227069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3227298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3227525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3227756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3227820Z ok (7.109s) 2022-12-01T10:17:11.3227973Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:17:11.3228100Z Sanity checks on _equalize.converged working ... ok (0.002s) 2022-12-01T10:17:11.3228275Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:17:11.3228426Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-12-01T10:17:11.3228581Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:17:11.3228794Z First checks to see if _equalize.equalize can handle multiple ... ok (0.012s) 2022-12-01T10:17:11.3228968Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:17:11.3229134Z Checks to see if eager mode equalization supports fused ... ok (0.024s) 2022-12-01T10:17:11.3229300Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:17:11.3229432Z Checks to see if eager mode equalization supports fused ... ok (0.019s) 2022-12-01T10:17:11.3229604Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.219s) 2022-12-01T10:17:11.3229789Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3230465Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:17:11.3230622Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:17:11.3231117Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1537: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:17:11.3231275Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-12-01T10:17:11.3231339Z ok (0.056s) 2022-12-01T10:17:11.3231514Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3231938Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:17:11.3232060Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:17:11.3232386Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:17:11.3232504Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:17:11.3232565Z ok (0.024s) 2022-12-01T10:17:11.3232734Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3233354Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3233564Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3234070Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3234283Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3234787Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3234986Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3235478Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3235715Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3236207Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3236442Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3236933Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3237134Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3237196Z ok (2.262s) 2022-12-01T10:17:11.3237386Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3237540Z After applying the equalization functions, check if the equalization ... ok (0.060s) 2022-12-01T10:17:11.3237703Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3238156Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:17:11.3238276Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:17:11.3238701Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-12-01T10:17:11.3238834Z "Must run observer before calling calculate_equalization_scale. " + 2022-12-01T10:17:11.3239275Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-12-01T10:17:11.3239435Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-12-01T10:17:11.3239787Z /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:17:11.3239906Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:17:11.3239968Z ok (0.459s) 2022-12-01T10:17:11.3240130Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3240267Z Tests that graphs created after prepare_fx is as expected ... ok (0.181s) 2022-12-01T10:17:11.3240432Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3240573Z Tests that for small models, the results of quantized models that ... ok (0.272s) 2022-12-01T10:17:11.3240746Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3240895Z After applying the equalization functions check if the weights and ... ok (0.059s) 2022-12-01T10:17:11.3241046Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:17:11.3241185Z Tests that we are able to run numeric suite on the equalized model ... ok (0.127s) 2022-12-01T10:17:11.3241355Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.151s) 2022-12-01T10:17:11.3241533Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.049s) 2022-12-01T10:17:11.3241717Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.036s) 2022-12-01T10:17:11.3241894Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:17:11.3242012Z Verify that graph matching works on methods ... ok (0.128s) 2022-12-01T10:17:11.3242181Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.079s) 2022-12-01T10:17:11.3242810Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:17:11.3242911Z Returning default scale and zero point " 2022-12-01T10:17:11.3242974Z ok (0.120s) 2022-12-01T10:17:11.3243136Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:17:11.3243270Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-12-01T10:17:11.3243440Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.144s) 2022-12-01T10:17:11.3244061Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3244270Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3244330Z ok (0.081s) 2022-12-01T10:17:11.3244495Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.080s) 2022-12-01T10:17:11.3244660Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.136s) 2022-12-01T10:17:11.3244833Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.075s) 2022-12-01T10:17:11.3245005Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.089s) 2022-12-01T10:17:11.3245165Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:17:11.3245304Z Verify that graph matching works on user defined functions ... ok (0.050s) 2022-12-01T10:17:11.3245885Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:17:11.3246119Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:17:11.3246637Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:17:11.3246712Z warnings.warn(msg) 2022-12-01T10:17:11.3246773Z ok (3.480s) 2022-12-01T10:17:11.3246960Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.229s) 2022-12-01T10:17:11.3247177Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:17:11.3247910Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:17:11.3248094Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:17:11.3248149Z ok (2.207s) 2022-12-01T10:17:11.3248399Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:17:11.3249053Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3249291Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3249352Z ok (0.607s) 2022-12-01T10:17:11.3249550Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.413s) 2022-12-01T10:17:11.3249737Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3249926Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:17:11.3250167Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:17:11.3250301Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:17:11.3250363Z ok (0.193s) 2022-12-01T10:17:11.3250563Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.725s) 2022-12-01T10:17:11.3250757Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.426s) 2022-12-01T10:17:11.3250967Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.077s) 2022-12-01T10:17:11.3251789Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3252022Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3252498Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3252707Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3253180Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3253385Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3253843Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3254052Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3254113Z ok (0.866s) 2022-12-01T10:17:11.3254315Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.870s) 2022-12-01T10:17:11.3254532Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:17:11.3254728Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.210s) 2022-12-01T10:17:11.3254921Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.078s) 2022-12-01T10:17:11.3255189Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.444s) 2022-12-01T10:17:11.3255430Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.386s) 2022-12-01T10:17:11.3255618Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.057s) 2022-12-01T10:17:11.3255817Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.057s) 2022-12-01T10:17:11.3256008Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.055s) 2022-12-01T10:17:11.3256422Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:17:11.3256722Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:17:11.3256958Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:17:11.3257230Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:17:11.3257466Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:17:11.3257736Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:17:11.3257802Z ok (0.244s) 2022-12-01T10:17:11.3258003Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.095s) 2022-12-01T10:17:11.3258188Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2022-12-01T10:17:11.3258386Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.083s) 2022-12-01T10:17:11.3258572Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.324s) 2022-12-01T10:17:11.3258772Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.357s) 2022-12-01T10:17:11.3258976Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.360s) 2022-12-01T10:17:11.3259195Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.053s) 2022-12-01T10:17:11.3259393Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.245s) 2022-12-01T10:17:11.3259587Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.046s) 2022-12-01T10:17:11.3259791Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.164s) 2022-12-01T10:17:11.3259959Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3260238Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3260469Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3260534Z ok (0.873s) 2022-12-01T10:17:11.3260729Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.161s) 2022-12-01T10:17:11.3260961Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.562s) 2022-12-01T10:17:11.3261156Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.294s) 2022-12-01T10:17:11.3261387Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3261504Z Verify that add_loggers works on methods ... ok (0.214s) 2022-12-01T10:17:11.3261688Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.494s) 2022-12-01T10:17:11.3261874Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.358s) 2022-12-01T10:17:11.3262168Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:17:11.3262411Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:17:11.3262634Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:17:11.3262904Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:17:11.3263065Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:17:11.3263296Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:17:11.3263523Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3263793Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3264005Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3264242Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:17:11.3264441Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:17:11.3264665Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:17:11.3264857Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:17:11.3265077Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3265298Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3265529Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:17:11.3265596Z ok (1.275s) 2022-12-01T10:17:11.3265778Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3265919Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-12-01T10:17:11.3266111Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3266413Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:17:11.3266787Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:17:11.3266995Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:17:11.3267287Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:17:11.3267525Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:17:11.3267733Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:17:11.3267804Z ok (0.592s) 2022-12-01T10:17:11.3268169Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3268392Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:17:11.3268628Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3268859Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:17:11.3268928Z ok (0.267s) 2022-12-01T10:17:11.3269139Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3269289Z Verifies that we can match pairs of ops which have the same aten ... ok (0.393s) 2022-12-01T10:17:11.3269494Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.083s) 2022-12-01T10:17:11.3269716Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.173s) 2022-12-01T10:17:11.3269927Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3270215Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:17:11.3270502Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:17:11.3270754Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:17:11.3270822Z ok (0.316s) 2022-12-01T10:17:11.3271012Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3271287Z Verify that NS APIs work on user defined functions ... skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:17:11.3271578Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:17:11.3271923Z /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:17:11.3272088Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:17:11.3272156Z ok (0.295s) 2022-12-01T10:17:11.3272319Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:17:11.3272899Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-12-01T10:17:11.3273100Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-12-01T10:17:11.3273169Z ok (0.254s) 2022-12-01T10:17:11.3273374Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.076s) 2022-12-01T10:17:11.3273594Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.062s) 2022-12-01T10:17:11.3273818Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.554s) 2022-12-01T10:17:11.3274575Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:17:11.3274723Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-12-01T10:17:11.3275267Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:17:11.3275416Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-12-01T10:17:11.3275471Z ok (0.130s) 2022-12-01T10:17:11.3275697Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.105s) 2022-12-01T10:17:11.3275930Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.580s) 2022-12-01T10:17:11.3276163Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.132s) 2022-12-01T10:17:11.3276382Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.736s) 2022-12-01T10:17:11.3276594Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.473s) 2022-12-01T10:17:11.3276821Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.303s) 2022-12-01T10:17:11.3277176Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3277446Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3277680Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3277931Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3278160Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3278421Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3278646Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3278936Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3279163Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3279456Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3279685Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3279944Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3280168Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3280426Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3280643Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3280900Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3281126Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3281386Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3281609Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3281864Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3282130Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:17:11.3282423Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:17:11.3282655Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3282878Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3283082Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3283310Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3283539Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3283765Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3283985Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3284216Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3284441Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3284663Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3284953Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:17:11.3285062Z ok (6.976s) 2022-12-01T10:17:11.3285401Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3285665Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3285892Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3286150Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3286380Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3286638Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3286869Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3287127Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3287354Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3287613Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3287839Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3288086Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3288311Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3288567Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3288792Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3289050Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3289290Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3289523Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3289757Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3289985Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3290216Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3290445Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3290692Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3290918Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:17:11.3291250Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:17:11.3291504Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-12-01T10:17:11.3291575Z ok (3.363s) 2022-12-01T10:17:11.3291961Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (4.364s) 2022-12-01T10:17:11.3292353Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3292646Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3292880Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3293141Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3293355Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3293614Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3293904Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3294130Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3294387Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:17:11.3294617Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:17:11.3294687Z ok (4.389s) 2022-12-01T10:17:11.3294877Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.212s) 2022-12-01T10:17:11.3295074Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-12-01T10:17:11.3295262Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:17:11.3295426Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:17:11.3295637Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.093s) 2022-12-01T10:17:11.3295845Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-12-01T10:17:11.3296077Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:17:11.3296249Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:17:11.3296389Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2022-12-01T10:17:11.3296590Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:17:11.3296875Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:17:11.3297061Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-12-01T10:17:11.3297290Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.374s) 2022-12-01T10:17:11.3297506Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-12-01T10:17:11.3297695Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.116s) 2022-12-01T10:17:11.3298243Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:17:11.3298487Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:17:11.3298559Z ok (0.007s) 2022-12-01T10:17:11.3298733Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:17:11.3298895Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.136s) 2022-12-01T10:17:11.3299097Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-12-01T10:17:11.3299324Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:17:11.3299521Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-12-01T10:17:11.3299689Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:17:11.3299848Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.107s) 2022-12-01T10:17:11.3300049Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:17:11.3300275Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:17:11.3300486Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-12-01T10:17:11.3300669Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.150s) 2022-12-01T10:17:11.3300861Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-12-01T10:17:11.3301157Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:17:11.3301376Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:17:11.3301577Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.282s) 2022-12-01T10:17:11.3301810Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:17:11.3302009Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.147s) 2022-12-01T10:17:11.3302237Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:17:11.3302528Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:17:11.3302784Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:17:11.3302985Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.076s) 2022-12-01T10:17:11.3303212Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.032s) 2022-12-01T10:17:11.3303377Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:17:11.3303533Z Test case that checks whether forward pre hooks of the first module and ... ok (0.017s) 2022-12-01T10:17:11.3303688Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.048s) 2022-12-01T10:17:11.3303856Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.400s) 2022-12-01T10:17:11.3304027Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.059s) 2022-12-01T10:17:11.3304212Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.006s) 2022-12-01T10:17:11.3304382Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-12-01T10:17:11.3304563Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.979s) 2022-12-01T10:17:11.3304744Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.240s) 2022-12-01T10:17:11.3305021Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-12-01T10:17:11.3305176Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.026s) 2022-12-01T10:17:11.3305328Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-12-01T10:17:11.3305490Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-12-01T10:17:11.3305647Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-12-01T10:17:11.3305804Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-12-01T10:17:11.3305966Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:17:11.3306133Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-12-01T10:17:11.3306297Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:17:11.3306439Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2022-12-01T10:17:11.3306650Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-12-01T10:17:11.3306802Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:17:11.3306921Z TODO: add test for all fused modules ... ok (0.037s) 2022-12-01T10:17:11.3307718Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:17:11.3307821Z warnings.warn(msg, FutureWarning) 2022-12-01T10:17:11.3307890Z ok (0.006s) 2022-12-01T10:17:11.3308095Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.006s) 2022-12-01T10:17:11.3308283Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:17:11.3308434Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.014s) 2022-12-01T10:17:11.3308660Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:17:11.3308813Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.036s) 2022-12-01T10:17:11.3309066Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.010s) 2022-12-01T10:17:11.3309283Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-12-01T10:17:11.3309495Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.018s) 2022-12-01T10:17:11.3309705Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.048s) 2022-12-01T10:17:11.3309918Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.027s) 2022-12-01T10:17:11.3310128Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-12-01T10:17:11.3310330Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.005s) 2022-12-01T10:17:11.3310547Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-12-01T10:17:11.3310719Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.017s) 2022-12-01T10:17:11.3310966Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.058s) 2022-12-01T10:17:11.3311202Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.046s) 2022-12-01T10:17:11.3311443Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.012s) 2022-12-01T10:17:11.3311632Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.105s) 2022-12-01T10:17:11.3311846Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.092s) 2022-12-01T10:17:11.3312032Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.024s) 2022-12-01T10:17:11.3312232Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.029s) 2022-12-01T10:17:11.3312401Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3312517Z Tests the constructor of the ModelReport class. ... ok (0.014s) 2022-12-01T10:17:11.3312714Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3312848Z Tests for generation of qconfigs by ModelReport API ... ok (0.054s) 2022-12-01T10:17:11.3313023Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3313450Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:17:11.3313598Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-12-01T10:17:11.3313669Z ok (0.139s) 2022-12-01T10:17:11.3313845Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3314033Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.034s) 2022-12-01T10:17:11.3314204Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3314418Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.027s) 2022-12-01T10:17:11.3314602Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:17:11.3314767Z Tests for generation of qconfigs by ModelReport API ... ok (0.055s) 2022-12-01T10:17:11.3314993Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.044s) 2022-12-01T10:17:11.3315196Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.023s) 2022-12-01T10:17:11.3315397Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-12-01T10:17:11.3315608Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-12-01T10:17:11.3315806Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-12-01T10:17:11.3315994Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.011s) 2022-12-01T10:17:11.3316192Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-12-01T10:17:11.3316378Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2022-12-01T10:17:11.3316572Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-12-01T10:17:11.3316770Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.106s) 2022-12-01T10:17:11.3316966Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.003s) 2022-12-01T10:17:11.3317157Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.013s) 2022-12-01T10:17:11.3317360Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:17:11.3317465Z Tests the generate_table_view() ... ok (0.033s) 2022-12-01T10:17:11.3317646Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:17:11.3317751Z Tests the generate_table_view() ... ok (0.030s) 2022-12-01T10:17:11.3317953Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:17:11.3318059Z Tests the generate_table_view() ... ok (0.032s) 2022-12-01T10:17:11.3318248Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:17:11.3318410Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.032s) 2022-12-01T10:17:11.3318605Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (17.946s) 2022-12-01T10:17:11.3318822Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (4.423s) 2022-12-01T10:17:11.3319025Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.333s) 2022-12-01T10:17:11.3319217Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.606s) 2022-12-01T10:17:11.3319411Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.497s) 2022-12-01T10:17:11.3319618Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.182s) 2022-12-01T10:17:11.3319829Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.033s) 2022-12-01T10:17:11.3320039Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.144s) 2022-12-01T10:17:11.3320286Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.252s) 2022-12-01T10:17:11.3320501Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.201s) 2022-12-01T10:17:11.3320796Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.175s) 2022-12-01T10:17:11.3321179Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3321249Z ok (0.030s) 2022-12-01T10:17:11.3321449Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.588s) 2022-12-01T10:17:11.3321832Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3322084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3322155Z ok (0.051s) 2022-12-01T10:17:11.3322364Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.267s) 2022-12-01T10:17:11.3322580Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.173s) 2022-12-01T10:17:11.3322956Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3323028Z ok (0.026s) 2022-12-01T10:17:11.3323240Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.587s) 2022-12-01T10:17:11.3323619Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3323866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3323920Z ok (0.044s) 2022-12-01T10:17:11.3324130Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.538s) 2022-12-01T10:17:11.3324344Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.037s) 2022-12-01T10:17:11.3324551Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.136s) 2022-12-01T10:17:11.3324764Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-12-01T10:17:11.3324973Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.572s) 2022-12-01T10:17:11.3325182Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-12-01T10:17:11.3326106Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-12-01T10:17:11.3326227Z warnings.warn(msg) 2022-12-01T10:17:11.3326584Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-12-01T10:17:11.3326596Z 2022-12-01T10:17:11.3326683Z 0%| | 0.00/13.6M [00:00, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aa714050>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aa714050>}) 2022-12-01T10:17:11.3367946Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:17:11.3368294Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1007: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:17:11.3369374Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aaa06170>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aaa06170>}) 2022-12-01T10:17:11.3369491Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:17:11.3370143Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1001: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:17:11.3370230Z (debug_string, qconfig)) 2022-12-01T10:17:11.3370300Z ok (0.036s) 2022-12-01T10:17:11.3370448Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3372032Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0c17d70e0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0c17d70e0>}) 2022-12-01T10:17:11.3372168Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:17:11.3373471Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aa675b90>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fd0aa675b90>}) 2022-12-01T10:17:11.3373601Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:17:11.3374432Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1012: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-12-01T10:17:11.3374661Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:17:11.3374760Z ok (0.048s) 2022-12-01T10:17:11.3374908Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3375128Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.297s) 2022-12-01T10:17:11.3375291Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3375399Z Test quantizing conv and linear ... ok (1.959s) 2022-12-01T10:17:11.3375555Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3375705Z Test quantizing functional conv and linear with reference option ... ok (1.887s) 2022-12-01T10:17:11.3375866Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.067s) 2022-12-01T10:17:11.3376037Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3376248Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3376447Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3376625Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3377235Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/convert.py:583: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:17:11.3377396Z "Passing a QConfig dictionary to convert is deprecated and will not be supported " 2022-12-01T10:17:11.3377911Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3378127Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3378637Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3378853Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3378922Z ok (0.105s) 2022-12-01T10:17:11.3379087Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3379329Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.011s) 2022-12-01T10:17:11.3379503Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3379626Z Test the output of CopyNode to have the same ... ok (0.045s) 2022-12-01T10:17:11.3379793Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.080s) 2022-12-01T10:17:11.3379975Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3380120Z Tests that the flow still works when the input of custom module ... ok (0.025s) 2022-12-01T10:17:11.3380303Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:17:11.3380456Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3380582Z Make sure default quant is inserted properly ... ok (0.019s) 2022-12-01T10:17:11.3380724Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3380886Z Test to make sure dequantize node are placed before ... ok (0.330s) 2022-12-01T10:17:11.3381034Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3381210Z Make sure quantization runs for models with dictionary output ... ok (0.022s) 2022-12-01T10:17:11.3381378Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3381519Z Tests input for dynamic linear being used by multiple ops ... ok (0.040s) 2022-12-01T10:17:11.3381671Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-12-01T10:17:11.3381839Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3381964Z Test that weight observer is run in convert step ... ok (0.015s) 2022-12-01T10:17:11.3382118Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3382743Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3382958Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3383030Z ok (0.052s) 2022-12-01T10:17:11.3383197Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3383345Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.038s) 2022-12-01T10:17:11.3383483Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3383675Z Test that the sequence of quant-dequant nodes in the ... ok (0.023s) 2022-12-01T10:17:11.3383849Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:17:11.3384029Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:17:11.3384166Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3384376Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.051s) 2022-12-01T10:17:11.3384553Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3384750Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3384925Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3385078Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:17:11.3385244Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3385394Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.020s) 2022-12-01T10:17:11.3385559Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3385700Z Verifies that binary ops get quantized correctly if some ... ok (0.050s) 2022-12-01T10:17:11.3385855Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.804s) 2022-12-01T10:17:11.3386011Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3386149Z Test support for qint8 activation in reference pattern ... ok (0.018s) 2022-12-01T10:17:11.3386323Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:17:11.3386491Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-12-01T10:17:11.3386726Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3386912Z Verifies that an observer is not inserted between an unmatched ... ok (0.019s) 2022-12-01T10:17:11.3387083Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:17:11.3387254Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3387364Z Test quantizing a not used value ... ok (0.016s) 2022-12-01T10:17:11.3387510Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3387675Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.026s) 2022-12-01T10:17:11.3387832Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3387983Z Verify that specifying complicated output types does not crash. ... ok (0.020s) 2022-12-01T10:17:11.3388156Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-12-01T10:17:11.3388304Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3388404Z test MatchAllNode with ... ok (0.008s) 2022-12-01T10:17:11.3388591Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3388778Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:17:11.3388966Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3389166Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3389373Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3389577Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3389781Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3389980Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3390186Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3390383Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3390562Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:17:11.3390722Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.154s) 2022-12-01T10:17:11.3390870Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3391020Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.022s) 2022-12-01T10:17:11.3391189Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.018s) 2022-12-01T10:17:11.3391341Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3391505Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.022s) 2022-12-01T10:17:11.3391652Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3391767Z Test tuple input type is preserved ... ok (0.015s) 2022-12-01T10:17:11.3391963Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3392152Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:17:11.3392353Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:17:11.3392574Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:17:11.3392771Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3393001Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:17:11.3393194Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:17:11.3393356Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.200s) 2022-12-01T10:17:11.3393665Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:17:11.3393829Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:17:11.3393996Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.180s) 2022-12-01T10:17:11.3394163Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.112s) 2022-12-01T10:17:11.3394331Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:17:11.3394499Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.060s) 2022-12-01T10:17:11.3394662Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-12-01T10:17:11.3394834Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:17:11.3395008Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:17:11.3395187Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3395387Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:17:11.3395560Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:17:11.3395745Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3395915Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:17:11.3396100Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.076s) 2022-12-01T10:17:11.3396273Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3396437Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.118s) 2022-12-01T10:17:11.3396593Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:17:11.3396762Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:17:11.3396931Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:17:11.3397079Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3397260Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (0.968s) 2022-12-01T10:17:11.3397421Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:17:11.3397567Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3397696Z Test that the FQN of input_scale/zero_point is set ... ok (0.029s) 2022-12-01T10:17:11.3397860Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3397996Z If the output is hardcoded to be quantized, ensure that ... ok (0.104s) 2022-12-01T10:17:11.3398202Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:17:11.3398372Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:17:11.3398557Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3398709Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.038s) 2022-12-01T10:17:11.3398855Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3398988Z Make sure the numerics for models with ref conv module ... ok (0.134s) 2022-12-01T10:17:11.3399138Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3399270Z Make sure the numerics for models with ref linear module ... ok (0.046s) 2022-12-01T10:17:11.3399435Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:17:11.3399595Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-12-01T10:17:11.3399743Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-12-01T10:17:11.3399930Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3400095Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3400260Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.003s) 2022-12-01T10:17:11.3400446Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:17:11.3400602Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.012s) 2022-12-01T10:17:11.3400768Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.209s) 2022-12-01T10:17:11.3400939Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.471s) 2022-12-01T10:17:11.3401084Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.309s) 2022-12-01T10:17:11.3401250Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3401370Z Make sure that shape does not dequantize ... ok (0.026s) 2022-12-01T10:17:11.3401552Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:17:11.3401730Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3401913Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.112s) 2022-12-01T10:17:11.3402103Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.109s) 2022-12-01T10:17:11.3402245Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3402371Z Make sure packed params appear in state_dict ... ok (0.078s) 2022-12-01T10:17:11.3402501Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3402671Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.244s) 2022-12-01T10:17:11.3402834Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:17:11.3403004Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.329s) 2022-12-01T10:17:11.3403160Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:17:11.3403354Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3403542Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3403716Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-12-01T10:17:11.3403918Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:17:11.3404136Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3404322Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3404500Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:17:11.3404671Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.828s) 2022-12-01T10:17:11.3404904Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:17:11.3405086Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.614s) 2022-12-01T10:17:11.3405274Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.803s) 2022-12-01T10:17:11.3405455Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.322s) 2022-12-01T10:17:11.3405841Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: TODO: Test is always failing - https://github.com/pytorch/pytorch/issues/54979 (0.001s) 2022-12-01T10:17:11.3406010Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.080s) 2022-12-01T10:17:11.3406223Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-12-01T10:17:11.3406442Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-12-01T10:17:11.3406644Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: skip for now since tbb failed (0.002s) 2022-12-01T10:17:11.3406802Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.074s) 2022-12-01T10:17:11.3406962Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.810s) 2022-12-01T10:17:11.3407147Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-12-01T10:17:11.3407313Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3407447Z A test that checks correct patterns are produced for ... ok (0.017s) 2022-12-01T10:17:11.3407660Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3407820Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3408025Z int8 is not supported for bmm so we won't produce reference ... ok (0.106s) 2022-12-01T10:17:11.3408178Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3408370Z Make sure we don't insert observer for boolean Tensors ... ok (0.016s) 2022-12-01T10:17:11.3408512Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3408646Z quantization of the output of cat will depend on the ... ok (0.434s) 2022-12-01T10:17:11.3408805Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.020s) 2022-12-01T10:17:11.3408949Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.110s) 2022-12-01T10:17:11.3409112Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.402s) 2022-12-01T10:17:11.3409281Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.466s) 2022-12-01T10:17:11.3409449Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.168s) 2022-12-01T10:17:11.3409610Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3409787Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.017s) 2022-12-01T10:17:11.3410015Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:17:11.3410216Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.666s) 2022-12-01T10:17:11.3410366Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.076s) 2022-12-01T10:17:11.3410533Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.172s) 2022-12-01T10:17:11.3410702Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.344s) 2022-12-01T10:17:11.3410876Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.036s) 2022-12-01T10:17:11.3411048Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3411283Z Test that a proper error message is shown when user don't specify the correct ... ok (0.014s) 2022-12-01T10:17:11.3411459Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.047s) 2022-12-01T10:17:11.3411783Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.098s) 2022-12-01T10:17:11.3411956Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.940s) 2022-12-01T10:17:11.3412114Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.857s) 2022-12-01T10:17:11.3412324Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:17:11.3412564Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3412729Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3412859Z A test that checks dequantize will be swapped for ... ok (0.255s) 2022-12-01T10:17:11.3413016Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3413153Z A test that checks correct patterns are produced for ... ok (0.077s) 2022-12-01T10:17:11.3413299Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3413443Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.051s) 2022-12-01T10:17:11.3413607Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.834s) 2022-12-01T10:17:11.3413771Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.339s) 2022-12-01T10:17:11.3413938Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3414075Z If the inputs to the graph are quantized and the only node ... ok (0.016s) 2022-12-01T10:17:11.3414243Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.493s) 2022-12-01T10:17:11.3414405Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.743s) 2022-12-01T10:17:11.3414579Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.385s) 2022-12-01T10:17:11.3414744Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.456s) 2022-12-01T10:17:11.3414897Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.499s) 2022-12-01T10:17:11.3415136Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3415290Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.665s) 2022-12-01T10:17:11.3415446Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.942s) 2022-12-01T10:17:11.3415718Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3415841Z Test multiple qconfigs for a single value ... ok (0.022s) 2022-12-01T10:17:11.3416418Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:17:11.3416607Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:17:11.3417116Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3417330Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3417389Z ok (0.324s) 2022-12-01T10:17:11.3417546Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.356s) 2022-12-01T10:17:11.3417709Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.365s) 2022-12-01T10:17:11.3417879Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.610s) 2022-12-01T10:17:11.3418037Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.104s) 2022-12-01T10:17:11.3418210Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.030s) 2022-12-01T10:17:11.3418369Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:17:11.3418490Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (1.882s) 2022-12-01T10:17:11.3418644Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-12-01T10:17:11.3418822Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.024s) 2022-12-01T10:17:11.3418984Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-12-01T10:17:11.3419309Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3419555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3419793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3420043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3420281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3420519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3420766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3421007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3421273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3421509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3421782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3422018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3422256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3422493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3422725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3422967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3423204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3423444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3423689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3423925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3424160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3424395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3424613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3424846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3425086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3425323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3425555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3425794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3426060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3426322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3426562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3426862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3427100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3427337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3427572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3427804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3428028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3428261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3428496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3428736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3428971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3429207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3429445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3429681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3429916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3430151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3430383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3430646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3430884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3431133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3431366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3431605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3431839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3432071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3432312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3432545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3432779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3433016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3433247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3433479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3433715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3433947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3434178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3434401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3434635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3434865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3435102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3435363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3435597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3435860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3436090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3436322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3436560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3436794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3437027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3437261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3437482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3437713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3437954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3438187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3438419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3438652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3438889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3439122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3439358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3439592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3439826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3440112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3440371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3440608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3440828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3441060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3441295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3441530Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3441760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3441997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3442234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3442467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3442706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3442942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3443181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3443417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3443649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3443868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3444102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3444334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3444591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3444829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3445109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3445339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3445576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3445811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3446044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3446280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3446512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3446743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3446965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3447199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3447432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3447746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3447995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3448228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3448468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3448705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3448937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3449172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3449442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3449704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3449944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3450179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3450395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3450633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3450868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3451100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3451337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3451572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3451946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3452187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3452419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3452650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3452886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3453126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3453360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3453583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3453818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3454104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3454345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3454617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3454850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3455085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3455321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3455552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3455791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3456026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3456258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3456497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3456729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3456947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3457182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3457416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3457650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3457885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3458121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3458351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3458588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3458852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3459085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3459353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3459587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3459819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3460040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3460272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3460506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3460740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3460971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3461204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3461445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3461679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3461910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3462148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3462383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3462617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3462852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3463083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3463300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3463562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3463824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3464056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3464293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3464525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3464757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3464996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3465231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3465463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3465704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3465936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3466168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3466392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3466460Z ok (5.221s) 2022-12-01T10:17:11.3466863Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3467106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3467346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3467583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3467817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3468056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3468323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3468583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3468819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3469054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3469285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3469510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3469746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3469977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3470213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3470444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3470675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3470912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3471143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3471372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3471614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3471845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3472079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3472316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3472535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3472793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3473032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3473305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3473537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3473771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3474004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3474235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3474473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3474706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3474934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3475171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3475404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3475636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3475857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3476088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3476320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3476555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3476787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3477019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3477256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3477516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3477747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3478025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3478256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3478487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3478726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3478949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3479181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3479417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3479649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3479882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3480121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3480355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3480585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3480820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3481055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3481290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3481527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3481760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3481990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3482238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3482498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3482728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3482962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3483197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3483431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3483669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3483902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3484134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3484371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3484604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3484836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3485072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3485289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3485520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3485757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3485992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3486223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3486460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3486725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3486958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3487253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3487485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3487714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3487954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3488189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3488410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3488648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3488883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3489116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3489354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3489591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3489824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3490058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3490290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3490522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3490758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3490990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3491220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3491484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3491856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3492091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3492327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3492558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3492791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3493032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3493264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3493498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3493735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3493969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3494200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3494435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3494667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3494886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3495123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3495358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3495589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3495824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3496100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3496333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3496607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3496839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3497073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3497311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3497543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3497775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3498009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3498228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3498461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3498695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3498928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3499157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3499392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3499627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3499860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3500096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3500332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3500562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3500833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3500895Z ok (2.822s) 2022-12-01T10:17:11.3501173Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3501394Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-12-01T10:17:11.3501637Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3501861Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:17:11.3502080Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:17:11.3502237Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (2.297s) 2022-12-01T10:17:11.3502398Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.390s) 2022-12-01T10:17:11.3502743Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1580] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-12-01T10:17:11.3502812Z ok (0.600s) 2022-12-01T10:17:11.3503076Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3503248Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:17:11.3503315Z ok (0.034s) 2022-12-01T10:17:11.3504502Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:17:11.3504593Z if param.grad is not None: 2022-12-01T10:17:11.3504658Z ok (1.237s) 2022-12-01T10:17:11.3504831Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:17:11.3504976Z Test observers with ignored function and make sure it works in ... ok (1.140s) 2022-12-01T10:17:11.3505573Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:17:11.3505710Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:17:11.3505765Z ok (3.743s) 2022-12-01T10:17:11.3506103Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:17:11.3506798Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:17:11.3506896Z return callable(*args, **kwargs) 2022-12-01T10:17:11.3506961Z ok (0.145s) 2022-12-01T10:17:11.3507153Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.284s) 2022-12-01T10:17:11.3507322Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.082s) 2022-12-01T10:17:11.3507488Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.262s) 2022-12-01T10:17:11.3507670Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.292s) 2022-12-01T10:17:11.3507822Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3507950Z Make sure dequantize can support Tuple of tensor ... ok (1.352s) 2022-12-01T10:17:11.3508108Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.029s) 2022-12-01T10:17:11.3508273Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3508402Z A test that checks dequantize will be swapped for ... ok (0.155s) 2022-12-01T10:17:11.3508562Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3508698Z A test that checks correct patterns are produced for ... ok (0.348s) 2022-12-01T10:17:11.3508863Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.117s) 2022-12-01T10:17:11.3509016Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.004s) 2022-12-01T10:17:11.3509320Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3509535Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3509749Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3509954Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3510154Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3510363Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:17:11.3510431Z ok (2.808s) 2022-12-01T10:17:11.3510598Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.095s) 2022-12-01T10:17:11.3510766Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.815s) 2022-12-01T10:17:11.3510922Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.572s) 2022-12-01T10:17:11.3511122Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.686s) 2022-12-01T10:17:11.3511307Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.746s) 2022-12-01T10:17:11.3511487Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.313s) 2022-12-01T10:17:11.3511660Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.421s) 2022-12-01T10:17:11.3511827Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3511965Z Test quant fusion for multiple aten::add using same ... ok (1.690s) 2022-12-01T10:17:11.3512172Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.783s) 2022-12-01T10:17:11.3512343Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3512465Z Test quant fusion for multiple aten::add using same ... ok (17.756s) 2022-12-01T10:17:11.3512687Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.662s) 2022-12-01T10:17:11.3512868Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.903s) 2022-12-01T10:17:11.3513026Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3513161Z quantization of the output of cat will be depend on the ... ok (1.700s) 2022-12-01T10:17:11.3513331Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.399s) 2022-12-01T10:17:11.3513497Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:17:11.3513618Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (13.594s) 2022-12-01T10:17:11.3513776Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.800s) 2022-12-01T10:17:11.3513950Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.690s) 2022-12-01T10:17:11.3514128Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.784s) 2022-12-01T10:17:11.3514310Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.592s) 2022-12-01T10:17:11.3514483Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.055s) 2022-12-01T10:17:11.3514670Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-12-01T10:17:11.3514849Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.007s) 2022-12-01T10:17:11.3515028Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.080s) 2022-12-01T10:17:11.3515212Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.078s) 2022-12-01T10:17:11.3515385Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.842s) 2022-12-01T10:17:11.3515567Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-12-01T10:17:11.3515733Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3515945Z Test that we don't fuse the cases when module type does not match ... ok (0.007s) 2022-12-01T10:17:11.3516134Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.530s) 2022-12-01T10:17:11.3516311Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-12-01T10:17:11.3516496Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.055s) 2022-12-01T10:17:11.3516670Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.039s) 2022-12-01T10:17:11.3516837Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.172s) 2022-12-01T10:17:11.3517019Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-12-01T10:17:11.3517216Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.039s) 2022-12-01T10:17:11.3517400Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3517597Z Make sure we skip observers for ops that doesn't require ... ok (0.033s) 2022-12-01T10:17:11.3517785Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.109s) 2022-12-01T10:17:11.3517984Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3518133Z check quantization for if works as long as ... ok (0.297s) 2022-12-01T10:17:11.3518330Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.110s) 2022-12-01T10:17:11.3518549Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.029s) 2022-12-01T10:17:11.3518738Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-12-01T10:17:11.3518942Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.132s) 2022-12-01T10:17:11.3519134Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3519281Z Make sure we propagate observed property through general ops ... ok (0.039s) 2022-12-01T10:17:11.3519498Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-12-01T10:17:11.3519704Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3519853Z Make sure we propagate observed property through general ops ... ok (0.043s) 2022-12-01T10:17:11.3520051Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.038s) 2022-12-01T10:17:11.3520233Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.136s) 2022-12-01T10:17:11.3520430Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-12-01T10:17:11.3520614Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.159s) 2022-12-01T10:17:11.3520816Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.180s) 2022-12-01T10:17:11.3520998Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.049s) 2022-12-01T10:17:11.3521170Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.094s) 2022-12-01T10:17:11.3521341Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3521595Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:17:11.3521665Z ok (0.077s) 2022-12-01T10:17:11.3521849Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.082s) 2022-12-01T10:17:11.3522036Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-12-01T10:17:11.3522231Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-12-01T10:17:11.3522410Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:17:11.3522649Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:17:11.3522834Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:17:11.3523010Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:17:11.3523183Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:17:11.3523251Z ok (0.094s) 2022-12-01T10:17:11.3523434Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.088s) 2022-12-01T10:17:11.3523653Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.008s) 2022-12-01T10:17:11.3523891Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.002s) 2022-12-01T10:17:11.3524099Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.274s) 2022-12-01T10:17:11.3524297Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.007s) 2022-12-01T10:17:11.3524467Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.690s) 2022-12-01T10:17:11.3524631Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (6.050s) 2022-12-01T10:17:11.3524828Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.007s) 2022-12-01T10:17:11.3524999Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.854s) 2022-12-01T10:17:11.3525151Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.462s) 2022-12-01T10:17:11.3525321Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.519s) 2022-12-01T10:17:11.3525499Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (5.158s) 2022-12-01T10:17:11.3525774Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:17:11.3526047Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.003s) 2022-12-01T10:17:11.3526234Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.137s) 2022-12-01T10:17:11.3526420Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:17:11.3526563Z Tests the case where 2D indices are passed into the operator ... ok (0.002s) 2022-12-01T10:17:11.3526760Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.131s) 2022-12-01T10:17:11.3526987Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-12-01T10:17:11.3527164Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:17:11.3527304Z Tests the case where 2D indices are passed into the operator ... ok (0.003s) 2022-12-01T10:17:11.3527496Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.131s) 2022-12-01T10:17:11.3527716Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:17:11.3527908Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.136s) 2022-12-01T10:17:11.3528130Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:17:11.3528342Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.640s) 2022-12-01T10:17:11.3528549Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.646s) 2022-12-01T10:17:11.3528753Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.154s) 2022-12-01T10:17:11.3529486Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T10:17:11.3529638Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:17:11.3529708Z ok (0.064s) 2022-12-01T10:17:11.3529912Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-12-01T10:17:11.3530112Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.643s) 2022-12-01T10:17:11.3530317Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.008s) 2022-12-01T10:17:11.3530493Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.152s) 2022-12-01T10:17:11.3530666Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.607s) 2022-12-01T10:17:11.3530848Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.077s) 2022-12-01T10:17:11.3531034Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.074s) 2022-12-01T10:17:11.3531193Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.204s) 2022-12-01T10:17:11.3531357Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3531499Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.006s) 2022-12-01T10:17:11.3531764Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3531943Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.087s) 2022-12-01T10:17:11.3532101Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3532281Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.142s) 2022-12-01T10:17:11.3532431Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3532599Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (4.751s) 2022-12-01T10:17:11.3532754Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3532936Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.884s) 2022-12-01T10:17:11.3533100Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.663s) 2022-12-01T10:17:11.3533269Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.510s) 2022-12-01T10:17:11.3533425Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.403s) 2022-12-01T10:17:11.3533588Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.323s) 2022-12-01T10:17:11.3533758Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.457s) 2022-12-01T10:17:11.3533932Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (58.854s) 2022-12-01T10:17:11.3534504Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:17:11.3534612Z Returning default scale and zero point " 2022-12-01T10:17:11.3534678Z ok (11.356s) 2022-12-01T10:17:11.3535186Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:17:11.3535382Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:17:11.3535451Z ok (0.010s) 2022-12-01T10:17:11.3535659Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.213s) 2022-12-01T10:17:11.3535826Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (6.362s) 2022-12-01T10:17:11.3536030Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.436s) 2022-12-01T10:17:11.3536181Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.570s) 2022-12-01T10:17:11.3536347Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.428s) 2022-12-01T10:17:11.3536503Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3536645Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (2.971s) 2022-12-01T10:17:11.3536802Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:17:11.3536912Z This test cover upsample_nearest3d ... ok (16.149s) 2022-12-01T10:17:11.3537074Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.021s) 2022-12-01T10:17:11.3537260Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.596s) 2022-12-01T10:17:11.3537425Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-12-01T10:17:11.3537588Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.269s) 2022-12-01T10:17:11.3537750Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.650s) 2022-12-01T10:17:11.3537948Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.006s) 2022-12-01T10:17:11.3538116Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.597s) 2022-12-01T10:17:11.3538273Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.378s) 2022-12-01T10:17:11.3538440Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.243s) 2022-12-01T10:17:11.3538991Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:17:11.3539063Z ok (0.002s) 2022-12-01T10:17:11.3539260Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-12-01T10:17:11.3539451Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-12-01T10:17:11.3539639Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-12-01T10:17:11.3539822Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2022-12-01T10:17:11.3539983Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.142s) 2022-12-01T10:17:11.3540147Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.835s) 2022-12-01T10:17:11.3540303Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.171s) 2022-12-01T10:17:11.3540461Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.045s) 2022-12-01T10:17:11.3540632Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.366s) 2022-12-01T10:17:11.3540796Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.089s) 2022-12-01T10:17:11.3540944Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.199s) 2022-12-01T10:17:11.3541112Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-12-01T10:17:11.3541330Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-12-01T10:17:11.3541512Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.440s) 2022-12-01T10:17:11.3541707Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.045s) 2022-12-01T10:17:11.3541864Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.776s) 2022-12-01T10:17:11.3542020Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.226s) 2022-12-01T10:17:11.3542184Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.161s) 2022-12-01T10:17:11.3542343Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.591s) 2022-12-01T10:17:11.3542605Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-12-01T10:17:11.3542771Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.166s) 2022-12-01T10:17:11.3543202Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:2001: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:17:11.3543297Z indices = torch.tensor(X).long() 2022-12-01T10:17:11.3543364Z ok (0.080s) 2022-12-01T10:17:11.3543545Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.032s) 2022-12-01T10:17:11.3543706Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.186s) 2022-12-01T10:17:11.3543882Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.788s) 2022-12-01T10:17:11.3544041Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.634s) 2022-12-01T10:17:11.3544784Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:17:11.3544887Z warnings.warn(msg, FutureWarning) 2022-12-01T10:17:11.3544952Z ok (0.002s) 2022-12-01T10:17:11.3545236Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:17:11.3545435Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-12-01T10:17:11.3545608Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:17:11.3545842Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:17:11.3546080Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:17:11.3546312Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:17:11.3546503Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:17:11.3546774Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3547217Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-12-01T10:17:11.3547348Z y = torch._saturate_weight_to_fp16(x) 2022-12-01T10:17:11.3547414Z ok (0.001s) 2022-12-01T10:17:11.3547603Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:17:11.3547806Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:17:11.3548034Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3548240Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:17:11.3548460Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:17:11.3548663Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:17:11.3548866Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:17:11.3549063Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:17:11.3549247Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:17:11.3549450Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.080s) 2022-12-01T10:17:11.3549630Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:17:11.3549812Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:17:11.3549998Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:17:11.3550204Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3550389Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:17:11.3550569Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:17:11.3550768Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:17:11.3550958Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:17:11.3551153Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-12-01T10:17:11.3551347Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:17:11.3551538Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-12-01T10:17:11.3551759Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3551952Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:17:11.3552171Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3552354Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:17:11.3552539Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:17:11.3552754Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:17:11.3552949Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:17:11.3553208Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:17:11.3553408Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:17:11.3553607Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:17:11.3553792Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-12-01T10:17:11.3553981Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:17:11.3554181Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.467s) 2022-12-01T10:17:11.3554356Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:17:11.3554783Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:17:11.3554951Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:17:11.3555020Z ok (0.003s) 2022-12-01T10:17:11.3555218Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:17:11.3555418Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:17:11.3555604Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:17:11.3555787Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:17:11.3555998Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:17:11.3556195Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.481s) 2022-12-01T10:17:11.3556382Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:17:11.3556587Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.022s) 2022-12-01T10:17:11.3556763Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:17:11.3556958Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:17:11.3557168Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.016s) 2022-12-01T10:17:11.3557370Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.008s) 2022-12-01T10:17:11.3557555Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:17:11.3557704Z Checks the rnn reference quantized modules has correct numerics ... ok (0.012s) 2022-12-01T10:17:11.3557875Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:17:11.3558026Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.007s) 2022-12-01T10:17:11.3558208Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:17:11.3558311Z Embedding and EmbeddingBag ... ok (0.005s) 2022-12-01T10:17:11.3558494Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.069s) 2022-12-01T10:17:11.3558685Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2022-12-01T10:17:11.3558908Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2022-12-01T10:17:11.3559099Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.036s) 2022-12-01T10:17:11.3559315Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.088s) 2022-12-01T10:17:11.3559511Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.049s) 2022-12-01T10:17:11.3559709Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.048s) 2022-12-01T10:17:11.3559903Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.053s) 2022-12-01T10:17:11.3560086Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.085s) 2022-12-01T10:17:11.3560267Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.014s) 2022-12-01T10:17:11.3560453Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-12-01T10:17:11.3560649Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.012s) 2022-12-01T10:17:11.3560830Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.041s) 2022-12-01T10:17:11.3561006Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.059s) 2022-12-01T10:17:11.3561189Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.059s) 2022-12-01T10:17:11.3561870Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:17:11.3562031Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:17:11.3562543Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3562758Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3563235Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:17:11.3563443Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:17:11.3563511Z ok (0.266s) 2022-12-01T10:17:11.3563693Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.034s) 2022-12-01T10:17:11.3563892Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-12-01T10:17:11.3564079Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-12-01T10:17:11.3564262Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3564390Z Tests the correctness of the batchnorm2d module. ... ok (0.002s) 2022-12-01T10:17:11.3564937Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:17:11.3565060Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:17:11.3565127Z ok (0.008s) 2022-12-01T10:17:11.3565338Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3565467Z Tests the correctness of the batchnorm3d module. ... ok (0.002s) 2022-12-01T10:17:11.3565697Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.008s) 2022-12-01T10:17:11.3565890Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.282s) 2022-12-01T10:17:11.3566076Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.156s) 2022-12-01T10:17:11.3566258Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.414s) 2022-12-01T10:17:11.3566438Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3566561Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-12-01T10:17:11.3566773Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-12-01T10:17:11.3566946Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3567063Z Tests the correctness of the ELU module. ... ok (0.002s) 2022-12-01T10:17:11.3567253Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.181s) 2022-12-01T10:17:11.3567441Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3567613Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (3.363s) 2022-12-01T10:17:11.3567791Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3567917Z Tests the correctness of the groupnorm module. ... ok (0.003s) 2022-12-01T10:17:11.3568098Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3568230Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.009s) 2022-12-01T10:17:11.3568413Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3568524Z Tests the correctness of the layernorm module. ... ok (0.005s) 2022-12-01T10:17:11.3568720Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:17:11.3568913Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (46.411s) 2022-12-01T10:17:11.3569091Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:17:11.3569211Z Tests the correctness of the pool module. ... ok (0.014s) 2022-12-01T10:17:11.3569401Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:17:11.3569601Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:17:11.3569788Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:17:11.3569965Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:17:11.3570174Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (3.832s) 2022-12-01T10:17:11.3570398Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.239s) 2022-12-01T10:17:11.3570610Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-12-01T10:17:11.3570862Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-12-01T10:17:11.3571079Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:17:11.3571328Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-12-01T10:17:11.3571703Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:17:11.3571959Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:17:11.3572106Z This tests that a placeholder Node can be matched to a Node with ... ok (0.043s) 2022-12-01T10:17:11.3572302Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-12-01T10:17:11.3572527Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-12-01T10:17:11.3572736Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-12-01T10:17:11.3572947Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.061s) 2022-12-01T10:17:11.3573156Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-12-01T10:17:11.3573380Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-12-01T10:17:11.3573548Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:17:11.3573695Z Test that we can record complex example inputs such as lists and dicts ... ok (0.006s) 2022-12-01T10:17:11.3573866Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:17:11.3574030Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.006s) 2022-12-01T10:17:11.3574189Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.006s) 2022-12-01T10:17:11.3574354Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:17:11.3574524Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:17:11.3574685Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:17:11.3574851Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:17:11.3574864Z 2022-12-01T10:17:11.3575075Z ---------------------------------------------------------------------- 2022-12-01T10:17:11.3575155Z Ran 942 tests in 671.721s 2022-12-01T10:17:11.3575160Z 2022-12-01T10:17:11.3575233Z OK (skipped=65) 2022-12-01T10:17:11.3575238Z 2022-12-01T10:17:11.3575319Z Generating XML reports... 2022-12-01T10:17:11.3575725Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100558.xml 2022-12-01T10:17:11.3576130Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100558.xml 2022-12-01T10:17:11.3576544Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100558.xml 2022-12-01T10:17:11.3576956Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100558.xml 2022-12-01T10:17:11.3577325Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100558.xml 2022-12-01T10:17:11.3577719Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100558.xml 2022-12-01T10:17:11.3578146Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100558.xml 2022-12-01T10:17:11.3578575Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100558.xml 2022-12-01T10:17:11.3578933Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100558.xml 2022-12-01T10:17:11.3579335Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100558.xml 2022-12-01T10:17:11.3579713Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100558.xml 2022-12-01T10:17:11.3580072Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100558.xml 2022-12-01T10:17:11.3580418Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100558.xml 2022-12-01T10:17:11.3580785Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100558.xml 2022-12-01T10:17:11.3581160Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100558.xml 2022-12-01T10:17:11.3581542Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100558.xml 2022-12-01T10:17:11.3581951Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100558.xml 2022-12-01T10:17:11.3582316Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100558.xml 2022-12-01T10:17:11.3582671Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100558.xml 2022-12-01T10:17:11.3583020Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100558.xml 2022-12-01T10:17:11.3583351Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100558.xml 2022-12-01T10:17:11.3583726Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100558.xml 2022-12-01T10:17:11.3584113Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100558.xml 2022-12-01T10:17:11.3584476Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100558.xml 2022-12-01T10:17:11.3584892Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100558.xml 2022-12-01T10:17:11.3585252Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100558.xml 2022-12-01T10:17:11.3585618Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100558.xml 2022-12-01T10:17:11.3586031Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100558.xml 2022-12-01T10:17:11.3586438Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100558.xml 2022-12-01T10:17:11.3586908Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100558.xml 2022-12-01T10:17:11.3587341Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100558.xml 2022-12-01T10:17:11.3587718Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100558.xml 2022-12-01T10:17:11.3588101Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100558.xml 2022-12-01T10:17:11.3588487Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100558.xml 2022-12-01T10:17:11.3588830Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100558.xml 2022-12-01T10:17:11.3589170Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100558.xml 2022-12-01T10:17:11.3589520Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100558.xml 2022-12-01T10:17:11.3589874Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100558.xml 2022-12-01T10:17:11.3590253Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100558.xml 2022-12-01T10:17:11.3590640Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100558.xml 2022-12-01T10:17:11.3591023Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100558.xml 2022-12-01T10:17:11.3591431Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100558.xml 2022-12-01T10:17:11.3591833Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100558.xml 2022-12-01T10:17:11.3592211Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100558.xml 2022-12-01T10:17:11.3592616Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100558.xml 2022-12-01T10:17:11.3592948Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100558.xml 2022-12-01T10:17:11.3593307Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100558.xml 2022-12-01T10:17:11.3593657Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100558.xml 2022-12-01T10:17:11.3594004Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100558.xml 2022-12-01T10:17:11.3594363Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100558.xml 2022-12-01T10:17:11.3594725Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100558.xml 2022-12-01T10:17:11.3595107Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100558.xml 2022-12-01T10:17:11.3595488Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100558.xml 2022-12-01T10:17:11.3595933Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100558.xml 2022-12-01T10:17:11.3596294Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100558.xml 2022-12-01T10:17:11.3596645Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100558.xml 2022-12-01T10:17:11.3597020Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100558.xml 2022-12-01T10:17:11.3597406Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100558.xml 2022-12-01T10:17:11.3597812Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100558.xml 2022-12-01T10:17:11.3598195Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100558.xml 2022-12-01T10:17:11.3598588Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100558.xml 2022-12-01T10:17:11.3598967Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100558.xml 2022-12-01T10:17:11.3599293Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100558.xml 2022-12-01T10:17:11.3599695Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100558.xml 2022-12-01T10:17:11.3599704Z 2022-12-01T10:17:11.3600107Z ##[endgroup] 2022-12-01T10:17:11.3600402Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_6qwdmdek) 2022-12-01T10:17:11.3600408Z 2022-12-01T10:17:12.7895633Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:12.8507880Z Ignoring disabled issues: [] 2022-12-01T10:17:12.8642823Z Running test_proxy_tensor ... [2022-12-01 10:17:12.864038] 2022-12-01T10:17:12.8645104Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:12.864295] 2022-12-01T10:20:21.6705128Z 2022-12-01T10:20:21.6705709Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:20:21.6706484Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_27gf4qr1) 2022-12-01T10:20:21.6713951Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T10:20:21.6714266Z 2022-12-01T10:20:21.6714392Z Running tests... 2022-12-01T10:20:21.6714839Z ---------------------------------------------------------------------- 2022-12-01T10:20:21.6715359Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.022s) 2022-12-01T10:20:21.6715891Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.002s) 2022-12-01T10:20:21.6716399Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.6716850Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6717370Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.6718096Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6718581Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6719199Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6719687Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6720188Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6720680Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6721189Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6721711Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6722164Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6722662Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6723138Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6744673Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6745345Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6745962Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.6746486Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6747007Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.6747543Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.6748080Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.6748596Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6749107Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6749594Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6750065Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6750561Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6751059Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.6751604Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.6752171Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.241s) 2022-12-01T10:20:21.6752718Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-12-01T10:20:21.6753244Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:20:21.6753781Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.6754331Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:20:21.6754856Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.6755416Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.6755955Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.6756473Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.6757009Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.6757549Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.6758047Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6758564Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6759295Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:20:21.6759846Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-12-01T10:20:21.6760441Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6760982Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.6761533Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:20:21.6762028Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6762559Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6763095Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6763625Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6764132Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.6764636Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6765153Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6765681Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6766204Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6766738Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6767273Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6767787Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.6768323Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.6768854Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.801s) 2022-12-01T10:20:21.6769361Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.858s) 2022-12-01T10:20:21.6769921Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.6770444Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.449s) 2022-12-01T10:20:21.6770934Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:20:21.6771358Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.6771992Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.6772453Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.6772923Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.6773392Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.6773916Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.6774405Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.292s) 2022-12-01T10:20:21.6774966Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.234s) 2022-12-01T10:20:21.6775492Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.694s) 2022-12-01T10:20:21.6776051Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.710s) 2022-12-01T10:20:21.6776594Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.294s) 2022-12-01T10:20:21.6777106Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-12-01T10:20:21.6777642Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:20:21.6778302Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:20:21.6778835Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:20:21.6779442Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.978s) 2022-12-01T10:20:21.6779984Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.6780499Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.378s) 2022-12-01T10:20:21.6781024Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.397s) 2022-12-01T10:20:21.6781534Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6782063Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6782591Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.542s) 2022-12-01T10:20:21.6783155Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.603s) 2022-12-01T10:20:21.6783711Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.6784241Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:20:21.6784774Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.274s) 2022-12-01T10:20:21.6785311Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6785936Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6786472Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6787010Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6787566Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6788093Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6788637Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6789168Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6789684Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6790196Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6790736Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6791258Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.6791789Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.755s) 2022-12-01T10:20:21.6792325Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.849s) 2022-12-01T10:20:21.6792869Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.6793400Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:20:21.6793932Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.381s) 2022-12-01T10:20:21.6794477Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.6801847Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.6802389Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.6848562Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.6849122Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.6849568Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6850000Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.327s) 2022-12-01T10:20:21.6850569Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:20:21.6851015Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6851488Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:20:21.6852053Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:20:21.6852487Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.6852908Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.6853318Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6853738Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6854162Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6854587Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6855012Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6855433Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6855864Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6856272Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6856700Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6857131Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6857550Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.6857993Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6858428Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.6858859Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6859272Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.6859696Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.6860118Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6860521Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6860935Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6861356Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6861783Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6862199Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.6862628Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6863059Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.6863487Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.6863925Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.6864358Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.6864792Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6865203Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6865733Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6866164Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6866572Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6867122Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6867562Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6868056Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.6868493Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.6868939Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.6869382Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.6869803Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6870239Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6870668Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6871102Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6871523Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6871961Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6872405Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.6872836Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.250s) 2022-12-01T10:20:21.6873304Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.6873764Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.6874199Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6874642Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:20:21.6875080Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:20:21.6875490Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.6875855Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6876237Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6876614Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6876996Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6877371Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.6877781Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.923s) 2022-12-01T10:20:21.6878192Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.808s) 2022-12-01T10:20:21.6878585Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.271s) 2022-12-01T10:20:21.6878992Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-12-01T10:20:21.6879383Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6879772Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6880154Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6880540Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6880936Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6881324Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.6881745Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.625s) 2022-12-01T10:20:21.6882165Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.631s) 2022-12-01T10:20:21.6882578Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.336s) 2022-12-01T10:20:21.6883106Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.335s) 2022-12-01T10:20:21.6883611Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.6884184Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.456s) 2022-12-01T10:20:21.6884691Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.438s) 2022-12-01T10:20:21.6885225Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.249s) 2022-12-01T10:20:21.6885775Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-12-01T10:20:21.6886326Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.6886860Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.6887405Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6887939Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.6888443Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.6888917Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.6889455Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.6889998Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.6890461Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.6890936Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6891439Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6892082Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6892619Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6893155Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6893673Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6894262Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6894827Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.6895448Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.6896036Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6896596Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6897168Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6897714Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6898211Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6898813Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6899375Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6899916Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6900437Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:20:21.6900982Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:20:21.6901529Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.6901997Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.6902650Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6903196Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6903801Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6904332Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6904843Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6905389Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.6905992Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6906498Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.6907024Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:20:21.6907504Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.6908059Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.6908595Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.6909091Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6909610Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6910140Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6910620Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6911096Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6911616Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6912152Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6912697Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.6913228Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.6913739Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.6914253Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6914772Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.6915303Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.6915833Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6916314Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.6916838Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6917356Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.6917866Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6918431Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6919016Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.6919589Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6920152Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6920716Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6921265Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.6921813Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6922340Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.6922986Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-12-01T10:20:21.6923541Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:20:21.6924106Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6924618Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6925168Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6925725Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6926230Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6926779Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:20:21.6927324Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6927835Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:20:21.6928388Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-12-01T10:20:21.6928928Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:20:21.6929425Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6929943Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6930481Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6931014Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6931532Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.6932214Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6932775Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6933344Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6933848Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6934341Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6934855Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6935384Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6935931Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6936482Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6936957Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6937421Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:20:21.6937954Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:20:21.6938504Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6939002Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6939531Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6940004Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6940514Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6941017Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6941562Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6942108Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6942635Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.6943299Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.6943859Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.6944480Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.6945021Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.6945650Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.6946169Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.6946681Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6947221Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6947759Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6948270Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.6948767Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.6949307Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.6949888Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.6950432Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.6950984Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.6951549Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.6952094Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.6952638Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.6953178Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.6953722Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.6954278Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6954799Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6955360Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6955909Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6956468Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6957003Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6957537Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6958076Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6958627Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6959183Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6959752Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6960310Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6960869Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6961420Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6961947Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6962496Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6962983Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6963447Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6964024Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.6964563Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6965152Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.6965640Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.6966140Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6966675Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6967199Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6967741Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6968273Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6968838Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6969353Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.6969866Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6970441Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6971011Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6971549Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6972196Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6972731Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.6973257Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6973782Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6974322Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6974780Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6975327Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6975878Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.6976452Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6977019Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.6977587Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6978184Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.6978751Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.6979333Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.6979900Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.6980477Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6981038Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6981593Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.6982153Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6982737Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.6983391Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6984324Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6985112Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6986042Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6986851Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6987634Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6988449Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6989194Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6989975Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6990768Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6991538Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6992337Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6993089Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.6993778Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.6994283Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6994789Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:20:21.6995264Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:20:21.6995757Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:20:21.6996311Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.6996832Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.6997353Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6997822Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6998295Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6998836Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.6999374Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.6999903Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7000427Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:20:21.7001005Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:20:21.7001564Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7002109Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7002650Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7003184Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7003842Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7004385Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7004963Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7005532Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7006026Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7006515Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.761s) 2022-12-01T10:20:21.7007066Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.747s) 2022-12-01T10:20:21.7007608Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7008131Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7008610Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7009092Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7009601Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7010140Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7010659Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7011182Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:20:21.7011795Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:20:21.7012338Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7012866Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7013399Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7013938Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7014473Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7015025Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7015545Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7016097Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7016657Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7017207Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:20:21.7017792Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.195s) 2022-12-01T10:20:21.7018338Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7018903Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.7019442Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7019979Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7020492Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7021004Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7021556Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7022126Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7022687Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7023263Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7023807Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7024522Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7025094Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7025821Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7026377Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7026922Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7027477Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7028040Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7028592Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7029150Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7029676Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7030188Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7030687Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7031199Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7031746Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7032254Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7032769Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7033318Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7033873Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7034430Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7034969Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7035545Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7036038Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7036582Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7037126Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7037652Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7038209Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7038745Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7039310Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7039865Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7040419Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7040980Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7041535Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7042095Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7042616Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7043125Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7043674Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7044355Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.083s) 2022-12-01T10:20:21.7044948Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.015s) 2022-12-01T10:20:21.7045524Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.348s) 2022-12-01T10:20:21.7046037Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.295s) 2022-12-01T10:20:21.7046567Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7047099Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7047620Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7048117Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7048609Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7049165Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7049745Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7050306Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7050866Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7051429Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7052136Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7052723Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7053299Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7053865Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7054431Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7054976Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7055536Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7056100Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7056638Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7057159Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7057696Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7058245Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7058802Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7059353Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7059899Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7060462Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7060987Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7061555Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7062110Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7062676Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7063237Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7063806Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7064380Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7065104Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7065793Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7066378Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7066921Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7067429Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7067932Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7068472Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7069014Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7069546Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7070053Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7070594Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7071134Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7071695Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7072242Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7072809Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7073350Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7073899Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7074495Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7075098Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7075673Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7076262Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7076842Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7077429Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7077979Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7078528Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7079115Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7079677Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7080224Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7080817Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7081395Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:20:21.7081957Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7082550Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:20:21.7083111Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7083689Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7084260Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7084995Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7085559Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7086117Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7086734Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7087277Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7087807Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7088267Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7088830Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7089364Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7089864Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7090377Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7090907Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7091422Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7092334Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7092667Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7092976Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7093283Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7093578Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7093892Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7094213Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7094510Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7094810Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7095121Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7095423Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7095709Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7096009Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7096302Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7096586Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7096902Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7097242Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7097577Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7097908Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7098250Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7098584Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7098906Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7099233Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7099564Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7100025Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7100344Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7100708Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7101034Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7101345Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7101669Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7101990Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7102318Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7102629Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7102954Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7103279Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7103600Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7103907Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7104224Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7104537Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7104840Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7105154Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7105467Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7105868Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7106169Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7106484Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7106795Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7107092Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7107401Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7107709Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7108015Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7108306Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7108612Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7108921Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7109220Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7109523Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7109824Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7110126Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7110412Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7110708Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7111003Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7111289Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7111639Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7111969Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7112321Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7112655Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7112985Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7113313Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7113625Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7113951Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7114274Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7114594Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7114902Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7115223Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7115534Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7115823Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7116128Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7116437Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7116746Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7117040Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7117343Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7117643Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7117929Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7118223Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7118515Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7118805Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7119087Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7119389Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.895s) 2022-12-01T10:20:21.7119694Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.813s) 2022-12-01T10:20:21.7119991Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7120291Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7120594Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7120897Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7121183Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7121476Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7121769Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7122053Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7122359Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7122661Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7122984Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7123297Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7123641Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7123949Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7124241Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7124541Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7124843Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7125131Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7125429Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7125728Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7126028Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7126318Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7126620Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7126924Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7127221Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7127534Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7127836Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7128139Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7128430Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7128732Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7129029Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7129313Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7129605Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7129907Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7130218Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.293s) 2022-12-01T10:20:21.7130529Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-12-01T10:20:21.7130845Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:20:21.7131155Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:20:21.7131470Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.318s) 2022-12-01T10:20:21.7131990Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-12-01T10:20:21.7132332Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.7132660Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-12-01T10:20:21.7132976Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:20:21.7133304Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:20:21.7133632Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:20:21.7133947Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:20:21.7134265Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7134650Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7134961Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7135301Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7135613Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7135919Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7136212Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7136518Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7136821Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7137125Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7137415Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7137712Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7138014Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7138308Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:20:21.7138614Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.411s) 2022-12-01T10:20:21.7138917Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.400s) 2022-12-01T10:20:21.7139225Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7139509Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7139806Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7140107Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7140399Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7140706Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7141025Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7141342Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7141645Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.292s) 2022-12-01T10:20:21.7141955Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.7142273Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7142569Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7142877Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7143186Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7143493Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7143796Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7144111Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7144423Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7144721Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.297s) 2022-12-01T10:20:21.7145034Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:20:21.7145346Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7145736Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7146068Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7146377Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7146716Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7147010Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7147311Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7147622Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7147935Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7148231Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7148536Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7148844Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7149136Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7149435Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7149733Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7150029Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7150313Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7150612Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7150930Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7151238Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7151559Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7151890Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7152219Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7152533Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7152852Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7153171Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7153476Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7153786Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7154099Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7154412Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7154716Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7155039Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:20:21.7155362Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:20:21.7155686Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.615s) 2022-12-01T10:20:21.7156005Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.631s) 2022-12-01T10:20:21.7156330Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:20:21.7156654Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.536s) 2022-12-01T10:20:21.7156970Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.528s) 2022-12-01T10:20:21.7157320Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7157640Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7157985Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:20:21.7158287Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7158604Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7158920Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7159219Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7159528Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7159834Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7160138Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7160432Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7160740Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7161050Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7161342Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7161648Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7161951Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7162252Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7162535Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7162833Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7163131Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7163420Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7163736Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7164057Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7164385Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7164705Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7165034Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7165361Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7165673Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7165998Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7166322Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7166644Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7166941Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7167261Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7167577Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7167888Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7168215Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7168546Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.456s) 2022-12-01T10:20:21.7168914Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.461s) 2022-12-01T10:20:21.7169236Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7173446Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:20:21.7173778Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:20:21.7174106Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7174417Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7174740Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7175065Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7175381Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7175704Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7176025Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7176344Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7176656Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7176978Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7177301Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7177606Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7177918Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7178235Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7178545Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7178849Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7179163Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7179474Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7179776Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7180090Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7180402Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7180714Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:20:21.7181013Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:20:21.7181324Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7181636Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7181931Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7182237Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7182539Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7182853Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7183157Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.303s) 2022-12-01T10:20:21.7183480Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.310s) 2022-12-01T10:20:21.7183793Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:20:21.7184214Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:20:21.7184527Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7184877Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7185182Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7185476Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7185856Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7186164Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7186453Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7186753Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7187062Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7187366Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7187658Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7187959Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7188254Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7188534Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7188828Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7189124Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7189425Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7189715Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7190019Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7190332Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7190628Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7190927Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7191229Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7191525Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7191803Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7192099Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7192395Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7192695Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7193016Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7193344Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7193673Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7193983Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7194305Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7194623Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7194929Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7195244Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7195592Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7195905Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7196240Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7196551Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.505s) 2022-12-01T10:20:21.7196858Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.988s) 2022-12-01T10:20:21.7197153Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.059s) 2022-12-01T10:20:21.7197457Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.467s) 2022-12-01T10:20:21.7197761Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.439s) 2022-12-01T10:20:21.7198060Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.648s) 2022-12-01T10:20:21.7198349Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.655s) 2022-12-01T10:20:21.7198646Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.650s) 2022-12-01T10:20:21.7198945Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.656s) 2022-12-01T10:20:21.7199230Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.667s) 2022-12-01T10:20:21.7199530Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7199841Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7200154Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7200448Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7200749Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7201050Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7201339Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7201637Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7201935Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7202234Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7202525Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7202830Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7203131Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7203423Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7203725Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7204029Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7204329Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7204621Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7204923Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7205229Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7205520Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7205822Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7206126Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7206432Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7206718Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7207041Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7207344Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7207662Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7207990Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.024s) 2022-12-01T10:20:21.7208326Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.849s) 2022-12-01T10:20:21.7208648Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.894s) 2022-12-01T10:20:21.7208952Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.967s) 2022-12-01T10:20:21.7209260Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.956s) 2022-12-01T10:20:21.7209570Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7209865Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7210163Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7210471Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7210773Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7211069Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7211382Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:20:21.7211865Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:20:21.7212168Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7212473Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7212779Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7213082Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7213368Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7213664Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7213968Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7214281Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7214632Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.350s) 2022-12-01T10:20:21.7214983Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:20:21.7215324Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-12-01T10:20:21.7215651Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:20:21.7215983Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7216326Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7216646Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7216973Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7217304Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7217628Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7217926Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7218233Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7218602Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7218899Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7219245Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7219547Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7219847Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7220139Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7220440Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7220743Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7221034Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7221344Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7221655Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7221968Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7222257Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7222556Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7222857Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7223143Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7223436Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7223733Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7224043Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7224350Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7224667Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:20:21.7224994Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7225304Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7225693Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7226011Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.7226351Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:20:21.7226651Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7226971Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7227285Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7227585Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7227901Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7228214Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7228531Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7228836Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7229157Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7229474Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7229777Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7230126Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7230437Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7230772Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7231073Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7231376Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7231692Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7231992Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7232304Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7232629Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7232952Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7233257Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7233577Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7233889Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7234188Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7234493Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7234797Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7235106Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7235403Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7235726Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7236057Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7236377Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7236706Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:20:21.7237035Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.7237187Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7237339Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7237487Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7237626Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7237777Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7237919Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.459s) 2022-12-01T10:20:21.7238058Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.590s) 2022-12-01T10:20:21.7238205Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.993s) 2022-12-01T10:20:21.7238348Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.010s) 2022-12-01T10:20:21.7238487Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.504s) 2022-12-01T10:20:21.7238625Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (2.401s) 2022-12-01T10:20:21.7238747Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (2.325s) 2022-12-01T10:20:21.7238887Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.609s) 2022-12-01T10:20:21.7239056Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.608s) 2022-12-01T10:20:21.7239196Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.592s) 2022-12-01T10:20:21.7239364Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.608s) 2022-12-01T10:20:21.7239501Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.625s) 2022-12-01T10:20:21.7239649Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7239788Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7239922Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7240061Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7240203Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7240343Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7240480Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7240618Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7240757Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7240897Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.385s) 2022-12-01T10:20:21.7241028Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.445s) 2022-12-01T10:20:21.7241170Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.415s) 2022-12-01T10:20:21.7241308Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.411s) 2022-12-01T10:20:21.7241444Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.603s) 2022-12-01T10:20:21.7241579Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.569s) 2022-12-01T10:20:21.7241740Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7241899Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7242057Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7242213Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7242356Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7242508Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7242659Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7242814Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7242966Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7243127Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7243284Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7243449Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.750s) 2022-12-01T10:20:21.7243602Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.768s) 2022-12-01T10:20:21.7243758Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7243911Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:20:21.7244063Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.368s) 2022-12-01T10:20:21.7244217Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7244403Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7244559Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7244759Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7244910Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7245053Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7245207Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7245357Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7245508Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7245664Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7245816Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7245973Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7246127Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7246262Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7246404Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7246547Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7246689Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7246828Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7246968Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7247107Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7247246Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7247370Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7247507Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7247643Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7247787Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7247927Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7248076Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7248225Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7248373Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7248515Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7248645Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7248782Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7248922Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7249058Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7249192Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7249329Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7249470Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7249654Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7249786Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7249966Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:20:21.7250114Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7250266Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7250410Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7250548Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7250685Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7250823Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7250950Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7251083Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7251223Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7251363Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7251506Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7251768Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7251919Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7252067Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7252203Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7252348Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7252491Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7252632Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7252776Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7252916Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7253052Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7253193Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7253321Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7253468Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7253618Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.328s) 2022-12-01T10:20:21.7253767Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-12-01T10:20:21.7253910Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:20:21.7254053Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7254190Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7254323Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7254445Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7254582Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7254719Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7254914Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7255151Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7255351Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7255591Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.7255785Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7255975Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7256151Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7256335Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7256520Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7256704Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7256889Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7257074Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7257255Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7257456Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7257650Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7257858Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7258051Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.7258255Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7258449Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7258645Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7258835Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7259028Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7259218Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7259410Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7259599Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7259788Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7259918Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7260054Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7260231Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7260376Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7260512Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7260682Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7260822Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7260961Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7261086Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7261222Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7261355Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7261489Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7261621Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7261765Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7261905Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7262053Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7262184Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7262324Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7262460Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7262597Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7262735Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7262874Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7263013Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7263151Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7263279Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7263421Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7263555Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7263694Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7263830Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7263967Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7264103Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7264240Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7264364Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7264500Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7264641Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7264775Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7264916Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7265052Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7265192Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7265331Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7265456Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7265696Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7265837Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7266014Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7266154Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7266302Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7266444Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7266584Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7266708Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7266842Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7266984Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7267124Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7267266Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7267401Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7267542Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7267677Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7267810Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7267937Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268074Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268211Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268351Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268486Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268628Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7268765Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7268909Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7269037Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7269176Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7269314Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7269449Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7269588Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7269722Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7269858Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7269996Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7270136Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7270281Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7270433Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7270584Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7270732Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7270879Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7271055Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7271202Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7271358Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7271496Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7271638Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7271777Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7271920Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7272064Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7272214Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7272369Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7272500Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7272641Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7272778Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7272918Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7273055Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7273190Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7273328Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7273468Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7273602Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7273742Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7273885Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7274024Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7274161Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7274300Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7274436Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7274574Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7274699Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7274837Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7274981Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7275121Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7275258Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7275394Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7275527Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7275663Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7275787Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7275922Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7276058Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7276193Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7276363Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7276513Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7276691Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7276835Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7276967Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7277108Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7277245Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7277383Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7277520Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7277659Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7277799Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7277948Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7278093Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7278222Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7278360Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7278498Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7278630Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7278763Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7278903Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7279036Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7279171Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7279307Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7279455Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7279598Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7279742Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7279883Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7280021Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7280158Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7280295Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7280423Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7280572Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7280720Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7280873Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7281025Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7281176Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7281324Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7281502Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7281638Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7281825Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7281973Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7282118Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7282263Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7282409Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7282549Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7282699Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:20:21.7282837Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:20:21.7282982Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-12-01T10:20:21.7283127Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-12-01T10:20:21.7283267Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7283404Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7283538Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7283678Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7283814Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7283954Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7284092Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.7284242Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.7284387Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:20:21.7284530Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:20:21.7284670Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:20:21.7284806Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7284944Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7285083Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7285214Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7285350Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:20:21.7285502Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.247s) 2022-12-01T10:20:21.7285652Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:20:21.7285803Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:20:21.7285948Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:20:21.7286092Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:20:21.7286231Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:20:21.7286354Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7286497Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:20:21.7286634Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:20:21.7286807Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7286961Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7287140Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7287283Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7287428Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7287556Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7287694Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7287830Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7287968Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7288106Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7288247Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7288396Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7288546Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7288690Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.151s) 2022-12-01T10:20:21.7288820Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:20:21.7288960Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7289096Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7289230Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7289370Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7289509Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7289649Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7289797Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7289934Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7290079Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7290224Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:20:21.7290365Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7290503Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7290639Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7290778Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7290917Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7291057Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7291204Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7291359Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7291511Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7291778Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7291928Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7292127Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7292282Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7292494Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7317283Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7317466Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7317611Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7317750Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7317888Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7318031Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:20:21.7318178Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7318312Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7318449Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7318578Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7318712Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7318848Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7318986Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7319124Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:20:21.7319258Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:20:21.7319389Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7319522Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7319658Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7319793Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7319925Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7320057Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7320202Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7320344Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:20:21.7320487Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7320621Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7320761Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7320903Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7321046Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7321181Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7321325Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:20:21.7321466Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:20:21.7321603Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7321732Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:20:21.7321991Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7322124Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7322291Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:20:21.7322424Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7322559Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7322694Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7322837Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:20:21.7322975Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:20:21.7323112Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:20:21.7323250Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:20:21.7323384Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7323519Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7323654Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7323790Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7323922Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7324049Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7324193Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:20:21.7324335Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:20:21.7324476Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.229s) 2022-12-01T10:20:21.7324611Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.7324744Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7324882Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7325013Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7325146Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7325278Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7325412Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7325549Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:20:21.7325685Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:20:21.7325819Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7325950Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7326086Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7326220Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7326346Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7326479Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7326615Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:20:21.7326747Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:20:21.7326879Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7327040Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7327175Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7327335Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7327463Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7327595Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7327734Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7327868Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:20:21.7328002Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7328134Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7328267Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7328401Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7328531Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7328665Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7328795Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7328928Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7329061Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7329195Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7329327Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7329461Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7329590Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7329720Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7329852Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7329978Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7330105Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7330233Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7330371Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7330505Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7330642Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7330783Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7330919Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7331056Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7331191Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7331326Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7331458Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7331771Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7331906Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7332036Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7332227Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7332360Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7332527Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7332663Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:20:21.7332800Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:20:21.7332933Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7333066Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.7333191Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7333322Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7333451Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7333580Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7333709Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7333837Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7333974Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7334106Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7334240Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7334378Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7334513Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7334647Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7334783Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7334915Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335048Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335179Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335307Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335436Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335572Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7335704Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7335845Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7335983Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7336121Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7336254Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7336386Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7336517Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7336648Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7336780Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7336912Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7337040Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7337173Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7337331Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7337467Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7337635Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7337770Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7337902Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7338035Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7338167Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7338299Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7338429Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7338555Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7338685Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7338813Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7338958Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7339096Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7339242Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.277s) 2022-12-01T10:20:21.7339387Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.416s) 2022-12-01T10:20:21.7339527Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:20:21.7339663Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.736s) 2022-12-01T10:20:21.7339802Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.660s) 2022-12-01T10:20:21.7339939Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:20:21.7340074Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7340205Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:20:21.7340341Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:20:21.7340484Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7340621Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7340753Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7340881Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7341012Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7341145Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7341274Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7341406Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7341535Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7341679Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7341820Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7341958Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7342094Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7342235Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7342399Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7342534Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7342719Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7342852Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7342985Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:20:21.7343111Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7343245Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7343377Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.321s) 2022-12-01T10:20:21.7343508Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:20:21.7343641Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7343772Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7343904Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7344032Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7344157Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7344289Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:20:21.7344420Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7344551Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:20:21.7344684Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.467s) 2022-12-01T10:20:21.7344814Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-12-01T10:20:21.7344946Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7345075Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7345200Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7345329Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7345456Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7345660Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7345795Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7345925Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-12-01T10:20:21.7346058Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:20:21.7346187Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7346311Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7346440Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7346568Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7346693Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7346828Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7346959Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7347090Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7347220Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7347353Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7347522Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7347657Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7347817Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7347960Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348096Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7348237Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348379Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348510Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348647Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348784Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7348918Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349055Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349188Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349322Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349456Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349590Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7349719Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7349863Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7350005Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7350142Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7350284Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7350426Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7350566Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7350706Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7350834Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7350973Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7351112Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7351251Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7351391Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7351525Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7351663Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7351795Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7351921Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7352057Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7352195Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7352334Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7352468Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7352634Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7352770Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7352904Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7353054Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7353189Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7353336Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7353480Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7353620Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7353761Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7353908Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.326s) 2022-12-01T10:20:21.7354061Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.886s) 2022-12-01T10:20:21.7354199Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.935s) 2022-12-01T10:20:21.7354347Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:20:21.7354495Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (1.313s) 2022-12-01T10:20:21.7354638Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (1.321s) 2022-12-01T10:20:21.7354784Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.716s) 2022-12-01T10:20:21.7354930Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.594s) 2022-12-01T10:20:21.7355072Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.658s) 2022-12-01T10:20:21.7355214Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.638s) 2022-12-01T10:20:21.7355342Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7355478Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7355620Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7355759Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7355894Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7356030Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7356164Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7356301Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7356421Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7356559Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7356703Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7356841Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7356989Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7357131Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7357270Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7357413Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7357540Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7357676Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7357814Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7357979Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7358119Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7358253Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7358435Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7358579Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7358715Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7358861Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:20:21.7359007Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7359155Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7359299Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7359446Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7359591Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7359733Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7359864Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7360004Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7360144Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7360290Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7360437Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7360586Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7360735Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7360879Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7361021Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7361154Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:20:21.7361301Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7361442Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:20:21.7361585Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7361730Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7361871Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7362015Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7362154Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7362285Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7362424Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7362561Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7362708Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7362845Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7362992Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7363139Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7363317Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7363449Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7363597Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7363768Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7363907Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7364046Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7364185Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7364325Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7364460Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7364590Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7364734Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.657s) 2022-12-01T10:20:21.7364876Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.636s) 2022-12-01T10:20:21.7365015Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7365151Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7365288Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7365426Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7365562Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7365684Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7365816Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7365950Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7366086Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7366231Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7366378Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7366522Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7366666Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7366800Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7366946Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7367089Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7367232Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7367375Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7367519Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7367664Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7367813Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7367944Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7368094Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:20:21.7368243Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7368388Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:20:21.7368537Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7368716Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7368857Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7369041Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7369183Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7369313Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7369456Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7369601Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7369774Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7369987Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7370176Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7370329Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7370480Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7370612Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7370755Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7370900Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7371043Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7371183Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7371325Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7371474Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7371733Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7371870Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7372024Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7372176Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7372324Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7372468Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7372610Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7372757Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7372899Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7373025Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7373170Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7373316Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7373464Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7373609Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7373761Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7373913Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7374059Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7374273Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7374408Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7374597Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7374739Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7374886Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7375029Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7375173Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7375316Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7375470Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.428s) 2022-12-01T10:20:21.7375609Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:20:21.7375761Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.098s) 2022-12-01T10:20:21.7375912Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (1.077s) 2022-12-01T10:20:21.7376061Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7376208Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7376350Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7376496Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7376637Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7376775Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7376924Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7377078Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7377233Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7377385Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7377533Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7377681Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7377826Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7377971Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7378102Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7378245Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7378390Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7378534Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7378678Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7378825Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7378970Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7379111Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7379240Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7379379Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7379545Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7379687Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7379872Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7380012Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7380152Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7380288Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7380421Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7380626Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7380825Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7381015Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7381156Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7381294Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7381434Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7381570Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7381695Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7381831Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7381979Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:20:21.7382122Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.657s) 2022-12-01T10:20:21.7382272Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.915s) 2022-12-01T10:20:21.7382425Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.846s) 2022-12-01T10:20:21.7382570Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.326s) 2022-12-01T10:20:21.7382720Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.662s) 2022-12-01T10:20:21.7382848Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.575s) 2022-12-01T10:20:21.7382991Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.687s) 2022-12-01T10:20:21.7383133Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.692s) 2022-12-01T10:20:21.7383273Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.693s) 2022-12-01T10:20:21.7383419Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.701s) 2022-12-01T10:20:21.7383559Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.682s) 2022-12-01T10:20:21.7383707Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7383852Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7383990Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7384141Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7384289Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7384434Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7384578Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7384723Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7384865Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385007Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385176Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385319Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385490Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385696Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7385840Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7385979Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7386120Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7386254Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7386379Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7386523Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7386663Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7386804Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7386953Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7387100Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7387245Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7387387Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7387532Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7387658Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7387797Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7387937Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7388074Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7388215Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7388353Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7388495Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7388632Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7388767Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7388913Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7389053Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7389199Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7389340Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7389482Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7389618Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7389753Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7389879Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7390016Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7390162Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7390305Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7390452Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7390627Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7390772Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7390955Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391085Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391228Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391368Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391508Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391653Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7391792Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7391938Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7392081Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7392211Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7392357Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7392497Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7392638Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7392778Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7392919Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7393064Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7393209Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7393344Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7393494Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7393637Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7393778Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7393919Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394060Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394200Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394341Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394468Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394610Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394747Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7394897Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.532s) 2022-12-01T10:20:21.7395041Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.684s) 2022-12-01T10:20:21.7395181Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (1.467s) 2022-12-01T10:20:21.7395320Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (1.657s) 2022-12-01T10:20:21.7395514Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7395705Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7395915Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7396108Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7396323Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7396516Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7396698Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7396882Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397067Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397251Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397431Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397606Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397802Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7397993Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7398188Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7398384Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7398575Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7398770Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7398965Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7399155Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7399344Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7399534Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7399711Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7399895Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7400080Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7400257Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7400439Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7400619Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7400795Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401038Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401218Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401407Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401580Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401748Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7401923Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7402097Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7402294Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7402484Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7402681Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7402875Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403066Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403242Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403429Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403616Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403801Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7403983Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7404167Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7404352Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7404530Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7404705Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7404873Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405054Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405232Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405406Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405582Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405757Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7405930Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7406132Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7406307Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7406506Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:21.7406639Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7406779Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7406925Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.394s) 2022-12-01T10:20:21.7407071Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.365s) 2022-12-01T10:20:21.7407212Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7407354Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-12-01T10:20:21.7407495Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:20:21.7407635Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7407763Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7407899Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7408038Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7408174Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7408321Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7408468Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7408611Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7408755Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7408885Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7409029Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7409170Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7409311Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7409447Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7409582Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7409713Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7409848Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7409973Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7410118Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7410260Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7410416Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.602s) 2022-12-01T10:20:21.7410562Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.702s) 2022-12-01T10:20:21.7410704Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7410846Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.353s) 2022-12-01T10:20:21.7410984Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.337s) 2022-12-01T10:20:21.7411111Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7411253Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7411419Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7411560Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7411852Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7411991Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7412128Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7412266Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7412391Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7412527Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7412663Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7412798Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7412934Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7413069Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7413210Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7413353Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7413487Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.375s) 2022-12-01T10:20:21.7413634Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.444s) 2022-12-01T10:20:21.7413778Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:20:21.7413919Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.7414065Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7414206Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7414350Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7414490Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7414620Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7414758Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7414898Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7415037Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7415176Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7415333Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.404s) 2022-12-01T10:20:21.7415490Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.486s) 2022-12-01T10:20:21.7415645Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:20:21.7415786Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:20:21.7415949Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.305s) 2022-12-01T10:20:21.7416109Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:20:21.7416269Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:20:21.7416423Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-12-01T10:20:21.7416576Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7416730Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:20:21.7416933Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7417081Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:20:21.7417272Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7417426Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7417579Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7417731Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7417882Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7418028Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7418172Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7418321Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7418457Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7418604Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7418757Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.7418911Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7419056Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7419200Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7419365Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.684s) 2022-12-01T10:20:21.7419528Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.738s) 2022-12-01T10:20:21.7419690Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.464s) 2022-12-01T10:20:21.7419837Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-12-01T10:20:21.7419999Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.378s) 2022-12-01T10:20:21.7420154Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:20:21.7420302Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:20:21.7420446Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-12-01T10:20:21.7420602Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:20:21.7420754Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.290s) 2022-12-01T10:20:21.7420905Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:20:21.7421039Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:20:21.7421198Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7421354Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.7421506Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7421657Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7421814Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7421975Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.7422129Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7422304Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7422481Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.228s) 2022-12-01T10:20:21.7422687Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.665s) 2022-12-01T10:20:21.7422857Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (2.265s) 2022-12-01T10:20:21.7423026Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (2.213s) 2022-12-01T10:20:21.7423177Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:20:21.7423327Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:20:21.7423474Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:20:21.7423623Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.7423765Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:20:21.7423919Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:20:21.7424072Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:20:21.7424224Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7424385Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7424543Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7424699Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7424855Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7425009Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7425173Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7425333Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7425490Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7425725Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7425886Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7426041Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7426195Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7426356Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.320s) 2022-12-01T10:20:21.7426495Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.144s) 2022-12-01T10:20:21.7426649Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (4.539s) 2022-12-01T10:20:21.7426801Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (4.223s) 2022-12-01T10:20:21.7426974Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.975s) 2022-12-01T10:20:21.7427151Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.132s) 2022-12-01T10:20:21.7427319Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (4.324s) 2022-12-01T10:20:21.7427482Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (4.006s) 2022-12-01T10:20:21.7427668Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.887s) 2022-12-01T10:20:21.7427824Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.909s) 2022-12-01T10:20:21.7427987Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.188s) 2022-12-01T10:20:21.7428130Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.196s) 2022-12-01T10:20:21.7428289Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.163s) 2022-12-01T10:20:21.7428447Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.225s) 2022-12-01T10:20:21.7428604Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.344s) 2022-12-01T10:20:21.7428757Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (1.327s) 2022-12-01T10:20:21.7428921Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.110s) 2022-12-01T10:20:21.7429086Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.205s) 2022-12-01T10:20:21.7429232Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (1.405s) 2022-12-01T10:20:21.7429392Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (1.382s) 2022-12-01T10:20:21.7429547Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.101s) 2022-12-01T10:20:21.7429703Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.196s) 2022-12-01T10:20:21.7429855Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (4.085s) 2022-12-01T10:20:21.7430005Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (5.425s) 2022-12-01T10:20:21.7430164Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.229s) 2022-12-01T10:20:21.7430327Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.102s) 2022-12-01T10:20:21.7430485Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.093s) 2022-12-01T10:20:21.7430632Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.227s) 2022-12-01T10:20:21.7430788Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.949s) 2022-12-01T10:20:21.7430944Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.918s) 2022-12-01T10:20:21.7431107Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.399s) 2022-12-01T10:20:21.7431269Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.416s) 2022-12-01T10:20:21.7431426Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:20:21.7431583Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-12-01T10:20:21.7431748Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.7431895Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-12-01T10:20:21.7432053Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.292s) 2022-12-01T10:20:21.7432207Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-12-01T10:20:21.7432387Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7432560Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7432730Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7432903Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7433092Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7433252Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7433423Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7433577Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7433730Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7433880Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7434031Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7434176Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7434331Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7434480Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7434633Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.7434768Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.957s) 2022-12-01T10:20:21.7434916Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.989s) 2022-12-01T10:20:21.7435065Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:20:21.7435210Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.827s) 2022-12-01T10:20:21.7435353Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.815s) 2022-12-01T10:20:21.7435532Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.221s) 2022-12-01T10:20:21.7435713Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.580s) 2022-12-01T10:20:21.7435889Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.598s) 2022-12-01T10:20:21.7436052Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:20:21.7436226Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.542s) 2022-12-01T10:20:21.7436397Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.527s) 2022-12-01T10:20:21.7436550Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.124s) 2022-12-01T10:20:21.7436701Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.148s) 2022-12-01T10:20:21.7436848Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.792s) 2022-12-01T10:20:21.7436995Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.772s) 2022-12-01T10:20:21.7437160Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.482s) 2022-12-01T10:20:21.7437327Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.491s) 2022-12-01T10:20:21.7437475Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.317s) 2022-12-01T10:20:21.7437636Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:20:21.7437872Z 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:20:21.7438106Z 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:20:21.7438371Z 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:20:21.7438626Z 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:20:21.7438778Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.973s) 2022-12-01T10:20:21.7438928Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.998s) 2022-12-01T10:20:21.7439073Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.709s) 2022-12-01T10:20:21.7439203Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.686s) 2022-12-01T10:20:21.7439362Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:20:21.7439521Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7439673Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7439824Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7439979Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:20:21.7440130Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-12-01T10:20:21.7440278Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7440427Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:20:21.7440569Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:20:21.7440724Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.7440876Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7441022Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7441193Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.107s) 2022-12-01T10:20:21.7441359Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.157s) 2022-12-01T10:20:21.7441520Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.746s) 2022-12-01T10:20:21.7441682Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.704s) 2022-12-01T10:20:21.7441821Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (8.854s) 2022-12-01T10:20:21.7441972Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.162s) 2022-12-01T10:20:21.7442125Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (6.226s) 2022-12-01T10:20:21.7442271Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (6.099s) 2022-12-01T10:20:21.7442427Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.261s) 2022-12-01T10:20:21.7442585Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:20:21.7442737Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:20:21.7442889Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:20:21.7443048Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7443194Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7443346Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7443532Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7443696Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.164s) 2022-12-01T10:20:21.7443886Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:20:21.7444042Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7444199Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7444352Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.013s) 2022-12-01T10:20:21.7444493Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.044s) 2022-12-01T10:20:21.7444644Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.589s) 2022-12-01T10:20:21.7444795Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:20:21.7444945Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7445093Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7445240Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7445390Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7445537Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7445686Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:20:21.7445827Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.457s) 2022-12-01T10:20:21.7445980Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.470s) 2022-12-01T10:20:21.7446131Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:20:21.7446284Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-12-01T10:20:21.7446445Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.779s) 2022-12-01T10:20:21.7446607Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.291s) 2022-12-01T10:20:21.7446768Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.368s) 2022-12-01T10:20:21.7446924Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.846s) 2022-12-01T10:20:21.7447065Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.916s) 2022-12-01T10:20:21.7447217Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.866s) 2022-12-01T10:20:21.7447366Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7447519Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7447670Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7447819Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7447963Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7448104Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7448265Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:20:21.7448411Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:20:21.7448570Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:20:21.7448715Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7448888Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7449032Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7449198Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7449344Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7449486Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7449615Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7449750Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7449888Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450026Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450161Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450297Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450438Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450585Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7450710Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7450848Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7450992Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7451128Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7451265Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7451397Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7451538Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7451798Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7451929Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7452068Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7452214Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7452359Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7452501Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7452641Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7452779Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7452920Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7453042Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7453182Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7453319Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7453460Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7453600Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7453750Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7453893Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7454033Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7454157Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7454355Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7454492Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7454674Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7454812Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7454946Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7455098Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7455251Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7455384Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7455541Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7455696Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7455856Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7456019Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7456178Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7456336Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7456493Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7456647Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7456787Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7456942Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7457093Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7457251Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7457401Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7457551Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7457704Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7457852Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7457983Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7458131Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7458281Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7458434Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7458589Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.383s) 2022-12-01T10:20:21.7458740Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:20:21.7458887Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:20:21.7459037Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:20:21.7459171Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7459314Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7459464Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7459642Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7459796Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7459980Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7460130Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7460275Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7460416Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7460552Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7460696Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7460840Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7460988Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7461132Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7461283Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7461429Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7461582Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7461722Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7461868Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7462012Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7462152Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7462300Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7462441Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7462587Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7462730Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7462860Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7463008Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7463153Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7463304Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7463452Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7463602Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7463747Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7463889Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7464034Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7464164Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7464307Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7464451Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7464600Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7464749Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7464920Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7465074Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7465253Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7465387Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7465528Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7465752Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7465904Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7466048Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7466193Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7466339Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7466482Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7466615Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7466757Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7466903Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7467043Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7467183Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7467322Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7467458Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7467597Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7467721Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7467870Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7468022Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:20:21.7468173Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:20:21.7468319Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:20:21.7468461Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-12-01T10:20:21.7468605Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.7468748Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.7468877Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:20:21.7469022Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7469166Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7469318Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7469461Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7469606Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:20:21.7469748Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:20:21.7469894Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7470036Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7470167Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7470344Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7470488Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7470658Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7470796Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7470937Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7471081Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7471221Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7471350Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7471489Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7471631Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7471770Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7471908Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7472045Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7472183Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7472322Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7472447Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7472583Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7472719Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7472861Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7473001Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7473137Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7473274Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7473406Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7473526Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7473660Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7473805Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.280s) 2022-12-01T10:20:21.7473948Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.449s) 2022-12-01T10:20:21.7474085Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (2.807s) 2022-12-01T10:20:21.7474222Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (2.646s) 2022-12-01T10:20:21.7474372Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.803s) 2022-12-01T10:20:21.7474522Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.823s) 2022-12-01T10:20:21.7474657Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.640s) 2022-12-01T10:20:21.7474798Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.625s) 2022-12-01T10:20:21.7474950Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.457s) 2022-12-01T10:20:21.7475096Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.475s) 2022-12-01T10:20:21.7475246Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.283s) 2022-12-01T10:20:21.7475388Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.274s) 2022-12-01T10:20:21.7475528Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7475694Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7475825Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:20:21.7475999Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7476137Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:20:21.7476274Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7476411Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7476548Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7476683Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7476817Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7476937Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7477073Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7477206Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7477347Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7477479Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7477624Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:20:21.7477764Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7477903Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-12-01T10:20:21.7478028Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7478167Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7478306Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7478443Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7478583Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7478718Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7478852Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7478989Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7479128Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.404s) 2022-12-01T10:20:21.7479278Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.427s) 2022-12-01T10:20:21.7479421Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.948s) 2022-12-01T10:20:21.7479565Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.923s) 2022-12-01T10:20:21.7479714Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7479851Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-12-01T10:20:21.7480001Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:20:21.7480148Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7480288Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.215s) 2022-12-01T10:20:21.7480440Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.406s) 2022-12-01T10:20:21.7480587Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.425s) 2022-12-01T10:20:21.7480733Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.946s) 2022-12-01T10:20:21.7480875Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.925s) 2022-12-01T10:20:21.7481046Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7481174Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.216s) 2022-12-01T10:20:21.7481375Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:20:21.7481520Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7481665Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.216s) 2022-12-01T10:20:21.7481815Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7481966Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7482117Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:20:21.7482268Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.7482405Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:20:21.7482549Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:20:21.7482694Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7482842Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7482984Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7483137Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7483289Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7483439Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:20:21.7483578Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.7483724Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7483870Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:20:21.7484012Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7484159Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7484301Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7484476Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.021s) 2022-12-01T10:20:21.7484632Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.336s) 2022-12-01T10:20:21.7484791Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.458s) 2022-12-01T10:20:21.7484935Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.922s) 2022-12-01T10:20:21.7485087Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.945s) 2022-12-01T10:20:21.7485243Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7485390Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7485537Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7485685Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7485834Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7485985Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7486127Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.512s) 2022-12-01T10:20:21.7486312Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.518s) 2022-12-01T10:20:21.7486463Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-12-01T10:20:21.7486643Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:20:21.7486791Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7486937Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7487077Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:20:21.7487224Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:20:21.7487367Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:20:21.7487504Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7487655Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7487807Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7487961Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7488109Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7488256Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7488399Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7488545Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7488677Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7488821Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7488961Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7489105Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7489248Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7489408Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7489564Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.315s) 2022-12-01T10:20:21.7489718Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.294s) 2022-12-01T10:20:21.7489862Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:20:21.7490017Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.707s) 2022-12-01T10:20:21.7490173Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.698s) 2022-12-01T10:20:21.7490348Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7490524Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7490696Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7490865Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7491032Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7491193Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7491346Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7491541Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:21.7491794Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.426s) 2022-12-01T10:20:21.7492069Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.505s) 2022-12-01T10:20:21.7492228Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.274s) 2022-12-01T10:20:21.7492380Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.324s) 2022-12-01T10:20:21.7492527Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.449s) 2022-12-01T10:20:21.7492670Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (1.033s) 2022-12-01T10:20:21.7492805Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (1.006s) 2022-12-01T10:20:21.7492949Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.511s) 2022-12-01T10:20:21.7493094Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.511s) 2022-12-01T10:20:21.7493234Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.500s) 2022-12-01T10:20:21.7493382Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.512s) 2022-12-01T10:20:21.7493523Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.517s) 2022-12-01T10:20:21.7493675Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7493824Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:20:21.7493973Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-12-01T10:20:21.7494110Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.159s) 2022-12-01T10:20:21.7494258Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (2.276s) 2022-12-01T10:20:21.7494411Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (5.516s) 2022-12-01T10:20:21.7494553Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (5.360s) 2022-12-01T10:20:21.7494712Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:20:21.7494875Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.014s) 2022-12-01T10:20:21.7495033Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.078s) 2022-12-01T10:20:21.7495186Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.437s) 2022-12-01T10:20:21.7495328Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.528s) 2022-12-01T10:20:21.7495478Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.549s) 2022-12-01T10:20:21.7495626Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:20:21.7495778Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.307s) 2022-12-01T10:20:21.7495932Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.421s) 2022-12-01T10:20:21.7496078Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.377s) 2022-12-01T10:20:21.7496223Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (2.238s) 2022-12-01T10:20:21.7496376Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:20:21.7496518Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:20:21.7496647Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-12-01T10:20:21.7496793Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.325s) 2022-12-01T10:20:21.7496990Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.327s) 2022-12-01T10:20:21.7497143Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7497320Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7497477Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7497628Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7497781Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7497920Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7498070Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7498220Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7498368Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7498518Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7498667Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7498815Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7498965Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7499101Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7499254Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7499406Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7499557Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7499707Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7499853Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7500004Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7500148Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7500288Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7500424Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7500568Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7500718Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7500870Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-12-01T10:20:21.7501021Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.369s) 2022-12-01T10:20:21.7501174Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7501325Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:20:21.7501474Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-12-01T10:20:21.7501607Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.124s) 2022-12-01T10:20:21.7501758Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.886s) 2022-12-01T10:20:21.7501908Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.578s) 2022-12-01T10:20:21.7502055Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (2.856s) 2022-12-01T10:20:21.7502238Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (3.008s) 2022-12-01T10:20:21.7502387Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (2.695s) 2022-12-01T10:20:21.7502559Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (2.680s) 2022-12-01T10:20:21.7502696Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (2.751s) 2022-12-01T10:20:21.7502827Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (2.818s) 2022-12-01T10:20:21.7502973Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.976s) 2022-12-01T10:20:21.7503120Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:20:21.7503265Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.240s) 2022-12-01T10:20:21.7503416Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.918s) 2022-12-01T10:20:21.7503573Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.947s) 2022-12-01T10:20:21.7503722Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:20:21.7503866Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.703s) 2022-12-01T10:20:21.7504014Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.671s) 2022-12-01T10:20:21.7504146Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7504288Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:20:21.7504424Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:20:21.7504565Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.226s) 2022-12-01T10:20:21.7504710Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:20:21.7504860Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.996s) 2022-12-01T10:20:21.7505013Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.502s) 2022-12-01T10:20:21.7505164Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.598s) 2022-12-01T10:20:21.7505300Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (1.044s) 2022-12-01T10:20:21.7505442Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (2.849s) 2022-12-01T10:20:21.7505665Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (3.066s) 2022-12-01T10:20:21.7505809Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (2.814s) 2022-12-01T10:20:21.7505948Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.831s) 2022-12-01T10:20:21.7506084Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.833s) 2022-12-01T10:20:21.7506228Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.560s) 2022-12-01T10:20:21.7506373Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.549s) 2022-12-01T10:20:21.7506504Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7506655Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.033s) 2022-12-01T10:20:21.7506799Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.047s) 2022-12-01T10:20:21.7506940Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.561s) 2022-12-01T10:20:21.7507083Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.565s) 2022-12-01T10:20:21.7507224Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:20:21.7507363Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:20:21.7507503Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:20:21.7507666Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.213s) 2022-12-01T10:20:21.7507805Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:20:21.7507986Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7508138Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:20:21.7508288Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:20:21.7508433Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7508577Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7508724Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7508867Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7509004Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:20:21.7509150Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.515s) 2022-12-01T10:20:21.7509294Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.514s) 2022-12-01T10:20:21.7509438Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7509579Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7509718Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7509860Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7510003Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7510155Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7510314Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7510473Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7510632Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7510789Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7510945Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7511098Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7511248Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7511386Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7511542Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7511706Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7511866Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7512027Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7512189Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7512348Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7512507Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7512663Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7512837Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7512995Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7513177Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7513324Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7513466Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7513611Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7513754Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.518s) 2022-12-01T10:20:21.7513898Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.512s) 2022-12-01T10:20:21.7514026Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7514170Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7514310Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7514452Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7514598Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7514738Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7514882Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:20:21.7515027Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:20:21.7515168Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7515297Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7515435Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7515580Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7515724Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7515869Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7516010Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7516149Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7516287Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7516415Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7516552Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7516768Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7516979Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7517204Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7517421Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7517630Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7517835Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7518037Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7518274Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7518494Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7518698Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7518901Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7519103Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7519320Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7519531Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7519755Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7519974Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7520183Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7520396Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7520595Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7520801Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7521006Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7521205Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7521412Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7521616Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7521764Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7521913Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7522062Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:20:21.7522211Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.534s) 2022-12-01T10:20:21.7522346Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.508s) 2022-12-01T10:20:21.7522490Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7522629Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7522766Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7522908Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7523055Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7523247Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7523406Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7523582Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7523737Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7523893Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7524047Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7524201Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7524351Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7524502Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7524657Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7524820Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7524968Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7525128Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7525288Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7525448Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7525603Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7525758Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7525918Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7526074Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7526218Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7526364Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7526505Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7526650Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:20:21.7526795Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.524s) 2022-12-01T10:20:21.7526937Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.511s) 2022-12-01T10:20:21.7527080Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7527222Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7527364Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7527494Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7527634Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7527772Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7527913Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7528053Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7528191Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7528329Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7528495Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7528621Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7528755Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7528928Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7529061Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7529202Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7529340Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7529480Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7529620Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7529746Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7529887Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7530023Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7530159Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7530296Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7530429Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7530579Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7530719Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7530857Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7531005Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7531151Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7531296Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7531442Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7531707Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7531849Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7531990Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7532119Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7532259Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7532396Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7532541Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7532685Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7532824Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7532963Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7533103Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7533230Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7533367Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7533502Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7533640Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7533774Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7533962Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7534103Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7534283Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.453s) 2022-12-01T10:20:21.7534412Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7534555Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.454s) 2022-12-01T10:20:21.7534692Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7534829Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:20:21.7534966Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7535104Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7535242Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7535379Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7535502Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7535639Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7535791Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7535942Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7536087Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7536225Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7536367Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7536507Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7536635Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7536775Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7536913Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7537045Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7537180Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7537313Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7537445Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7537611Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7537761Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:20:21.7537925Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7538083Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7538241Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7538394Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7538550Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7538702Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7538865Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7539027Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7539172Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7539362Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7539516Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7539701Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7539856Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7540007Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7540169Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7540330Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7540489Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7540635Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7540786Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7540937Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7541090Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7541246Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7541395Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7541538Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7541683Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7541813Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7541954Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7542099Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7542242Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7542379Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7542523Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7542665Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7542808Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.187s) 2022-12-01T10:20:21.7542940Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:20:21.7543082Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.352s) 2022-12-01T10:20:21.7543224Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:20:21.7543373Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7543523Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7543665Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7543811Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7543954Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7544096Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7544228Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7544370Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7544557Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.657s) 2022-12-01T10:20:21.7544710Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.623s) 2022-12-01T10:20:21.7544882Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7545022Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7545167Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7545308Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:20:21.7545437Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.173s) 2022-12-01T10:20:21.7545657Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7545804Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7545944Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546085Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546225Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546376Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546522Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7546663Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546815Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7546964Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7547112Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547261Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547404Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547553Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547696Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547822Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7547966Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7548111Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7548253Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7548392Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7548534Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:20:21.7548681Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.7548824Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:20:21.7548967Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7549096Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7549239Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7549379Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7549521Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7549659Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7549799Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7549978Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7550136Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7550311Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:20:21.7550466Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.294s) 2022-12-01T10:20:21.7550622Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7550776Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.299s) 2022-12-01T10:20:21.7550929Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.219s) 2022-12-01T10:20:21.7551067Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7551203Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7551348Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7551478Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7551618Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7551755Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7551890Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7552025Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7552161Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7552296Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7552431Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7552555Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7552695Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7552842Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7552983Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7553124Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7553264Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7553402Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7553537Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7553662Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7553797Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7553933Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7554067Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7554202Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7554404Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7554598Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7554800Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7555000Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.7555226Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7555421Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7555647Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7555841Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7556029Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7556219Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7556406Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7556594Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7556782Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7556996Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7557190Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7557403Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7557615Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7557830Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7558040Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7558250Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7558453Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7558658Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7558860Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7559067Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7559268Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7559464Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7559611Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7559751Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7559900Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7560046Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7560190Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7560368Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7560513Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7560671Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7560813Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7560954Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7561094Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7561235Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7561375Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7561520Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7561661Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7561798Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7561946Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7562090Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7562233Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7562373Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7562511Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7562652Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7562791Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7562931Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7563060Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7563202Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7563348Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7563486Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7563636Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7563786Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7563934Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7564078Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7564210Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7564350Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7564496Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7564638Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7564777Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7564920Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7565060Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7565211Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7565346Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7565554Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7565758Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:20:21.7566001Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:20:21.7566199Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:20:21.7566379Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7566554Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7566731Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:20:21.7566909Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7567069Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7567242Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7567415Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7567588Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7567760Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7567936Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7568104Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7568275Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7568447Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7568606Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7568778Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7568944Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7569117Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7569283Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7569448Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7569608Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7569772Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7569937Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7570087Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7570245Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7570407Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7570570Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7570729Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7570918Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7571084Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7571275Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:20:21.7571432Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7571721Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7571886Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:20:21.7572046Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.7572206Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7572371Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7572528Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7572688Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7572845Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7573020Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:20:21.7573183Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:20:21.7573374Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7573563Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.611s) 2022-12-01T10:20:21.7573750Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.551s) 2022-12-01T10:20:21.7573910Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7574064Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7574217Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7574377Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7574540Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.595s) 2022-12-01T10:20:21.7574690Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.668s) 2022-12-01T10:20:21.7574848Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7575007Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7575166Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7575324Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7575484Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.915s) 2022-12-01T10:20:21.7575643Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.108s) 2022-12-01T10:20:21.7575800Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-12-01T10:20:21.7575944Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7576096Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7576322Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.721s) 2022-12-01T10:20:21.7576534Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.748s) 2022-12-01T10:20:21.7576706Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7576877Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7577047Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7577217Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7577384Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.7577545Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7577714Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.276s) 2022-12-01T10:20:21.7577887Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.282s) 2022-12-01T10:20:21.7578055Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:20:21.7578232Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:20:21.7578407Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:20:21.7578584Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.459s) 2022-12-01T10:20:21.7578759Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.552s) 2022-12-01T10:20:21.7578935Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7579095Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:20:21.7579268Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7579439Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7579607Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7579776Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:20:21.7579950Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.794s) 2022-12-01T10:20:21.7580123Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.768s) 2022-12-01T10:20:21.7580293Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7580463Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.7580613Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.276s) 2022-12-01T10:20:21.7580773Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7580935Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7581100Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7581264Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:20:21.7581452Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7581619Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7581811Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.855s) 2022-12-01T10:20:21.7581970Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.867s) 2022-12-01T10:20:21.7582121Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7582284Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7582444Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7582597Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7582753Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7582907Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7583076Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7583245Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7583409Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7583560Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7583721Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7583881Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7584044Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7584236Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7584429Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.601s) 2022-12-01T10:20:21.7584616Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.485s) 2022-12-01T10:20:21.7584809Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7584998Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7585180Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7585377Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7585642Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7585839Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7586024Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7586208Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7586389Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7586575Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7586794Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7586984Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7587179Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7587356Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7587528Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7587700Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7587873Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.512s) 2022-12-01T10:20:21.7588047Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (21.482s) 2022-12-01T10:20:21.7588219Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (21.381s) 2022-12-01T10:20:21.7588379Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7588536Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7588679Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7588834Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7588989Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.006s) 2022-12-01T10:20:21.7589143Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.217s) 2022-12-01T10:20:21.7589312Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.234s) 2022-12-01T10:20:21.7589474Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-12-01T10:20:21.7589641Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7589805Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:20:21.7589961Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:20:21.7590112Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7590271Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7590434Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7590604Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7590770Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7590932Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7591093Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7591255Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7591416Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7591566Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7591729Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7591919Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7592080Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7592268Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7592425Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7592583Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7592761Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7592924Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.452s) 2022-12-01T10:20:21.7593098Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.444s) 2022-12-01T10:20:21.7593263Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7593423Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7593580Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:20:21.7593740Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7593907Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:20:21.7594074Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.565s) 2022-12-01T10:20:21.7594236Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.353s) 2022-12-01T10:20:21.7594395Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7594563Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7594741Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7594920Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7595095Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7595273Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7595448Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7595622Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7595798Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7595958Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7596131Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7596307Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7596480Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7596653Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7596827Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7597006Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7597209Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7597388Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7597565Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:20:21.7597726Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.359s) 2022-12-01T10:20:21.7597882Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-12-01T10:20:21.7598042Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7598205Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.164s) 2022-12-01T10:20:21.7598365Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:20:21.7598525Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7598683Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:20:21.7598844Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:20:21.7598996Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7599157Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:20:21.7599314Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7599472Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7599634Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7599793Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7599953Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7600117Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.403s) 2022-12-01T10:20:21.7600280Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.411s) 2022-12-01T10:20:21.7600426Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:20:21.7600583Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:20:21.7600738Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7600894Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7601046Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7601201Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7601358Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7601532Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:20:21.7601705Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:20:21.7601865Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.544s) 2022-12-01T10:20:21.7602037Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:20:21.7602201Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7602396Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7602556Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7602771Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:20:21.7602945Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.627s) 2022-12-01T10:20:21.7603116Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.643s) 2022-12-01T10:20:21.7603288Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7603444Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.216s) 2022-12-01T10:20:21.7603613Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:20:21.7603784Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:20:21.7603955Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.227s) 2022-12-01T10:20:21.7604122Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.346s) 2022-12-01T10:20:21.7604285Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (9.436s) 2022-12-01T10:20:21.7604445Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (5.448s) 2022-12-01T10:20:21.7604608Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.657s) 2022-12-01T10:20:21.7604767Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.589s) 2022-12-01T10:20:21.7604911Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:20:21.7605066Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:20:21.7605222Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.302s) 2022-12-01T10:20:21.7605389Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.483s) 2022-12-01T10:20:21.7605554Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.432s) 2022-12-01T10:20:21.7605724Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:20:21.7605893Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.7606060Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.897s) 2022-12-01T10:20:21.7606214Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.838s) 2022-12-01T10:20:21.7606382Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7606556Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:20:21.7606719Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.497s) 2022-12-01T10:20:21.7606880Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.472s) 2022-12-01T10:20:21.7607047Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:20:21.7607215Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:20:21.7607371Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7607557Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7607707Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7607895Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7608054Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7608223Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7608391Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7608569Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7608746Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7608930Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7609109Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:20:21.7609274Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:20:21.7609436Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7609596Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.305s) 2022-12-01T10:20:21.7609754Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:20:21.7609917Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7610084Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.614s) 2022-12-01T10:20:21.7610251Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.628s) 2022-12-01T10:20:21.7610412Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.421s) 2022-12-01T10:20:21.7610576Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.411s) 2022-12-01T10:20:21.7610721Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7610941Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7611156Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7611381Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7611716Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7611939Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7612148Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7612353Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7612563Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7612823Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7613034Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7613268Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7613475Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.7613647Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7613809Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7613981Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.458s) 2022-12-01T10:20:21.7614152Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.467s) 2022-12-01T10:20:21.7614320Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7614488Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:20:21.7614649Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-12-01T10:20:21.7614799Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7614959Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7615115Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7615278Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7615444Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7615612Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7615784Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7615948Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7616112Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7616274Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7616445Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7616612Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7616779Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7616954Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7617138Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7617314Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:20:21.7617486Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7617657Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.7617811Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7618010Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7618183Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7618382Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7618552Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7618725Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7618884Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7619042Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7619210Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7619363Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7619534Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7619704Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7619871Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7620034Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7620195Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7620358Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7620517Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7620676Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7620824Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7620982Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7621152Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7621319Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7621496Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7621667Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7621837Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7622005Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7622172Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7622327Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7622489Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7622647Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7622812Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7622976Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7623177Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.820s) 2022-12-01T10:20:21.7623349Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (4.691s) 2022-12-01T10:20:21.7623548Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (4.531s) 2022-12-01T10:20:21.7623713Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.563s) 2022-12-01T10:20:21.7623868Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.565s) 2022-12-01T10:20:21.7624033Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.558s) 2022-12-01T10:20:21.7624197Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.561s) 2022-12-01T10:20:21.7624361Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.555s) 2022-12-01T10:20:21.7624521Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7624677Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.274s) 2022-12-01T10:20:21.7624834Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.270s) 2022-12-01T10:20:21.7625059Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7625280Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7625491Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7625778Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7626000Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7626216Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7626427Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7626635Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7626791Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7626950Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7627109Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7627262Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7627402Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7627553Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7627705Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7627855Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7628013Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7628168Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7628322Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7628509Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7628669Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7628838Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7629011Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7629178Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7629334Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7629488Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7629641Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7629811Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7629978Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7630132Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7630291Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7630466Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7630635Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7630803Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7630965Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7631126Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7631288Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7631464Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7631627Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:20:21.7631804Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7631976Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7632148Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.7632318Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7632486Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7632656Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7632823Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7632994Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7633160Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7633402Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7633603Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7633804Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7633973Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7634173Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7634330Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7634490Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7634656Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7634809Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7634969Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7635130Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7635289Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7635450Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7635606Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7635765Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7635922Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7636077Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7636231Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7636402Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7636571Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7636737Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7636895Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7637056Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7637215Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7637376Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7637536Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7637684Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7637848Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7638010Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7638172Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7638332Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7638490Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7638647Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7638806Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7638950Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7639193Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:20:21.7639375Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.520s) 2022-12-01T10:20:21.7639598Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.536s) 2022-12-01T10:20:21.7639771Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:20:21.7639944Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.363s) 2022-12-01T10:20:21.7640114Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7640283Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7640450Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7640608Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7640781Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7640970Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:20:21.7641161Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.519s) 2022-12-01T10:20:21.7641351Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.536s) 2022-12-01T10:20:21.7641540Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.374s) 2022-12-01T10:20:21.7641729Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.364s) 2022-12-01T10:20:21.7641912Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:20:21.7642092Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:20:21.7642277Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7642450Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:20:21.7642634Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:20:21.7642793Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.410s) 2022-12-01T10:20:21.7642958Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.698s) 2022-12-01T10:20:21.7643120Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.805s) 2022-12-01T10:20:21.7643280Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.502s) 2022-12-01T10:20:21.7643439Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.795s) 2022-12-01T10:20:21.7643594Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.782s) 2022-12-01T10:20:21.7643769Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7643929Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7644158Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7644366Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7644541Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7644785Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7644956Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7645103Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7645246Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7645395Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7645531Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7645673Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7645819Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7645963Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7646106Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7646246Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7646386Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7646526Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7646656Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7646796Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7646934Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:20:21.7647081Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.883s) 2022-12-01T10:20:21.7647225Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.899s) 2022-12-01T10:20:21.7647368Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:20:21.7647508Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.669s) 2022-12-01T10:20:21.7647646Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.652s) 2022-12-01T10:20:21.7647778Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7647927Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7648074Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7648218Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7648362Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7648507Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7648656Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.7648805Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7648936Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7649076Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:20:21.7649215Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:20:21.7649363Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7649509Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:20:21.7649688Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7649831Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7650002Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7650134Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7650276Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7650418Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7650575Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7650730Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7650883Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7651037Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7651178Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7651318Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7651450Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7651749Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7651893Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652033Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7652174Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652313Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652451Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652590Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652712Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7652851Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7652984Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653130Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653272Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7653422Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653570Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653714Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653850Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7653996Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7654139Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7654281Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7654422Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7654561Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7654702Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7654842Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7654975Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7655169Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7655314Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7655490Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7655633Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7655772Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7655918Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7656060Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7656188Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7656328Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7656468Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7656606Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7656744Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7656882Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7657019Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7657153Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7657310Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-12-01T10:20:21.7657477Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:20:21.7657625Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7657769Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7657918Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7658067Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7658217Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7658360Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7658503Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7658633Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7658773Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7658914Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7659056Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7659201Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7659340Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7659493Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.485s) 2022-12-01T10:20:21.7659642Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.492s) 2022-12-01T10:20:21.7659775Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:20:21.7659920Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:20:21.7660060Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.654s) 2022-12-01T10:20:21.7660200Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.660s) 2022-12-01T10:20:21.7660367Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7660558Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7660726Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7660924Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7661073Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7661234Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7661392Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7661548Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7661704Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7661872Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7662031Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7662194Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7662355Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7662499Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7662657Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7662813Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7662970Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7663128Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7663292Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7663453Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7663615Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7663776Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7663921Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7664077Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7664233Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7664391Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7664548Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7664716Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7664876Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7665037Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7665199Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7665342Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7665501Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7665764Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7665926Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7666112Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7666277Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7666435Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7666596Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7666745Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7666903Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667056Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667214Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667371Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667527Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667675Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667826Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7667977Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7668110Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7668256Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7668399Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7668540Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7668687Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7668831Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7668972Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7669114Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7669245Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7669387Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7669526Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.274s) 2022-12-01T10:20:21.7669668Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.411s) 2022-12-01T10:20:21.7669808Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7669946Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.672s) 2022-12-01T10:20:21.7670084Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.651s) 2022-12-01T10:20:21.7670221Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7670348Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7670483Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7670619Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7670752Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7670888Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7671062Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.570s) 2022-12-01T10:20:21.7671209Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.607s) 2022-12-01T10:20:21.7671379Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.903s) 2022-12-01T10:20:21.7671506Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.972s) 2022-12-01T10:20:21.7671644Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7671781Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7671915Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7672050Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7672192Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7672332Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7672472Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7672604Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7672748Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7672885Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7673022Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7673159Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7673293Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7673427Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7673559Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7673685Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7673822Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7673964Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.966s) 2022-12-01T10:20:21.7674106Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.997s) 2022-12-01T10:20:21.7674243Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.705s) 2022-12-01T10:20:21.7674381Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.702s) 2022-12-01T10:20:21.7674528Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.697s) 2022-12-01T10:20:21.7674673Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.652s) 2022-12-01T10:20:21.7674804Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7674946Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7675092Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7675236Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7675381Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7675521Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7675661Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7675801Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7675927Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7676065Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7676212Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7676394Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7676547Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7676734Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7676880Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7677020Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7677158Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7677298Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7677447Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7677597Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7677747Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7677895Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7678043Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7678187Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7678331Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7678462Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7678623Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7678787Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7678951Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7679113Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7679273Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7679434Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7679591Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.7679739Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7679877Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680030Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680177Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680324Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680468Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680612Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7680755Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7680895Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7681028Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7681172Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7681316Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7681457Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7681598Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7681767Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7681908Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7682075Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7682200Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7682338Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7682473Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7682615Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7682752Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7682895Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7683041Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7683184Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7683315Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7683454Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7683592Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7683728Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7683867Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7684001Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7684136Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7684270Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7684411Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7684558Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7684715Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7684866Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7685017Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7685162Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7685305Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7685451Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7685581Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7685722Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7685867Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7686016Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7686165Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7686311Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7686454Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.295s) 2022-12-01T10:20:21.7686595Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-12-01T10:20:21.7686739Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7686871Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7687043Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7687188Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7687361Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7687500Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7687646Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.359s) 2022-12-01T10:20:21.7687795Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.375s) 2022-12-01T10:20:21.7687969Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-12-01T10:20:21.7688102Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.240s) 2022-12-01T10:20:21.7688243Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:20:21.7688390Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7688530Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7688678Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:20:21.7688821Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7688965Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7689107Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7689236Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7689377Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7689517Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7689657Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7689797Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7689936Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7690094Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7690249Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7690398Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7690558Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7690715Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7690870Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7691026Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7691178Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7691333Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7691485Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7691754Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7691895Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7692044Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7692194Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7692385Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7692537Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7692688Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7692874Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7693020Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7693152Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7693295Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7693439Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7693579Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7693720Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7693863Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7694008Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7694153Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7694283Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7694433Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7694579Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7694726Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7694869Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7695012Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7695156Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7695297Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7695442Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7695568Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7695709Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7695847Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7695993Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7696131Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7696278Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7696427Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7696569Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7696701Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7696843Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7696980Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7697119Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7697257Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7697396Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7697533Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7697708Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7697837Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7698019Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7698168Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7698314Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7698457Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7698596Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7698739Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7698881Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7699013Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7699154Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7699299Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7699448Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7699594Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7699746Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7699898Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700046Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700182Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700331Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700479Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700627Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700769Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7700915Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701058Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701206Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7701352Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701490Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701642Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701792Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7701943Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702087Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702233Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702376Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702517Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702642Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702784Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7702956Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7703100Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7703266Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7703411Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:20:21.7703555Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7703698Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:20:21.7703826Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7703965Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7704102Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7704241Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7704378Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7704513Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7704650Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7704788Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7704916Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7705050Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7705194Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.434s) 2022-12-01T10:20:21.7705337Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.439s) 2022-12-01T10:20:21.7705476Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7705714Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.270s) 2022-12-01T10:20:21.7705855Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:20:21.7705995Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7706119Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7706253Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7706389Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7706527Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7706669Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7706809Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7706953Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707090Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707214Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707355Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707491Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707627Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7707782Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7707937Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708093Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708286Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708440Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708579Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708770Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7708927Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7709084Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7709226Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7709366Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7709512Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7709657Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7709786Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7709927Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7710067Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7710205Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7710342Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7710479Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7710614Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7710754Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7710885Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.269s) 2022-12-01T10:20:21.7711030Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:20:21.7711170Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7711310Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:20:21.7711450Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:20:21.7711585Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7711724Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7711858Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7711983Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7712115Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7712267Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7712420Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7712575Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7712725Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7712874Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7713017Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7713164Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7713298Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7713440Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7713608Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7713754Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7713935Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7714080Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7714223Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7714366Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7724885Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7725123Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7725279Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7725419Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7725565Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7725715Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7725858Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7726003Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7726142Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7726305Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:20:21.7726463Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7726610Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:20:21.7726772Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.462s) 2022-12-01T10:20:21.7726927Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.451s) 2022-12-01T10:20:21.7727086Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7727242Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7727393Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7727547Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7727697Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7727857Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.7727998Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7728158Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:20:21.7728314Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.464s) 2022-12-01T10:20:21.7728470Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.455s) 2022-12-01T10:20:21.7728627Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7728783Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7728935Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7729087Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7729224Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7729492Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7729650Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7729846Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-12-01T10:20:21.7729999Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:20:21.7730153Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7730308Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7730462Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7730617Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7730757Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7730918Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.218s) 2022-12-01T10:20:21.7731075Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7731231Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.237s) 2022-12-01T10:20:21.7731388Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.719s) 2022-12-01T10:20:21.7731540Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.709s) 2022-12-01T10:20:21.7731869Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732026Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732179Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732322Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732474Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732635Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7732788Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7732946Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7733102Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7733256Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7733407Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7733549Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7733701Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7733854Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7734008Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7734166Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7734319Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7734471Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7734624Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7734763Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7734965Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7735118Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7735303Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7735452Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7735617Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7735782Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7735944Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7736105Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7736254Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7736418Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7736578Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7736738Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7736884Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7737027Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7737174Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7737322Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7737452Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7737597Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7737741Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7737885Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7738029Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7738170Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7738310Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7738451Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7738575Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7738733Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7738883Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7739037Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7739190Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7739340Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7739489Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7739639Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7739787Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7739922Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7740070Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7740270Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7740411Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7740557Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.177s) 2022-12-01T10:20:21.7740747Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7740892Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:20:21.7741030Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7741157Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7741292Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7741430Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7741566Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7741701Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7741840Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7741980Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7742127Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7742253Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7742400Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7742545Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7742687Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7742830Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7742975Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7743116Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7743255Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7743381Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7743521Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7743660Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7743808Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7743950Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7744100Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7744250Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7744399Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7744533Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7744675Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7744818Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7744959Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7745100Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7745239Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7745380Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7745519Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7745764Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7745910Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7746054Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7746225Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7746365Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7746502Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7746639Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7746774Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7746907Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7747048Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7747196Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7747339Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7747485Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7747625Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7747767Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7747909Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7748049Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7748175Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7748315Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7748455Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7748600Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.7748743Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:20:21.7748883Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7749024Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7749159Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7749281Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7749415Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7749550Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7749688Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7749830Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7749965Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7750111Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7750256Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7750386Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7750530Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7750669Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7750806Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7750941Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7751107Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7751249Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7751390Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7751544Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7751690Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7751835Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:20:21.7751977Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7752117Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7752254Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7752392Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7752528Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7752651Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7752787Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7752931Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7753067Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7753216Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7753361Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7753505Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:20:21.7753648Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7753777Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7753918Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7754057Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7754198Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7754335Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7754471Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7754611Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7754764Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7754901Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7755052Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7755206Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7755355Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7755506Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7755651Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7755792Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7755938Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7756067Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7756216Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7756359Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7756529Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7756693Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7756877Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7757041Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7757203Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7757360Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7757502Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7757656Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7757813Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7757968Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7758123Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7758275Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7758432Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7758577Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7758704Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7758846Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7758987Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7759130Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7759269Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7759410Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7759549Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7759688Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7759812Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7759982Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7760147Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7760310Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7760473Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7760626Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7760783Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7760936Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761087Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761221Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761372Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761524Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761674Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7761855Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7762012Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7762210Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7762364Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7762502Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7762653Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7762804Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7762955Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7763108Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7763262Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7763418Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7763567Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7763715Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7763851Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7764002Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7764149Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7764299Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7764453Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7764604Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7764754Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7764901Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765032Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765181Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765329Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765479Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765633Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765785Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7765933Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7766082Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7766230Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7766366Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7766517Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7766691Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7766867Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7767071Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7767243Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7767441Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7767611Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7767765Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7767932Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7768103Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7768275Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7768450Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7768614Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7768785Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7768952Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7769116Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7769268Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7769730Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7770085Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7770433Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7770785Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7771122Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7771467Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7771939Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7772281Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7772628Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7772976Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7773320Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7773696Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7774034Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7774403Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7774742Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7775085Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7775238Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7775389Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7775540Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7775694Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7775841Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7775973Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7776115Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7776262Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7776408Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7776555Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7776709Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7776860Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7777011Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7777143Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7777285Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7777431Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7777573Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7777744Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7777917Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7778089Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7778259Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7778428Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7778575Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7778739Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7778906Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7779069Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7779239Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7779443Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7779615Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7779808Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7779969Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7780119Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7780281Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7780432Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7780581Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7780733Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7780877Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7781026Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781169Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781302Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781447Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781592Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781736Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7781884Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7782029Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7782177Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7782320Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7782458Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7782587Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7782731Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7782873Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7783022Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7783165Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7783312Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7783454Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7783597Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7783728Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7783873Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784047Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784219Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784392Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784589Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784762Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7784954Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7785123Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7785274Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7785700Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7786058Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7786405Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7786751Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7787096Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7787433Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7787774Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7788126Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:20:21.7788281Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7788439Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7788581Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7788735Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7788882Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789033Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789185Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789336Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789503Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789673Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789822Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7789987Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790146Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790300Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790463Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790626Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790819Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7790987Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791180Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791325Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791482Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791636Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791796Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7791960Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792119Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792282Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792445Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792607Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792751Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7792908Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793067Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793231Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793393Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793559Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793725Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7793886Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7794042Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7794183Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7794343Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7794508Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7794730Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7794933Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7795088Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7795239Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7795386Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7795519Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7795663Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7795809Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7795953Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7796133Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7796288Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7796471Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7796620Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7796752Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7796896Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7797039Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7797188Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7797380Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7797564Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7797751Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7797934Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7798116Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7798285Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7798466Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7798644Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7798825Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7799002Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7799181Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7799356Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7799529Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7799700Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7799858Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800033Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800203Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800376Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800551Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800722Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7800891Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7801061Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7801226Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7801410Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7801581Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7801996Z 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:20:21.7802362Z 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:20:21.7802722Z 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:20:21.7803086Z 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:20:21.7803440Z 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:20:21.7803801Z 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:20:21.7804150Z 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:20:21.7804509Z 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:20:21.7804868Z 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:20:21.7805228Z 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:20:21.7805594Z 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:20:21.7805938Z 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:20:21.7806292Z 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:20:21.7806649Z 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:20:21.7807004Z 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:20:21.7807358Z 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:20:21.7807714Z 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:20:21.7808074Z 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:20:21.7808431Z 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:20:21.7808818Z 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:20:21.7809203Z 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:20:21.7809551Z 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:20:21.7809902Z 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:20:21.7810256Z 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:20:21.7810594Z 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:20:21.7810954Z 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:20:21.7811308Z 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:20:21.7811783Z 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:20:21.7812139Z 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:20:21.7812496Z 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:20:21.7812853Z 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:20:21.7813208Z 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:20:21.7813377Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7813548Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7813712Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7813866Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7814028Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7814188Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7814352Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7814512Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7814669Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7814824Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7814979Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7815184Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:20:21.7815325Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-12-01T10:20:21.7815515Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7815668Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7815818Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7815970Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7816120Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7816269Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7816420Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7816559Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7816708Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7816854Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7817003Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7817149Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7817295Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7817442Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7817584Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7817719Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7817868Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7818013Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7818163Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7818306Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7818449Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7818590Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7818729Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7818856Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7818996Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7819134Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7819296Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7819448Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7819610Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7819766Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:20:21.7819918Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7820069Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7820208Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7820358Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7820537Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7820690Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7820871Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7821020Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7821175Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7821325Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7821473Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:20:21.7821632Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7821788Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:20:21.7821945Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7822097Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7822250Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7822403Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7822553Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7822698Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7822834Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7822984Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7823128Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7823269Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7823413Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.7823560Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.7823702Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7823843Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7823969Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7824109Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7824245Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7824383Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7824524Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7824667Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7824811Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7824959Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7825092Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7825235Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7825379Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7825522Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7825741Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7825916Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7826059Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7826200Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7826396Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7826543Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7826684Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7826835Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7826983Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7827132Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7827277Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7827426Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7827556Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7827701Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7827842Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7827983Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7828125Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7828265Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7828410Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7828551Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7828689Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7828837Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7828984Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7829127Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7829266Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7829406Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7829545Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7829684Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7829809Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7829948Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7830086Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7830229Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7830375Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.293s) 2022-12-01T10:20:21.7830517Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-12-01T10:20:21.7830657Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7830794Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:20:21.7830931Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:20:21.7831065Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7831215Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.522s) 2022-12-01T10:20:21.7831397Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.534s) 2022-12-01T10:20:21.7831545Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7831717Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.341s) 2022-12-01T10:20:21.7831856Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.335s) 2022-12-01T10:20:21.7832002Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.779s) 2022-12-01T10:20:21.7832147Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.787s) 2022-12-01T10:20:21.7832276Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.804s) 2022-12-01T10:20:21.7832415Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.776s) 2022-12-01T10:20:21.7832556Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7832702Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:20:21.7832846Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7832991Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-12-01T10:20:21.7833129Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7833269Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:20:21.7833392Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:20:21.7833528Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7833665Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7833796Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7833933Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7834074Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7834215Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7834354Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7834485Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:20:21.7834627Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.7834766Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7834904Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7835042Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7835178Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7835316Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7835449Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7835571Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7835707Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7835856Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7836004Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7836157Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7836307Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:20:21.7836454Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7836599Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7836752Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7836904Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7837076Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7837217Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7837361Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7837508Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7837653Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.601s) 2022-12-01T10:20:21.7837795Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.926s) 2022-12-01T10:20:21.7837920Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (6.806s) 2022-12-01T10:20:21.7838062Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (6.630s) 2022-12-01T10:20:21.7838232Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:20:21.7838399Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:20:21.7838545Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.7838693Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:20:21.7838837Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:20:21.7838979Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:20:21.7839118Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7839242Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7839385Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7839524Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7839663Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7839799Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7839934Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7840067Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7840201Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7840321Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7840457Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7840590Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7840745Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7840897Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7841056Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7841212Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7841366Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7841504Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7841655Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7841807Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7841983Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7842130Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7842321Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7842471Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7842614Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7842742Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7842888Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7843033Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7843174Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7843317Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7843457Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7843596Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7843736Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7843862Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7844000Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7844136Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7844275Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7844412Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7844556Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.7844703Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:20:21.7844843Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7844972Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7845108Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7845242Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7845374Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7845509Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7845644Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7845786Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7845920Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7846055Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7846203Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7846347Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7846487Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7846624Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7846762Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7846897Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7847034Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7847160Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7847336Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7847485Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7847672Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.442s) 2022-12-01T10:20:21.7847824Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.450s) 2022-12-01T10:20:21.7847975Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7848123Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.269s) 2022-12-01T10:20:21.7848272Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:20:21.7848420Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7848551Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7848695Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7848843Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7848993Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7849139Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7849289Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7849440Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7849586Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7849719Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7849865Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7850015Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7850160Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7850311Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7850455Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7850598Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7850735Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7850866Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:20:21.7851011Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7851151Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7851293Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7851434Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7851691Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7851838Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7851976Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7852100Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7852236Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7852374Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7852510Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:20:21.7852656Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.971s) 2022-12-01T10:20:21.7852844Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.983s) 2022-12-01T10:20:21.7852985Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7853158Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.696s) 2022-12-01T10:20:21.7853285Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-12-01T10:20:21.7853423Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:20:21.7853557Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:20:21.7853690Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:20:21.7853825Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:20:21.7853962Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.231s) 2022-12-01T10:20:21.7854111Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7854257Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7854396Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7854549Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7854696Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7854839Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7854985Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7855129Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7855273Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7855417Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7855562Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7855691Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7855835Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7855976Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7856118Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7856260Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7856399Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7856533Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7856673Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7856800Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7856950Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7857097Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7857239Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7857381Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7857522Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7857662Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7857797Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7857922Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7858058Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7858238Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7858388Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7858571Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7858722Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7858868Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.7859015Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7859146Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7859295Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7859440Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7859586Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7859729Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7859875Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7860021Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7860173Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7860313Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.347s) 2022-12-01T10:20:21.7860465Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.367s) 2022-12-01T10:20:21.7860613Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7860756Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-12-01T10:20:21.7860900Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:20:21.7861045Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7861192Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7861335Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7861466Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7861609Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7861752Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7861899Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.350s) 2022-12-01T10:20:21.7862042Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.370s) 2022-12-01T10:20:21.7862185Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7862327Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-12-01T10:20:21.7862471Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:20:21.7862611Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7862739Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7862878Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:20:21.7863020Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7863159Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7863323Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:20:21.7863512Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:20:21.7863671Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.7863857Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.7863986Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7864123Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7864269Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:20:21.7864413Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7864553Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7864693Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7864832Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7864973Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7865100Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7865236Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7865376Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7865520Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7865748Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7865897Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7866040Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7866177Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7866309Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7866453Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.7866595Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7866736Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7866875Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7867012Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7867150Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7867288Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7867410Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7867545Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7867694Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7867837Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7867991Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7868137Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7868290Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.746s) 2022-12-01T10:20:21.7868446Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.765s) 2022-12-01T10:20:21.7868582Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7868735Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.374s) 2022-12-01T10:20:21.7868879Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.365s) 2022-12-01T10:20:21.7869064Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7869208Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7869378Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7869524Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7869668Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7869810Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7869939Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7870080Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7870218Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7870358Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7870497Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7870637Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7870774Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7870919Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7871046Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7871196Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7871344Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7871489Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:20:21.7871635Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7871780Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7871926Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7872069Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7872196Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7872336Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7872477Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7872615Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7872767Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7872910Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7873063Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7873215Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7873349Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7873498Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7873644Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7873786Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7873931Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7874076Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7874220Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7874392Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7874522Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7874694Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7874835Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7874984Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7875131Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7875274Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7875417Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7875560Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7875690Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7875832Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7875975Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876117Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876256Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876394Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876541Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876689Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876837Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7876969Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7877113Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7877257Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7877418Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7877575Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7877734Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7877890Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7878045Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7878185Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7878340Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7878491Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7878648Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7878792Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7878934Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7879079Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7879221Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.7879347Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7879488Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7879654Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.7879796Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7879978Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7880129Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7880270Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7880423Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:20:21.7880560Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7880708Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.7880854Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7880999Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7881142Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7881289Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7881434Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7881576Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7881720Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7881849Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7881989Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7882132Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.249s) 2022-12-01T10:20:21.7882276Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:20:21.7882417Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7882555Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:20:21.7882694Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:20:21.7882841Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:20:21.7882976Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.477s) 2022-12-01T10:20:21.7883126Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.487s) 2022-12-01T10:20:21.7883273Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7883416Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.295s) 2022-12-01T10:20:21.7883556Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.289s) 2022-12-01T10:20:21.7883701Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7883846Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7883991Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7884119Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7884260Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7884400Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7884538Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7884674Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7884811Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7884980Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7885136Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7885306Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7885459Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7885604Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7885745Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7885892Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7886038Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7886183Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7886328Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7886458Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7886602Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7886741Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7886882Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7887024Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7887166Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7887304Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7887459Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7887613Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7887740Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7887881Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7888026Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7888171Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7888315Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7888456Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7888597Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7888737Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7888861Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7889001Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7889136Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7889276Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7889415Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7889561Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7889703Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7889850Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7889984Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7890132Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7890309Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7890454Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7890626Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7890766Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7890908Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7891047Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7891173Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7891313Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7891458Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7891716Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7891868Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7892015Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7892162Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7892306Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7892435Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7892577Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7892716Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7892854Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7892992Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7893133Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7893271Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7893416Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7893542Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7893690Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.340s) 2022-12-01T10:20:21.7893837Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7893981Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-12-01T10:20:21.7894124Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7894267Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:20:21.7894410Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.295s) 2022-12-01T10:20:21.7894550Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7894679Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7894817Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7894956Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7895092Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7895236Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7895376Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7895519Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7895659Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.402s) 2022-12-01T10:20:21.7895837Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:20:21.7895978Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7896154Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7896292Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7896430Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7896566Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7896710Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7896851Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7896985Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7897132Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7897272Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7897415Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7897556Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7897693Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7897829Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7897965Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7898103Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7898225Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7898369Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7898511Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7898659Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7898806Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7898952Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7899095Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7899235Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7899362Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7899500Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7899637Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7899775Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7899918Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7900057Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7900199Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7900346Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7900496Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7900647Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7900796Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7900942Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901117Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901251Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901424Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901563Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901700Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901840Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7901984Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7902114Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7902247Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7902367Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7902500Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7902628Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7902754Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7902881Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7903004Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7903125Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7903244Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7903355Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7903476Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7903606Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7903729Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7903861Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7903996Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7904123Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7904250Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7904364Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7904489Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7904611Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7904735Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7904858Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7904991Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7905116Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7905250Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7905373Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7905502Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7905703Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7905833Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7905956Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7906077Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7906200Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7906312Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7906477Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7906605Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7906767Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7906898Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7907026Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7907154Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7907278Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.7907388Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7907512Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7907632Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7907752Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7907877Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7908004Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7908139Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7908278Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7908401Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7908532Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7908660Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7908795Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7908931Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7909069Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7909200Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7909329Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7909446Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7909575Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7909703Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7909835Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7909961Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7910094Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7910229Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7910364Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7910477Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7910608Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7910734Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7910859Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7910985Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7911111Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7911237Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7911382Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7911520Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7911747Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7911895Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7912067Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7912209Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7912350Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7912491Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7912632Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7912759Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7912888Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7913017Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7913150Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7913281Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7913413Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7913542Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7913666Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7913781Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7913904Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7914024Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7914148Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7914270Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7914400Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7914524Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7914658Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7914777Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7914903Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7915026Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7915148Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7915273Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7915395Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7915514Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7915625Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7915746Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7915876Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7916000Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7916128Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7916256Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.7916382Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7916508Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7916617Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7916738Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7916891Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7917020Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7917149Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7917317Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7917444Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7917570Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7917684Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7917811Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7917933Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7918055Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7918178Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7918303Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7918430Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7918555Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7918674Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7918803Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7918928Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7919052Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7919172Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7919295Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7919414Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7919534Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7919645Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7919763Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7919897Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7920029Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7920156Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7920286Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7920414Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7920530Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7920655Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7920785Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7920913Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.7921045Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7921171Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7921304Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7921438Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7921551Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7921674Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7921802Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7921925Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7922047Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7922198Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7922324Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7922485Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7922595Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7922729Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7922862Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7922992Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7923120Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7923246Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7923373Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7923501Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7923614Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7923742Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7923871Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7923998Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7924127Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7924254Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7924381Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7924502Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7924611Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7924738Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7924861Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7924989Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7925115Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7925246Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7925377Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7925505Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7925620Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7925744Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7925869Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7925991Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7926119Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7926242Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7926375Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7926488Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7926622Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7926753Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7926883Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7927009Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7927136Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7927258Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7927406Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7927520Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7927679Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7927812Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7927946Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7928078Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7928210Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7928342Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7928473Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7928603Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7928745Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7928883Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7929024Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7929164Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7929296Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7929426Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7929557Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7929676Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7929807Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7929938Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7930070Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7930202Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7930333Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7930463Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7930594Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7930713Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7930859Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7930999Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7931142Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7931286Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7931426Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7931561Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7931828Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7931948Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7932079Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7932209Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7932339Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7932468Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7932648Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7932781Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7932911Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7933066Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7933194Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7933318Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.7933439Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.7933564Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7933687Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7933809Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7933933Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7934043Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7934170Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7934299Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7934424Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7934553Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7934675Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7934797Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7934922Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7935032Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7935164Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7935295Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7935423Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.7935552Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7935676Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7935799Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7935924Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7936039Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7936176Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7936307Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7936441Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7936578Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7936710Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7936841Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7936975Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7937093Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7937224Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7937353Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7937488Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7937619Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7937753Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7937916Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7938049Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7938195Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7938328Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7938454Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7938584Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7938712Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.7938841Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7938968Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7939089Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7939223Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7939351Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7939484Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7939615Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7939742Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7939868Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7939994Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7940106Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7940234Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7940357Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7940501Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7940892Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7941041Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7941361Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7941504Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7941644Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7941773Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7941910Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7942220Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7942525Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7942828Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7943136Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7943442Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7943587Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7943727Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7943897Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:20:21.7944045Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:20:21.7944215Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7944357Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.7944498Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.7944636Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7944772Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7944909Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7945035Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.7945175Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.7945310Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7945441Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7945639Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7945777Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7945906Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.7946039Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7946157Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7946288Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7946416Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7946549Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7946679Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7946803Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7946935Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7947066Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7947180Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7947305Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7947428Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7947547Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7947665Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7947791Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7947912Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7948043Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7948153Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7948286Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7948416Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7948544Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7948671Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7948796Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7948919Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7949039Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7949187Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7949311Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7949473Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7949607Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7949742Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.7949871Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7950001Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7950129Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950244Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950371Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950498Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950623Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950764Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7950901Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7951042Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7951186Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7951313Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.7951448Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7951583Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.7951715Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.7951848Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7951980Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7952114Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7952245Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7952363Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7952499Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7952629Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7952767Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.7952902Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:20:21.7953037Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.7953169Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7953300Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7953421Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.7953552Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7953678Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7953808Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7953937Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7954069Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7954201Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7954318Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7954477Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7954611Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7954782Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7954912Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7955039Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7955170Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7955301Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7955436Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7955582Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.7955725Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.7955864Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.7956005Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7956150Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7956291Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7956432Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7956572Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7956708Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7956852Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7957004Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.7957155Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7957301Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7957450Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7957595Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.7957737Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7957863Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7958000Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7958141Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7958281Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7958425Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7958570Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7958711Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.7958850Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7958981Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7959119Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7959254Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7959394Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7959566Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7959697Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.7959828Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7959990Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7960104Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7960231Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7960354Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7960474Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7960592Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7960716Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7960835Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7961019Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7961181Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7961369Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7961550Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.7961727Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7961905Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7962080Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7962255Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7962424Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7962596Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7962766Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7962924Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7963094Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7963281Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.7963464Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:20:21.7963658Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.7963851Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.7964044Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.7964231Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.7964415Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.7964586Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.7964795Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.7964977Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.7965179Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.7965356Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.7965531Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.7965660Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.7965782Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7965913Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.7966032Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.7966160Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.7966289Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.7966415Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.7966540Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.7966662Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7966782Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7966899Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7967008Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7967132Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.7967261Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7967384Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7967511Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7967637Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7967760Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7967880Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7967987Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7968110Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7968235Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7968365Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7968486Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7968615Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7968743Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7968859Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7968980Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7969101Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7969225Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7969344Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7969477Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7969606Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7969737Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7969882Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7970015Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7970140Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7970295Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7970422Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7970547Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7970677Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7970804Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7970922Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7971047Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7971170Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7971295Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7971417Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7971539Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7971786Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7971907Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7972021Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7972145Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7972276Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7972405Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7972533Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7972661Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.7972785Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7972909Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7973020Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7973142Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7973263Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.7973396Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7973525Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7973661Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.7973796Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.7973916Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.7974048Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.7974177Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7974308Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7974435Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7974561Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7974689Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7974820Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7974936Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.7975063Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.7975192Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.7975367Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7975495Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7975654Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7975775Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7975901Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7976012Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.7976134Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.7976263Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7976392Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7976516Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7976641Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.7976764Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.7976890Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7977000Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7977120Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.7977242Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7977362Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.7977692Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7977829Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7977968Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7978100Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.7978220Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:20:21.7978530Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7978824Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7979110Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7979405Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7979702Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7979996Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7980135Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7980269Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7980389Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7980519Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.7980811Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7981103Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7981424Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7981718Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7982037Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7982328Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7982469Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.7982605Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7982725Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7982857Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7983155Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7983450Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7983745Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7984036Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7984325Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7984619Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7984761Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.7984887Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:20:21.7985020Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:20:21.7985154Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:20:21.7985448Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:20:21.7985826Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7986124Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7986415Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7986712Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7987004Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7987145Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.7987270Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.7987402Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:20:21.7987533Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:20:21.7987827Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:20:21.7988157Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7988446Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7988769Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7989064Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7989357Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7989483Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.7989620Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:20:21.7989752Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:20:21.7989886Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:20:21.7990180Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:20:21.7990472Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7990765Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7991058Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7991348Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7991629Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7991768Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7991906Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.7992037Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.7992167Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.7992458Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7992748Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7993042Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7993334Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7993612Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7993905Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7994041Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.7994177Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.7994309Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7994442Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.7994731Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7995055Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7995421Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7995711Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7995988Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7996356Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7996541Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.7996678Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.7996813Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.7996947Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.7997244Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7997538Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7997829Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7998107Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7998403Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7998697Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7998836Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.7998971Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.7999268Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7999564Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.7999860Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8000156Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8000456Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8000739Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8000872Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8001005Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8001299Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8001589Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8001921Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8002216Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8002539Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8002830Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8002954Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8003089Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8003385Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8003685Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8003979Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8004274Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8004570Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8004865Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8005004Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8005143Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.8005266Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.8005402Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.8005696Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8005995Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8006286Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8006579Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8006875Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8007171Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8007310Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8007437Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8007571Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.8007703Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.8007999Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8008290Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8008581Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8008902Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8009228Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8009517Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8009658Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8009783Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.8009920Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8010054Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8010351Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8010645Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8010941Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8011234Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8011530Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8011936Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8012056Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8012191Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8012486Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8012776Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8013068Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8013362Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8013652Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8013947Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8014079Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8014199Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8014492Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8014785Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8015073Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8015366Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8015715Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8016012Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8016185Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8016318Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8016612Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8016893Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8017183Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8017476Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8017768Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8017904Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8018031Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8018163Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:20:21.8018296Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.8018426Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8018541Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8018672Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8018799Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8018923Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8019050Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8019176Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8019303Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8019434Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8019551Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8019679Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8019806Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8019928Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8020048Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8020176Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8020297Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8020439Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.8020566Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.8020703Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8020839Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.8020974Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8021108Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8021238Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8021372Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8021535Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8021653Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8021806Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8021933Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8022061Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8022185Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8022311Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8022432Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8022541Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8022664Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8022788Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8022917Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8023043Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8023171Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8023297Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8023424Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8023538Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8023661Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8023786Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8023909Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8024032Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8024163Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8024291Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8024420Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8024532Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8024658Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8024781Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8024901Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8025025Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8025150Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8025279Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8025408Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8025524Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8025722Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8025849Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8025970Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8026088Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8026214Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8026338Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8026455Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8026577Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8026736Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8026860Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8026981Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8027139Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8027258Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8027375Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8027484Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8027605Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8027732Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8027853Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8027974Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8028097Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8028217Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8028340Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8028446Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8028562Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8028684Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8028805Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8028941Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8029073Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8029207Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8029343Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.8029463Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8029597Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8029729Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8029859Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.8029991Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8030120Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8030252Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8030381Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8030497Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8030632Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8030763Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8030896Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8031025Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8031159Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8031289Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8031421Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8031539Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8031676Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8031806Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8031979Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:20:21.8032117Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8032282Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8032414Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8032546Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8032663Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8032796Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8032924Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8033057Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8033185Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8033316Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8033454Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8033586Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8033713Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8033853Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8033989Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8034122Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8034253Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8034386Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8034518Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8034649Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8034767Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8034901Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8035037Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8035164Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8035305Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8035446Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8035579Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8035711Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8035832Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8035963Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036092Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036221Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036351Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036482Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036619Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8036751Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8036881Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8037022Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8037186Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8037324Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8037506Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8037641Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8037779Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8037912Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8038031Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8038165Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8038294Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8038426Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8038555Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8038688Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8038821Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8038953Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8039070Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8039196Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8039324Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8039450Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8039573Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8039695Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8039824Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8039951Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8040073Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8040197Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8040331Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8040462Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8040591Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8040716Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8040845Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8040959Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041082Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041203Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041334Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041459Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041594Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8041723Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041855Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8041977Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8042105Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8042236Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8042398Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8042531Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8042692Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8042820Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8042956Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8043072Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8043205Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8043336Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8043463Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8043591Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8043722Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8043849Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8043980Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8044097Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8044221Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8044342Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8044460Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8044584Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8044709Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8044837Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8044960Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8045073Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8045197Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8045322Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8045446Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8045565Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8045682Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8045802Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8045923Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8046042Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8046172Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8046303Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8046431Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8046561Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8046691Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8046821Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8046936Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8047062Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8047208Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:20:21.8047357Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.375s) 2022-12-01T10:20:21.8047504Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:20:21.8047677Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:20:21.8047820Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.284s) 2022-12-01T10:20:21.8047993Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:20:21.8048129Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8048254Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8048390Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8048523Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8048657Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8048789Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8048940Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:20:21.8049088Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:20:21.8049238Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:20:21.8049357Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8049490Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8049617Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8049741Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8049872Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8050004Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8050132Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8050261Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8050373Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8050498Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8050616Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8050740Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8050859Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8050989Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8051116Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8051231Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8051360Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8051486Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8051730Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8051856Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8051983Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8052108Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8052236Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8052349Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8052479Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8052608Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8052736Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8052910Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8053039Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053162Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053317Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053428Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053549Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053676Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053800Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8053932Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8054061Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8054189Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8054315Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8054429Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8054553Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8054673Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8054796Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8054915Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8055052Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8055189Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8055323Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8055449Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8055586Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8055727Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.8055869Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.8056004Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8056139Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8056271Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8056404Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8056524Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8056654Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8056790Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8056923Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8057060Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8057193Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8057333Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8057472Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8057595Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8057728Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8057864Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8057997Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8058155Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8058291Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8058452Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8058584Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8058706Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8058836Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8058973Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.8059111Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.8059245Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8059379Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8059514Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8059645Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8059765Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8059892Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8060022Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8060153Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8060290Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8060422Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8060564Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:20:21.8060704Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.8060828Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8060962Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8061096Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8061228Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8061360Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8061489Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8061620Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8061751Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8061871Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8062000Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8062128Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8062259Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:20:21.8062385Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8062512Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8062633Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8062759Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8062870Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8063005Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:20:21.8063143Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:20:21.8063312Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:20:21.8063447Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-12-01T10:20:21.8063580Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:20:21.8063740Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:20:21.8063871Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:20:21.8063988Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:20:21.8064120Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.8064252Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.8064390Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8064519Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8064656Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.8064791Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8064925Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8065045Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8065174Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8065305Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8065435Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8065632Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8065757Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8065884Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8065998Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8066120Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8066244Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8066369Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8066486Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8066607Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8066728Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8066866Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8066986Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8067127Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8067264Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8067405Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8067540Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8067677Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8067809Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8067942Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8068061Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8068192Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8068323Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8068455Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8068620Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8068753Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8068913Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8069042Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8069160Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8069289Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8069417Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8069544Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8069671Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8069798Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8069926Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8070058Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8070177Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8070307Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8070432Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.8070556Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.8070762Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.8070956Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:20:21.8071165Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.8071371Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.8071572Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.8071751Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.8071938Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.8072132Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.8072322Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.8072514Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.8072704Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.8072896Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.8073101Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.8073295Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:20:21.8073505Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.8073747Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.8073938Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.8074177Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.8074376Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.8074571Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.8074759Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.8074947Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.8075142Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.8075338Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.8075471Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8075590Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8075722Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8075851Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8075981Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8076108Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8076240Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8076366Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8076496Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8076613Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8076741Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8076865Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8076997Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:20:21.8077128Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.8077257Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.8077385Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8077508Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8077624Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8077749Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8077870Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8077989Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8078111Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8078231Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8078357Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8078485Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8078602Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8078729Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8078882Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8079007Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8079154Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8079273Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8079394Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8079515Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8079655Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8079806Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8079954Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8080098Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8080239Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8080377Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8080523Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8080661Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8080796Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8080940Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8081086Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8081229Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8081368Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8081508Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8081652Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8081796Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8081932Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8082078Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8082222Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8082365Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8082503Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8082640Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8082786Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8082924Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8083060Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8083179Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8083312Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8083445Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8083575Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8083705Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8083835Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8084026Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8084156Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8084299Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8084445Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8084586Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.8084726Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:20:21.8084870Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8085013Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.8085151Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:20:21.8085281Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8085390Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8085520Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:20:21.8085651Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8085777Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8085900Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8086021Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8086143Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8086262Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8086368Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8086488Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8086611Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8086740Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8086874Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8087004Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8087134Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8087248Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8087372Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8087494Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8087619Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8087741Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8087862Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8087984Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8088109Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8088288Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.8088467Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T10:20:21.8088658Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T10:20:21.8088849Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T10:20:21.8089040Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T10:20:21.8089251Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T10:20:21.8089434Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.8089643Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.8089819Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.8089992Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.8090149Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.8090327Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.8090506Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.8090705Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8090901Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8091103Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8091299Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8091497Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8091814Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092006Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092191Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092382Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092568Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092753Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8092951Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8093147Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:21.8093285Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8093416Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8093554Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8093680Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8093815Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8093946Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8094077Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8094205Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8094382Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8094511Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8094684Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8094802Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8094931Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8095064Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8095192Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8095329Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8095463Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8095598Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8095730Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8095848Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8095978Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8096107Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8096236Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8096363Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8096491Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8096616Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8096750Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8096865Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8097005Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8097142Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8097278Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8097411Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8097541Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8097673Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8097803Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8097920Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8098048Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8098177Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8098307Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8098443Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8098579Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8098715Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8098880Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-12-01T10:20:21.8099029Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:20:21.8099207Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8099382Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:20:21.8099585Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:20:21.8099737Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8099913Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8100058Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8100211Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8100362Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8100501Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8100649Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8100794Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8100939Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.8101079Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.8101220Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.8101362Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.396s) 2022-12-01T10:20:21.8101500Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.382s) 2022-12-01T10:20:21.8101641Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8101793Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8101943Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8102099Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8102252Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8102406Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8102557Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8102706Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8102854Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.8102990Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8103140Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8103288Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8103438Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8103586Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8103734Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8103878Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8104028Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8104166Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8104313Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:20:21.8104456Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:20:21.8104608Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8104787Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:20:21.8104938Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:20:21.8105119Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8105267Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8105415Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8105600Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8105752Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8106118Z 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:20:21.8106269Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.8106415Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.8106575Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8106726Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8106885Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:20:21.8107031Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:20:21.8107184Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8107337Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:20:21.8107489Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:20:21.8107638Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8107790Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8107938Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:20:21.8108091Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8108240Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8108374Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8108521Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.276s) 2022-12-01T10:20:21.8108665Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:20:21.8108882Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T10:20:21.8109094Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T10:20:21.8109300Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T10:20:21.8109505Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T10:20:21.8109706Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T10:20:21.8109907Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T10:20:21.8110138Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T10:20:21.8110326Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T10:20:21.8110512Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8110655Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8110797Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8110938Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8111080Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8111218Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8111362Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8111492Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8111641Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8111788Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8111930Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8112070Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8112214Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8112353Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8112504Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8112643Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8112788Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8112943Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8113092Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8113243Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8113391Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:20:21.8113539Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.944s) 2022-12-01T10:20:21.8113687Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.963s) 2022-12-01T10:20:21.8113833Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.8113969Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.628s) 2022-12-01T10:20:21.8114114Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.656s) 2022-12-01T10:20:21.8114245Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8114378Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.150s) 2022-12-01T10:20:21.8114509Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.151s) 2022-12-01T10:20:21.8114639Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8114766Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.8114893Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:20:21.8115015Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8115150Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8115312Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:20:21.8115446Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8115605Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8115733Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8115863Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.8115990Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116112Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116241Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116373Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116500Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.8116628Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116756Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8116885Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8117007Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8117115Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.8117240Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8117366Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8117499Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8117628Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8117765Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8117901Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8118034Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8118156Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8118287Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8118418Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8118549Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8118679Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8118808Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8118936Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8119055Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8119185Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8119318Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8119449Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8119576Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8119702Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8119826Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8119950Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8120058Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8120178Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8120300Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8120449Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8120574Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8120706Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:20:21.8120866Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:20:21.8120997Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:20:21.8121113Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:20:21.8121241Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8121366Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8121489Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8121612Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8121736Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8121887Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:20:21.8122040Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122181Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122331Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122479Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122625Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122766Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8122905Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8123038Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8123180Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8123308Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8123449Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8123583Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8123718Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8123852Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8123985Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8124112Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8130004Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8130196Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8130347Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8130492Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8130617Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8130749Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8130884Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8131019Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8131152Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8131287Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8131425Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8131781Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8131906Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8132090Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.8132226Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8132360Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8132492Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8132625Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8132756Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8132883Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8132997Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8133129Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8133258Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8133392Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8133520Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8133655Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.8133789Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.8133921Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:20:21.8134037Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8134166Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8134295Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8134425Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8134554Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8134679Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8134808Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8134932Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8135050Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8135176Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.8135311Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:20:21.8135442Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:20:21.8135570Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8135700Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:20:21.8135831Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:20:21.8135957Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.8136071Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.8136196Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.8136321Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:20:21.8136446Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:20:21.8136577Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8136703Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8136838Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8136959Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8137118Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8137248Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8137407Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8137530Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8137653Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8137778Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8137903Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8138018Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8138152Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:20:21.8138285Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.8138418Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8138545Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:20:21.8138677Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.8138805Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8138929Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8139037Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8139163Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8139290Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8139422Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8139771Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8139911Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8140222Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8140364Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8140499Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8140618Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8140748Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8141048Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8141340Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8141639Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8141934Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8142228Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:20:21.8142360Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8142487Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8142608Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8142743Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8142876Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8143032Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8143159Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8143287Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8143442Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8143552Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8143673Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8143797Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8143918Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8144054Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8144185Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8144325Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8144465Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8144586Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8144721Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8144851Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8144978Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8145108Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8145240Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8145371Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8145500Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8145689Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8145824Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8145954Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8146085Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8146212Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8146336Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8146461Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8146589Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8146703Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8146838Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8146968Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8147102Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8147234Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8147366Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8147496Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8147625Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8147742Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8147872Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8148000Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8148130Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8148256Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8148422Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8148554Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8148685Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8148827Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8148951Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8149072Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8149192Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8149314Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8149435Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8149564Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8149677Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8149813Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8149946Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8150079Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8150212Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8150340Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8150465Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8150592Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8150703Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8150830Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8150959Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8151085Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8151217Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8151352Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8151481Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8151609Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8151720Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8151843Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8151963Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8152089Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8152215Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8152349Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8152472Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8152607Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:20:21.8152731Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:20:21.8152862Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.8152992Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8153124Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8153254Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8153383Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8153508Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8153663Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8153778Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8153904Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8154082Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8154214Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8154348Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8154490Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8154625Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8154763Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8154886Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8155021Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155154Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155286Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155425Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155556Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155689Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8155827Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8155950Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8156082Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156214Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156345Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156478Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156613Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156747Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8156887Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8157012Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8157144Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8157277Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8157407Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8157539Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8157676Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8157810Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8157953Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8158080Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8158217Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8158352Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8158487Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8158625Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8158761Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8158895Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8159053Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8159176Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8159339Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8159472Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8159605Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8159737Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8159868Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8159999Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8160114Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8160239Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8160372Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8160497Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8160645Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8160784Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8160932Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.8161078Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.8161209Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8161352Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:20:21.8161493Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:20:21.8161631Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8161770Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8161909Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8162048Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8162186Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8162330Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8162455Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8162602Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.8162748Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.8162893Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:20:21.8163037Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8163177Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.8163316Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.8163455Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8163582Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8163723Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8163861Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8164000Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8164133Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8164295Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8164432Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8164594Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8164710Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8164838Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8164967Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8165094Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8165216Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8165341Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8165465Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8165600Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8165718Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8165858Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:20:21.8165993Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8166131Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8166264Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8166396Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8166527Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8166659Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8166776Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8166908Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8167039Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8167172Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8167305Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8167433Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8167567Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8167686Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8167819Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8167948Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8168078Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8168207Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8168336Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8168465Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8168589Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8168702Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8168826Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8168955Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8169089Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:20:21.8169220Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:20:21.8169347Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8169500Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.8169626Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:20:21.8169749Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8169961Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:20:21.8170098Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:20:21.8170232Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8170367Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:20:21.8170496Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.8170627Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8170759Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:20:21.8170880Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.8171011Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:20:21.8171137Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8171266Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8171389Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.8171515Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8171766Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8171886Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8171997Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8172119Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8172249Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8172376Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8172511Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8172644Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:20:21.8172772Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8172898Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.8173009Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8173135Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8173258Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8173381Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8173506Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8173630Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8173759Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8173871Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8174003Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8174131Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8174255Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8174375Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8174494Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8174617Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8174738Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8174847Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8175019Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8175143Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8175311Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8175437Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8175570Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8175704Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8175832Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8175947Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8176070Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8176190Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8176312Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8176437Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8176558Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8176690Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8176814Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8176935Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:20:21.8177069Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:20:21.8177198Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8177328Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8177455Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8177582Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8177709Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8177834Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8177946Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8178084Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8178216Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:20:21.8178348Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8178479Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8178607Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8178731Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8178841Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8178968Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8179095Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8179236Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8179374Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8179515Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8179655Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8179795Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:20:21.8179918Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8180054Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:20:21.8180187Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8180347Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8180482Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8180641Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8180774Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8180909Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:20:21.8181027Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8181155Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8181286Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.8181418Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:20:21.8181547Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8181677Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8181807Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8181936Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8182047Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8182174Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8182300Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8182426Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8182563Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8182698Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8182828Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8182955Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8183075Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8183210Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:20:21.8183339Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8183467Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8183596Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:20:21.8183721Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8183843Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8183964Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8184075Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8184199Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8184334Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8184472Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8184604Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8184733Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8184861Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:20:21.8184990Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8185102Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8185230Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8185356Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8185509Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8185717Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8185850Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8186022Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:20:21.8186158Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.8186280Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:20:21.8186412Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8186544Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:20:21.8186675Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8186806Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8186937Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8187064Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8187181Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8187313Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8187467Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8187624Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8187779Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8187931Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8188081Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8188229Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:20:21.8188370Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8188493Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8188635Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8188774Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:20:21.8188914Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:20:21.8189050Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8189185Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:20:21.8189319Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:20:21.8189451Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8189572Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8189704Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8189836Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8189969Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:20:21.8190099Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:20:21.8190233Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:20:21.8190366Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:20:21.8190496Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8190608Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.8190732Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:20:21.8190901Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8191043Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:20:21.8191178Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:20:21.8191355Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:20:21.8191487Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:20:21.8191619Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:20:21.8191739Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8191865Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8191997Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:20:21.8192131Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8192266Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:20:21.8192396Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8192521Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:20:21.8192638Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:20:21.8192766Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:20:21.8192892Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8193017Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8193143Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8193271Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:20:21.8193402Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:20:21.8193527Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8193651Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:20:21.8193783Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8193918Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:20:21.8194047Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:20:21.8194177Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.8194306Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:20:21.8194433Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:20:21.8194558Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8194666Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8194794Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8194923Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:20:21.8195053Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8195183Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:20:21.8195313Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:20:21.8195442Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:20:21.8195570Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:20:21.8195684Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8195808Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8195932Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8196061Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8196212Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:20:21.8196349Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8196505Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8196639Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8196759Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8196891Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197022Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:20:21.8197152Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197285Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197412Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197538Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197661Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197775Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197901Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:20:21.8197912Z 2022-12-01T10:20:21.8198148Z ---------------------------------------------------------------------- 2022-12-01T10:20:21.8198231Z Ran 7098 tests in 860.393s 2022-12-01T10:20:21.8198237Z 2022-12-01T10:20:21.8198336Z OK (skipped=448, expected failures=32) 2022-12-01T10:20:21.8198341Z 2022-12-01T10:20:21.8198428Z Generating XML reports... 2022-12-01T10:20:21.8198760Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201100559.xml 2022-12-01T10:20:21.8199041Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201100559.xml 2022-12-01T10:20:21.8199046Z 2022-12-01T10:20:21.8199397Z ##[endgroup] 2022-12-01T10:20:21.8199672Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_27gf4qr1) 2022-12-01T10:20:21.8199679Z 2022-12-01T10:20:23.1777562Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:20:23.2384749Z Ignoring disabled issues: [] 2022-12-01T10:20:23.2520258Z Running test_jit_fuser_te ... [2022-12-01 10:20:23.251736] 2022-12-01T10:20:23.2521891Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:23.251978] 2022-12-01T10:20:30.5670728Z 2022-12-01T10:20:30.5671247Z Expand the folded group to see the log file of test_proxy_tensor 2022-12-01T10:20:30.5672311Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_6rhuhq85) 2022-12-01T10:20:30.5674779Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-12-01T10:20:30.5675122Z 2022-12-01T10:20:30.5675255Z Running tests... 2022-12-01T10:20:30.5675767Z ---------------------------------------------------------------------- 2022-12-01T10:20:30.5676275Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.025s) 2022-12-01T10:20:30.5733062Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:20:30.5733733Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:20:30.5734310Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:20:30.5735176Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-12-01T10:20:30.5735811Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5736443Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:20:30.5737074Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:20:30.5738097Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5738701Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5739435Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:20:30.5740065Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:20:30.5740648Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5741285Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-12-01T10:20:30.5741932Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:20:30.5742573Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.023s) 2022-12-01T10:20:30.5743219Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.024s) 2022-12-01T10:20:30.5743913Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:20:30.5744552Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:20:30.5745189Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:20:30.5745876Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5746520Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:20:30.5747113Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-12-01T10:20:30.5747771Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:20:30.5748481Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... ok (1.576s) 2022-12-01T10:20:30.5749104Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5749696Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:20:30.5750282Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:20:30.5751034Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:20:30.5751637Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:20:30.5752199Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-12-01T10:20:30.5753032Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-12-01T10:20:30.5753681Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5754320Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:20:30.5754927Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5755529Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5756156Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:20:30.5756801Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:20:30.5757432Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5758033Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5758653Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.039s) 2022-12-01T10:20:30.5759286Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:20:30.5759922Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-12-01T10:20:30.5760576Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-12-01T10:20:30.5761205Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5761947Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:20:30.5762575Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5763288Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5764000Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:20:30.5764592Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-12-01T10:20:30.5765276Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5765978Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... ok (1.215s) 2022-12-01T10:20:30.5766584Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:20:30.5767166Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:20:30.5767758Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:20:30.5768377Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:20:30.5768952Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:20:30.5769551Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.056s) 2022-12-01T10:20:30.5770384Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-12-01T10:20:30.5771042Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:20:30.5771861Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:20:30.5772538Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:20:30.5773183Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:20:30.5773827Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:20:30.5774518Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-12-01T10:20:30.5775179Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:20:30.5775837Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.006s) 2022-12-01T10:20:30.5776541Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.036s) 2022-12-01T10:20:30.5777221Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:20:30.5777931Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.073s) 2022-12-01T10:20:30.5778661Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.049s) 2022-12-01T10:20:30.5779404Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-12-01T10:20:30.5780112Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:20:30.5780771Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:20:30.5781467Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-12-01T10:20:30.5782176Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:20:30.5782849Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.047s) 2022-12-01T10:20:30.5783587Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:20:30.5784360Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... expected failure (3.443s) 2022-12-01T10:20:30.5785061Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:20:30.5785909Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:20:30.5786533Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:20:30.5787239Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:20:30.5787968Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:20:30.5788587Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5789259Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5789958Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.5790665Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5791336Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5792042Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:20:30.5792736Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5793415Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5795051Z 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:20:30.5796252Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.5796678Z ok (0.034s) 2022-12-01T10:20:30.5797195Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5797873Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5798537Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5799226Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5799908Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.5800594Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.5801264Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5801944Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5802629Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5803330Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5804028Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.5804706Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.5805379Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.5806067Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:20:30.5806772Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.5807441Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.5808944Z 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:20:30.5810922Z [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:20:30.5812973Z 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:20:30.5814161Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.5814494Z ok (0.019s) 2022-12-01T10:20:30.5815011Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5815690Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.5816378Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:20:30.5817038Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.5817710Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.5818406Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:20:30.5819084Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5819784Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5820495Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5821205Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5821853Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5822524Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5823176Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5823848Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5824531Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5825211Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5825962Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.5826658Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.5827342Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5828014Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5828734Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.5829575Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5830250Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5830992Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.5831717Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.5832447Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.5834439Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:20:30.5835097Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5835788Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5836489Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.5837152Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-12-01T10:20:30.5837807Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5839488Z 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:20:30.5840576Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:20:30.5840967Z ok (0.014s) 2022-12-01T10:20:30.5841449Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5842439Z 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:20:30.5843221Z L = torch.cholesky(A) 2022-12-01T10:20:30.5843565Z should be replaced with 2022-12-01T10:20:30.5843945Z L = torch.linalg.cholesky(A) 2022-12-01T10:20:30.5844288Z and 2022-12-01T10:20:30.5844611Z U = torch.cholesky(A, upper=True) 2022-12-01T10:20:30.5844998Z should be replaced with 2022-12-01T10:20:30.5845397Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:20:30.5846201Z 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:20:30.5846917Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.5847269Z ok (0.069s) 2022-12-01T10:20:30.5847804Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.5848514Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.5849224Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.5849905Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5850591Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5851262Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5852031Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5852725Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.5853546Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:20:30.5854246Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5854994Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.5855676Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5856368Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:20:30.5857091Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.5857799Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5858534Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.5859227Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5859902Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5860596Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:20:30.5861321Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.5861999Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5862684Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5863356Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5864028Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5864709Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.5865429Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.5866227Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5866883Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.5867567Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.5868265Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5868959Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.5869653Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.5870360Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-12-01T10:20:30.5871028Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5871692Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:20:30.5872387Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5873117Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5873626Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5874077Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5874590Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5875175Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5875703Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5876251Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:20:30.5876796Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.5877359Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.5877865Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5878393Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:20:30.5878912Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5879418Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5879906Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5880402Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5880886Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5881384Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5881904Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5882405Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5882890Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.255s) 2022-12-01T10:20:30.5883397Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5883897Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5884410Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5884921Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5885426Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5885911Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5886421Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.5886917Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-12-01T10:20:30.5887408Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5887912Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5888410Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5888910Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5889412Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5889932Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.5890437Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5890936Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5891524Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.5892177Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5892768Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5893255Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.5893768Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5894262Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5894748Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5895251Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5895736Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5896204Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.5896679Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.5897206Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5897744Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5898259Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5898771Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5899276Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5899779Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5900259Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5900774Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.5901268Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5901754Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5902227Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:20:30.5902729Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:20:30.5903213Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.5903692Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5904219Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5904736Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-12-01T10:20:30.5905253Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-12-01T10:20:30.5905842Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.470s) 2022-12-01T10:20:30.5906369Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5906879Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.5907401Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5908002Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5908500Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5909058Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5909567Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5910064Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5910566Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5911064Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5911923Z 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:20:30.5912656Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.5912920Z ok (0.102s) 2022-12-01T10:20:30.5913327Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5913848Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5914346Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.5914830Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:20:30.5915384Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.5915875Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.5916381Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5916869Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5917356Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.5917873Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5918379Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5919610Z 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:20:30.5920340Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.5920619Z expected failure (0.011s) 2022-12-01T10:20:30.5921068Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.5921685Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.5922290Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.5922883Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.5923479Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.5924009Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.5924597Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5925295Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.5925927Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5926507Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.5926974Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5927472Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.5928033Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:20:30.5928596Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5929182Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5929777Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5930300Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:20:30.5930819Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.5931341Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.5932028Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.5932568Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5933117Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5933673Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.5934204Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5934737Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.5935284Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5935838Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:20:30.5936394Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.5936956Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.5937531Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.5938058Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:20:30.5938573Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.5939045Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.308s) 2022-12-01T10:20:30.5939589Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.242s) 2022-12-01T10:20:30.5940130Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:20:30.5940683Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-12-01T10:20:30.5941338Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.5941910Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5942499Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-12-01T10:20:30.5943026Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-12-01T10:20:30.5943556Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.5944089Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.5944726Z 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:20:30.5945345Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:20:30.5945945Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.5946475Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.5947008Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:20:30.5947550Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-12-01T10:20:30.5948093Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.323s) 2022-12-01T10:20:30.5948621Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:20:30.5949144Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.5949653Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.5950182Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.5950718Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:20:30.5951256Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.259s) 2022-12-01T10:20:30.5951745Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:20:30.5952249Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5952742Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5953230Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5953712Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5954211Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5954735Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.5955261Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5955784Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5956324Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5956835Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.5957420Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5957950Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.5958550Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5959036Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5959530Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5960024Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.275s) 2022-12-01T10:20:30.5960534Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.5961014Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.5961506Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5962648Z 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:20:30.5963366Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:20:30.5963658Z should be replaced with 2022-12-01T10:20:30.5963998Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:20:30.5964289Z and 2022-12-01T10:20:30.5964585Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:20:30.5964911Z should be replaced with 2022-12-01T10:20:30.5965451Z 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:20:30.5966037Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:20:30.5966353Z ok (0.116s) 2022-12-01T10:20:30.5966942Z 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:20:30.5967585Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:20:30.5967913Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:20:30.5968192Z should be replaced with 2022-12-01T10:20:30.5968672Z 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:20:30.5969140Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.5969389Z ok (0.083s) 2022-12-01T10:20:30.5969786Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.5970316Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5970803Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.5971332Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.333s) 2022-12-01T10:20:30.5971989Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.333s) 2022-12-01T10:20:30.5972516Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-12-01T10:20:30.5973020Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-12-01T10:20:30.5973569Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.5974096Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.5974716Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.5975270Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:20:30.5975869Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:20:30.5976426Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.369s) 2022-12-01T10:20:30.5976927Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.514s) 2022-12-01T10:20:30.5977474Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.5978025Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-12-01T10:20:30.5978581Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:20:30.5979119Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-12-01T10:20:30.5979626Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.5980172Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.5980712Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:20:30.5981244Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.5981797Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.866s) 2022-12-01T10:20:30.5982351Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.351s) 2022-12-01T10:20:30.5982868Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.836s) 2022-12-01T10:20:30.5983358Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:20:30.5983895Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5984434Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5984976Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.5985546Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5986179Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5986696Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.5987191Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.5987737Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.5988322Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.5988875Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5989438Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.5990015Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5990560Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.5991071Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5991714Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.5992248Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.5992840Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5993351Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.5993861Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.5994381Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.5994844Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5995382Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5995924Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.5996463Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.5996981Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:20:30.5997504Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.5998068Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.5998619Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:20:30.5999128Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.5999683Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6000242Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:20:30.6000793Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-12-01T10:20:30.6001309Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6001818Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.6002344Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6002992Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:30.6003612Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6004148Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6004672Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6005186Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6005756Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:20:30.6006371Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6006969Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6007554Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6008254Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6008857Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:20:30.6009511Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:20:30.6010072Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6010621Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6011182Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6011881Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:20:30.6012430Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:20:30.6013001Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6013567Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:20:30.6014110Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6014637Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:20:30.6015955Z 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:20:30.6016715Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6016980Z ok (0.176s) 2022-12-01T10:20:30.6017388Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6017971Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6018552Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6019149Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.6019765Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6020366Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:20:30.6020928Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6022732Z 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:20:30.6024029Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6024383Z ok (0.044s) 2022-12-01T10:20:30.6024908Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:20:30.6025464Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.6026095Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6026686Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.231s) 2022-12-01T10:20:30.6027238Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6027853Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6028508Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.6029138Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-12-01T10:20:30.6029733Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-12-01T10:20:30.6030347Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:20:30.6030923Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.6031446Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:20:30.6032005Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:20:30.6032572Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6033122Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6033685Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6034275Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6034840Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6035388Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6035969Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6036516Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:20:30.6037082Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6037664Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6038259Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6038839Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6039410Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6040003Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6041554Z 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:20:30.6042654Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6042992Z ok (0.062s) 2022-12-01T10:20:30.6043380Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6043954Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6044494Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6045055Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6045614Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:20:30.6046193Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6046761Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:20:30.6047334Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.507s) 2022-12-01T10:20:30.6047884Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.419s) 2022-12-01T10:20:30.6048447Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.446s) 2022-12-01T10:20:30.6048995Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6049538Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:20:30.6050160Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:20:30.6050786Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6051410Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6052464Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:20:30.6052892Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6053292Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6053694Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6054100Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6054525Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6054936Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-12-01T10:20:30.6055324Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6055707Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:20:30.6056239Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:20:30.6056635Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6057080Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6057468Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6057866Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6058258Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6058657Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6059045Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.409s) 2022-12-01T10:20:30.6059436Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:20:30.6059822Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6060200Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6060568Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6060948Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6061325Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6061697Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6062090Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6062483Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6062877Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6063262Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6063647Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6064035Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6064425Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6064804Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6065203Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6065691Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6066102Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-12-01T10:20:30.6066909Z 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:20:30.6067527Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6067809Z ok (0.013s) 2022-12-01T10:20:30.6068467Z 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:20:30.6069078Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6069356Z ok (0.036s) 2022-12-01T10:20:30.6069624Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:20:30.6069980Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:20:30.6070321Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6070682Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6071043Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6071393Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6071763Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6072125Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6072477Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6072824Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:20:30.6073170Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6073538Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.278s) 2022-12-01T10:20:30.6073899Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6074245Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6074598Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6074970Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6075359Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6075730Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6076120Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6076512Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6076872Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6077230Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6077577Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:20:30.6077925Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.6078398Z 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:20:30.6078922Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:20:30.6079203Z Q, R = torch.qr(A, some) 2022-12-01T10:20:30.6079397Z should be replaced with 2022-12-01T10:20:30.6079856Z 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:20:30.6080234Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6080416Z ok (0.108s) 2022-12-01T10:20:30.6080689Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6081063Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6081431Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6081798Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.6082148Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6082510Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6082871Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6083212Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6083568Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6083939Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6084294Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6084633Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:20:30.6084999Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6085374Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6085736Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6086078Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6086435Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6086800Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6087149Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6087505Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6087858Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:20:30.6088208Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6088563Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6088939Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6089313Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6089678Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6090016Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6090373Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6090763Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6091350Z 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:20:30.6092050Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6092233Z ok (0.063s) 2022-12-01T10:20:30.6092512Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6092879Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:20:30.6093262Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6093647Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6094756Z 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:20:30.6095421Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6096257Z 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:20:30.6096824Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6097010Z ok (0.277s) 2022-12-01T10:20:30.6097298Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.281s) 2022-12-01T10:20:30.6097677Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.277s) 2022-12-01T10:20:30.6098047Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6098415Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6098776Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6099115Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6099470Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6099827Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6100165Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.6100512Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6100857Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6101206Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6101545Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6101908Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6102270Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6102707Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6103065Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-12-01T10:20:30.6104186Z 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:20:30.6104858Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:20:30.6105075Z expected failure (0.005s) 2022-12-01T10:20:30.6105356Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6105807Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6106189Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6106565Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6106921Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6107316Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6107724Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6108324Z 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:20:30.6108963Z 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:20:30.6109411Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6109783Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6110174Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6110566Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6110948Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6111317Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6111672Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6112057Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6112650Z 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:20:30.6113095Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6113471Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6113860Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6114290Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6114686Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6115087Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6115460Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6115860Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6116278Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6116675Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6117289Z 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:20:30.6117953Z 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:20:30.6118608Z 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:20:30.6119269Z 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:20:30.6119720Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6120115Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6120495Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6120859Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6121214Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6121586Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6121946Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6122285Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6122646Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6123006Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6123352Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6123698Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6124635Z 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:20:30.6125223Z normalized, onesided, return_complex) 2022-12-01T10:20:30.6125422Z ok (0.044s) 2022-12-01T10:20:30.6125676Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6126061Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6126422Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6126807Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.381s) 2022-12-01T10:20:30.6127145Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.855s) 2022-12-01T10:20:30.6127653Z 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:20:30.6128189Z 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:20:30.6128508Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:20:30.6128704Z should be replaced with 2022-12-01T10:20:30.6128999Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:20:30.6129216Z and 2022-12-01T10:20:30.6129393Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:20:30.6129609Z should be replaced with 2022-12-01T10:20:30.6130071Z 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:20:30.6130402Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6130585Z ok (0.027s) 2022-12-01T10:20:30.6130847Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6131199Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6131559Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6132064Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6132420Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6132788Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6133168Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6133523Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:20:30.6133866Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:20:30.6134221Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6134588Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6134942Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.6135286Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6135653Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6136018Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6136550Z 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:20:30.6137079Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:20:30.6137363Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:20:30.6137572Z should be replaced with 2022-12-01T10:20:30.6137971Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:20:30.6138292Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6138512Z ok (0.039s) 2022-12-01T10:20:30.6138773Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6139107Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6139462Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6139820Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6140173Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6140520Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6140883Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:20:30.6141237Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6141610Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.315s) 2022-12-01T10:20:30.6141964Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-12-01T10:20:30.6142318Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6142672Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6143014Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6143363Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6143725Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.6144090Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6144428Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6144776Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6145127Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6145475Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6145869Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6146211Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6146555Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6146898Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6147256Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6147607Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6148014Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.070s) 2022-12-01T10:20:30.6148412Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6148775Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6149146Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:20:30.6149545Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6149897Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6150796Z 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:20:30.6151363Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6152018Z /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:20:30.6152485Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6153143Z /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:20:30.6153618Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6154270Z /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:20:30.6154740Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6155377Z /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:20:30.6155843Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6156489Z /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:20:30.6157462Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6158217Z /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:20:30.6158823Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6159919Z /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:20:30.6160909Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6162118Z /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:20:30.6162905Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6163130Z ok (0.050s) 2022-12-01T10:20:30.6163408Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6163843Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6164208Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6164614Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6164976Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6165329Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6165697Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6166064Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6166427Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6166793Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6167168Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6167537Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6167881Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6168261Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6168642Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6169001Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6169730Z 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:20:30.6170723Z [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:20:30.6171842Z 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:20:30.6172451Z return op.op(*args, **kwargs) 2022-12-01T10:20:30.6172635Z ok (0.022s) 2022-12-01T10:20:30.6172909Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6173266Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6173629Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:20:30.6173997Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6174357Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6174770Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:20:30.6175191Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-12-01T10:20:30.6175644Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6176031Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6176392Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6176758Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6177118Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6177467Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6177827Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6178196Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6178566Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6178919Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6179281Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6179650Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6180019Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6180393Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6180769Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6181126Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6181500Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6181875Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6182256Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6182629Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:20:30.6182983Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6183355Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6183733Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6184092Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.564s) 2022-12-01T10:20:30.6184442Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6184803Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6185169Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6185549Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6186065Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:20:30.6186464Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:20:30.6186866Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6187211Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6187576Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6187945Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6188307Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6188666Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6189089Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:20:30.6189508Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6189870Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6190225Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:20:30.6190606Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:20:30.6190988Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6191363Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6191740Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6192114Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6192474Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6192831Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-12-01T10:20:30.6193211Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6193586Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6193947Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6194301Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6194661Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6195024Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6195407Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.6195776Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6196136Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6196501Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6196871Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6197257Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6197637Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6198039Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-12-01T10:20:30.6198387Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6198744Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6199116Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6199507Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6218481Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6219000Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6219365Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6219731Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6220095Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6220440Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:20:30.6220816Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6221214Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6221594Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6221963Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:20:30.6222336Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6222697Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6223059Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6223405Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6223762Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6224127Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6224497Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6224848Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6225206Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.330s) 2022-12-01T10:20:30.6225567Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6225990Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6226365Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6226736Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6227107Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6227573Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6227939Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6228384Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6228745Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6229097Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6229467Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6229842Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6230194Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6230559Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6230929Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6231290Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6231642Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6232003Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6232369Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6232735Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6233085Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6233442Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6233801Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6234164Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6234510Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6234868Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6235233Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6235583Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6235951Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:20:30.6236315Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6236676Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6237018Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6237369Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6237727Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6238089Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6238438Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6238847Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6239207Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.377s) 2022-12-01T10:20:30.6239595Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.271s) 2022-12-01T10:20:30.6239956Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6240311Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6240676Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6241028Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.961s) 2022-12-01T10:20:30.6241391Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.192s) 2022-12-01T10:20:30.6241765Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.600s) 2022-12-01T10:20:30.6242139Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6242485Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6242846Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6243201Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6243544Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6243905Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6244274Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6244645Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6245007Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6245369Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6245745Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6246172Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6246521Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6246876Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6247238Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6247589Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6247952Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6248310Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6248666Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6249016Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6249380Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6249742Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6250151Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6250561Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6251041Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6251480Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6252060Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6252481Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6252870Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6253231Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:20:30.6253599Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6253947Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6254304Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:20:30.6254665Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6255040Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:20:30.6255415Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.6255797Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6256171Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6256529Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6256908Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:20:30.6257285Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:20:30.6257663Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6258028Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:20:30.6258408Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6258805Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:20:30.6259196Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6259554Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6259930Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6260317Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6260701Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6261146Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6261563Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6262002Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:20:30.6262379Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:20:30.6262751Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.6263131Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:20:30.6263512Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.294s) 2022-12-01T10:20:30.6263885Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:20:30.6264270Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.537s) 2022-12-01T10:20:30.6264666Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6265065Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6265430Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-12-01T10:20:30.6265887Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.287s) 2022-12-01T10:20:30.6266279Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:20:30.6266666Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6267111Z 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:20:30.6267552Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:20:30.6267927Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6268303Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:20:30.6268664Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:20:30.6269050Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.053s) 2022-12-01T10:20:30.6269227Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.408s) 2022-12-01T10:20:30.6269410Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:20:30.6269595Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6269782Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6269962Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:20:30.6270128Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:20:30.6270310Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-12-01T10:20:30.6270484Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:20:30.6270688Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6270859Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6271060Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6271228Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6271404Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6271587Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6271752Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6271931Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:20:30.6272114Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:20:30.6272288Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:20:30.6272464Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6272640Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6272815Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6272989Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6273161Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6273326Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.400s) 2022-12-01T10:20:30.6273503Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:20:30.6273672Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6273839Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:20:30.6274005Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:20:30.6274177Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:20:30.6274353Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:20:30.6274517Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6274684Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6274849Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.490s) 2022-12-01T10:20:30.6275028Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.483s) 2022-12-01T10:20:30.6275208Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-12-01T10:20:30.6275389Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.330s) 2022-12-01T10:20:30.6275569Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6275745Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6275947Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6276134Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:20:30.6276347Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:20:30.6276517Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.529s) 2022-12-01T10:20:30.6276696Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.813s) 2022-12-01T10:20:30.6276874Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:20:30.6277049Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.808s) 2022-12-01T10:20:30.6277230Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-12-01T10:20:30.6277406Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.535s) 2022-12-01T10:20:30.6277585Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6277814Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-12-01T10:20:30.6277995Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:20:30.6278171Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:20:30.6278336Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.393s) 2022-12-01T10:20:30.6278510Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.544s) 2022-12-01T10:20:30.6278682Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.658s) 2022-12-01T10:20:30.6278855Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.6279033Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6279205Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6279393Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6279582Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6279754Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6279913Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:20:30.6280084Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:20:30.6280277Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6280470Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6280642Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6280829Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6281021Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6281193Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6281390Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6281549Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:20:30.6281751Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6281921Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6282089Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6282285Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6282450Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6282640Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6282824Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6283016Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6283176Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6283348Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-12-01T10:20:30.6283524Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6283720Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6283891Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6284073Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6284264Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6284449Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6284633Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:20:30.6284786Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6284953Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6285141Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6285378Z 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:20:30.6285553Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6285727Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6285901Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6286076Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6286288Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:20:30.6286490Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6286709Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.6286913Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6287143Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6287340Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:20:30.6287538Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:20:30.6287729Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6287921Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6288108Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6288301Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.6288489Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-12-01T10:20:30.6288676Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:20:30.6288886Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:20:30.6289070Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6289259Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:20:30.6289443Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:20:30.6289642Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:20:30.6289837Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:20:30.6290029Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6290231Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:20:30.6290417Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:20:30.6290610Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:20:30.6290796Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:20:30.6292004Z 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:20:30.6292260Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6293155Z /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:20:30.6293436Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6294256Z /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:20:30.6294500Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6295317Z /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:20:30.6295560Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6296377Z /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:20:30.6296619Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6297437Z /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:20:30.6297677Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6297745Z ok (0.062s) 2022-12-01T10:20:30.6297944Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:20:30.6298141Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:20:30.6298330Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6298516Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.320s) 2022-12-01T10:20:30.6298710Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:20:30.6298926Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6299177Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6299411Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-12-01T10:20:30.6299607Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:20:30.6299819Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6300003Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6300191Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-12-01T10:20:30.6300388Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-12-01T10:20:30.6300581Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6300763Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6300962Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6301152Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6301342Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6301547Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:20:30.6301738Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6301934Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-12-01T10:20:30.6302134Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6302335Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:20:30.6302525Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:20:30.6302728Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:20:30.6302926Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:20:30.6303136Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:20:30.6303912Z 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:20:30.6304143Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6304777Z /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:20:30.6304999Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6305725Z /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:20:30.6305949Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6306550Z /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:20:30.6306769Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6306839Z ok (0.094s) 2022-12-01T10:20:30.6307034Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6307219Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6307411Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6307599Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:20:30.6307802Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:20:30.6307994Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6308189Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:20:30.6308377Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.651s) 2022-12-01T10:20:30.6308558Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.496s) 2022-12-01T10:20:30.6308746Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.194s) 2022-12-01T10:20:30.6308942Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6309140Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.224s) 2022-12-01T10:20:30.6309348Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:20:30.6309546Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-12-01T10:20:30.6309756Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6309953Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-12-01T10:20:30.6310137Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6310327Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6310556Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6310762Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6310997Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6311196Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6311389Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6311581Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.436s) 2022-12-01T10:20:30.6311769Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-12-01T10:20:30.6311964Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:20:30.6312160Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:20:30.6312360Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6312544Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:20:30.6312736Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6312919Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6313111Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.655s) 2022-12-01T10:20:30.6313302Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:20:30.6313483Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6313666Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6313850Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6314032Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6314214Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6314405Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:20:30.6314600Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6314778Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6314976Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6315162Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6315350Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6315534Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6315720Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6315933Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6316137Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:20:30.6316388Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:20:30.6316576Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.490s) 2022-12-01T10:20:30.6317129Z 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:20:30.6317329Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6317702Z /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:20:30.6317897Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6318261Z /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:20:30.6318452Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6318821Z /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:20:30.6319009Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6319080Z ok (0.019s) 2022-12-01T10:20:30.6319634Z 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:20:30.6319827Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6320181Z /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:20:30.6320373Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6320740Z /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:20:30.6320928Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6321288Z /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:20:30.6321481Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6321842Z /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:20:30.6322031Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6322386Z /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:20:30.6322609Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6322964Z /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:20:30.6323182Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6323542Z /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:20:30.6323734Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6324097Z /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:20:30.6324287Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6324642Z /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:20:30.6324835Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6325195Z /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:20:30.6325382Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6325723Z /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:20:30.6325911Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6326272Z /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:20:30.6326462Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6326817Z /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:20:30.6327006Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6327367Z /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:20:30.6327553Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6327914Z /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:20:30.6328107Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6328161Z ok (0.079s) 2022-12-01T10:20:30.6328384Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-12-01T10:20:30.6328556Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-12-01T10:20:30.6328729Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6328903Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6329076Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6329279Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.6329468Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:20:30.6329671Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6329833Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6330006Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.200s) 2022-12-01T10:20:30.6330180Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6330358Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.511s) 2022-12-01T10:20:30.6330535Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6330710Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6330883Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:20:30.6331079Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.6331271Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6331460Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6331785Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6331977Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6332152Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6332324Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6332495Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:20:30.6332661Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:20:30.6332829Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:20:30.6333022Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6333195Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6333363Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6333546Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:20:30.6333722Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6333898Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6334070Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6334240Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6334416Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6334596Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6334837Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6334995Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.591s) 2022-12-01T10:20:30.6335277Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:20:30.6335455Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6335627Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6335799Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6335974Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6336156Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6336334Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:20:30.6336506Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:20:30.6336662Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:20:30.6336830Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6337017Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6337198Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6337385Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6337560Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6337731Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6337912Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:20:30.6338083Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:20:30.6338260Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:20:30.6338442Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:20:30.6338622Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:20:30.6338808Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:20:30.6338993Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:20:30.6339178Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.096s) 2022-12-01T10:20:30.6339386Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6339577Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.025s) 2022-12-01T10:20:30.6339748Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6339914Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6340150Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6340321Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6340523Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6340692Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6340865Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6341033Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6341202Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6341367Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6341527Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6341709Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:20:30.6341883Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.6342066Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6342233Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-12-01T10:20:30.6342441Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:20:30.6342624Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6342809Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6342996Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6343165Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6343348Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6343547Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6343746Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6344154Z 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:20:30.6344550Z 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:20:30.6344732Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6344915Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6345112Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.6345311Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6345488Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6345714Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6345929Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6346129Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6346557Z 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:20:30.6346743Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6346935Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6347128Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6347317Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6347510Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6347682Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6347862Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6348071Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6348273Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6348474Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6348875Z 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:20:30.6349278Z 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:20:30.6349671Z 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:20:30.6350061Z 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:20:30.6350260Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6350446Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6350624Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6350786Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6350968Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6351150Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6351318Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6351492Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6351664Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6351867Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:20:30.6352038Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:20:30.6352243Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:20:30.6352399Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6352568Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:20:30.6352735Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:20:30.6352912Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6353082Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.573s) 2022-12-01T10:20:30.6353260Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.064s) 2022-12-01T10:20:30.6353435Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:20:30.6353603Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6353772Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6353939Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:20:30.6354105Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6354271Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6354471Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6354651Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6354818Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-12-01T10:20:30.6354983Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:20:30.6355174Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6355331Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6355501Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6355677Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6355853Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:20:30.6356024Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.6356211Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:20:30.6356379Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6356543Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6356721Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6356878Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6357053Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6357263Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:20:30.6357465Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:20:30.6357637Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6357869Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.015s) 2022-12-01T10:20:30.6358088Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.015s) 2022-12-01T10:20:30.6358265Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6358432Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:20:30.6358610Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:20:30.6358767Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6358952Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:20:30.6359120Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6359284Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6359455Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6359629Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6359802Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6359970Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:20:30.6360137Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6360286Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6360462Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6360628Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6360790Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6360989Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:20:30.6361172Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6361350Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:20:30.6361532Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.679s) 2022-12-01T10:20:30.6361708Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:20:30.6361870Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:20:30.6362530Z 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:20:30.6362702Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6363201Z /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:20:30.6363369Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6363864Z /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:20:30.6363994Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6364486Z /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:20:30.6364623Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6365114Z /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:20:30.6365250Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6365737Z /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:20:30.6365859Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6366347Z /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:20:30.6366485Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6366969Z /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:20:30.6367102Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6367583Z /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:20:30.6367720Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:20:30.6367787Z ok (0.184s) 2022-12-01T10:20:30.6367969Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-12-01T10:20:30.6368146Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6368311Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6368489Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:20:30.6368664Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:20:30.6368843Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:20:30.6369052Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.179s) 2022-12-01T10:20:30.6369236Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-12-01T10:20:30.6369441Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:20:30.6369632Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:20:30.6369825Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6370016Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:20:30.6370176Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-12-01T10:20:30.6370374Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6370548Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-12-01T10:20:30.6370726Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-12-01T10:20:30.6370921Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6371097Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6371268Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-12-01T10:20:30.6371447Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:20:30.6371780Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6371963Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6372160Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6372358Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6372540Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:20:30.6372746Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6372919Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6373094Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6373271Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:20:30.6373448Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6373612Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6373793Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:20:30.6373974Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:20:30.6374154Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.6374348Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:20:30.6374621Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6374801Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:20:30.6375038Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6375211Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6375373Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6375559Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:20:30.6375751Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:20:30.6375938Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:20:30.6376136Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6376311Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:20:30.6376513Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6376687Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:20:30.6376876Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:20:30.6377051Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6377214Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.6377390Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.6377583Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6377784Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6377984Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6378176Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6378355Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-12-01T10:20:30.6378537Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-12-01T10:20:30.6378718Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-12-01T10:20:30.6378878Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6379079Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:20:30.6379310Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-12-01T10:20:30.6379488Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:20:30.6379657Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6379834Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:20:30.6380065Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6380250Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6380458Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-12-01T10:20:30.6380651Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6380813Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6380987Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6381189Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6381380Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6381573Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:20:30.6381767Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6381958Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6382154Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6382332Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-12-01T10:20:30.6382529Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.254s) 2022-12-01T10:20:30.6382727Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6382902Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-12-01T10:20:30.6383085Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.733s) 2022-12-01T10:20:30.6383267Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:20:30.6383448Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.480s) 2022-12-01T10:20:30.6383650Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6383836Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:20:30.6384018Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6384208Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6384384Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.595s) 2022-12-01T10:20:30.6384572Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:20:30.6384756Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:20:30.6384926Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6385101Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:20:30.6385322Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.055s) 2022-12-01T10:20:30.6385498Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6385780Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6385974Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6386157Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6386327Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:20:30.6386516Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:20:30.6386685Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6386861Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6387036Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6387206Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6387380Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6387563Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:20:30.6387728Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:20:30.6387900Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:20:30.6388070Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.536s) 2022-12-01T10:20:30.6388264Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:20:30.6388458Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6388643Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6388839Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6389032Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6389221Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:20:30.6389414Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6389594Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6389779Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6389969Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6390166Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6390356Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6390588Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6390778Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6390999Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6391194Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:20:30.6391385Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6391561Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6391745Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6391934Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6392106Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6392282Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:20:30.6392454Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:20:30.6392632Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6392805Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6392978Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:20:30.6393148Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:20:30.6393321Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.604s) 2022-12-01T10:20:30.6393505Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.570s) 2022-12-01T10:20:30.6393677Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:20:30.6393850Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:20:30.6394022Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6394196Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6394385Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6394563Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:20:30.6394745Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6394921Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:20:30.6395106Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6395298Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6395469Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:20:30.6395638Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:20:30.6395815Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-12-01T10:20:30.6396032Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6396262Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6396451Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6396643Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6396816Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:20:30.6396989Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:20:30.6397171Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6397343Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-12-01T10:20:30.6397519Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6397712Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:20:30.6397908Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:20:30.6398100Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:20:30.6398268Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:20:30.6398462Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.100s) 2022-12-01T10:20:30.6398643Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:20:30.6398837Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6399006Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:20:30.6399196Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.037s) 2022-12-01T10:20:30.6399370Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6399556Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6399729Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6399893Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6400069Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6400248Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6400420Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6400607Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:20:30.6400832Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6401053Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6401287Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6401537Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6401743Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:20:30.6401921Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6402115Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6402288Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-12-01T10:20:30.6402458Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:20:30.6402648Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6402824Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6403026Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6403235Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6403429Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6403622Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6403805Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:20:30.6404009Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6404203Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6404400Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6404601Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6404802Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6405018Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6405209Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6405407Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6405608Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6405801Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6406000Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6406195Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6406438Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6406633Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6406867Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6407071Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6407269Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6407476Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.073s) 2022-12-01T10:20:30.6407685Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:20:30.6407875Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6408093Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6408294Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6408489Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.453s) 2022-12-01T10:20:30.6408708Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.384s) 2022-12-01T10:20:30.6408904Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6409113Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6409368Z 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:20:30.6409566Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6409768Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6409965Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6410154Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6410366Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6410564Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:20:30.6410768Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6410968Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.069s) 2022-12-01T10:20:30.6411174Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:20:30.6411373Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:20:30.6411719Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.409s) 2022-12-01T10:20:30.6411924Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.030s) 2022-12-01T10:20:30.6412148Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.275s) 2022-12-01T10:20:30.6412324Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6412502Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6412675Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6412849Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6413031Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:20:30.6413222Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:20:30.6413420Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6413619Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6413820Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6413999Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:20:30.6414186Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6414369Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:20:30.6414553Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:20:30.6414732Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:20:30.6414909Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:20:30.6415091Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.611s) 2022-12-01T10:20:30.6415273Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.348s) 2022-12-01T10:20:30.6415446Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6415606Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-12-01T10:20:30.6415795Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6415990Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6416187Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6416358Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-12-01T10:20:30.6416526Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:20:30.6416725Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.592s) 2022-12-01T10:20:30.6416922Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.593s) 2022-12-01T10:20:30.6417162Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:20:30.6417366Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:20:30.6417586Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6417785Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.222s) 2022-12-01T10:20:30.6417993Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:20:30.6418197Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.361s) 2022-12-01T10:20:30.6418390Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6418595Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6418794Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.969s) 2022-12-01T10:20:30.6418996Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.152s) 2022-12-01T10:20:30.6419190Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.760s) 2022-12-01T10:20:30.6419379Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.722s) 2022-12-01T10:20:30.6419575Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.631s) 2022-12-01T10:20:30.6419778Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6419977Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6420177Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.325s) 2022-12-01T10:20:30.6420360Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.353s) 2022-12-01T10:20:30.6420554Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.446s) 2022-12-01T10:20:30.6420745Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.582s) 2022-12-01T10:20:30.6420941Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.668s) 2022-12-01T10:20:30.6421123Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.559s) 2022-12-01T10:20:30.6421317Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6421501Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:20:30.6421692Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6421901Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6422079Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:20:30.6422240Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.270s) 2022-12-01T10:20:30.6422459Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:20:30.6422671Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:20:30.6422954Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:20:30.6423132Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:20:30.6423323Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6423530Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6423710Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6423884Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6424065Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6424243Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:20:30.6424431Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6424605Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6424805Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6424976Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6425170Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:20:30.6425363Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:20:30.6425550Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:20:30.6425788Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:20:30.6425957Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.795s) 2022-12-01T10:20:30.6426138Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:20:30.6426336Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6426515Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-12-01T10:20:30.6426712Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6426910Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6427098Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.716s) 2022-12-01T10:20:30.6427280Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.482s) 2022-12-01T10:20:30.6427450Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:20:30.6427611Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:20:30.6427834Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6428076Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:20:30.6428288Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6428464Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6428643Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:20:30.6428823Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:20:30.6429051Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6429258Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:20:30.6429461Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.276s) 2022-12-01T10:20:30.6429671Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.111s) 2022-12-01T10:20:30.6429887Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:20:30.6430096Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6430305Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:20:30.6430503Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.662s) 2022-12-01T10:20:30.6430699Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.866s) 2022-12-01T10:20:30.6430912Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.091s) 2022-12-01T10:20:30.6431107Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.757s) 2022-12-01T10:20:30.6431314Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:20:30.6431534Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.236s) 2022-12-01T10:20:30.6431738Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.254s) 2022-12-01T10:20:30.6431931Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:20:30.6432138Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.405s) 2022-12-01T10:20:30.6432338Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.398s) 2022-12-01T10:20:30.6432539Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.376s) 2022-12-01T10:20:30.6432742Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.437s) 2022-12-01T10:20:30.6432942Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.972s) 2022-12-01T10:20:30.6433193Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:20:30.6433443Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6433659Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6433865Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.039s) 2022-12-01T10:20:30.6434907Z 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:20:30.6435152Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6435973Z /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:20:30.6436214Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6437021Z /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:20:30.6437262Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:20:30.6437347Z expected failure (0.046s) 2022-12-01T10:20:30.6437562Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.096s) 2022-12-01T10:20:30.6437772Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:20:30.6437968Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6438185Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.108s) 2022-12-01T10:20:30.6438400Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.132s) 2022-12-01T10:20:30.6438634Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:20:30.6438856Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:20:30.6439081Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:20:30.6439315Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.061s) 2022-12-01T10:20:30.6439558Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6439749Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.024s) 2022-12-01T10:20:30.6439953Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.065s) 2022-12-01T10:20:30.6440163Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.097s) 2022-12-01T10:20:30.6440372Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:20:30.6440571Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:20:30.6440770Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:20:30.6440967Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:20:30.6441161Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:20:30.6441370Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6441564Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.271s) 2022-12-01T10:20:30.6441763Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.560s) 2022-12-01T10:20:30.6441981Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:20:30.6442207Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:20:30.6442429Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:20:30.6442647Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6442869Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6443093Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.064s) 2022-12-01T10:20:30.6443870Z 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:20:30.6444094Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6444693Z /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:20:30.6444946Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6445552Z /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:20:30.6445789Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6446385Z /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:20:30.6446605Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:20:30.6446672Z ok (0.382s) 2022-12-01T10:20:30.6446869Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:20:30.6447069Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:20:30.6447266Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:20:30.6447457Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.371s) 2022-12-01T10:20:30.6447675Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:20:30.6447869Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6448077Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:20:30.6448290Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.148s) 2022-12-01T10:20:30.6448485Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (14.700s) 2022-12-01T10:20:30.6448693Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.074s) 2022-12-01T10:20:30.6448906Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6449122Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:20:30.6449333Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6449555Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:20:30.6449758Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6449974Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:20:30.6450164Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:20:30.6450344Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:20:30.6450601Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6450825Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6451068Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.244s) 2022-12-01T10:20:30.6451274Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6451470Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.565s) 2022-12-01T10:20:30.6451857Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6452079Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6452292Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6452510Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6452704Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-12-01T10:20:30.6452913Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6453124Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:20:30.6453344Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6453546Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.107s) 2022-12-01T10:20:30.6453739Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.442s) 2022-12-01T10:20:30.6453928Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:20:30.6454117Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:20:30.6454322Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6454509Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:20:30.6454680Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:20:30.6454891Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6455093Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:20:30.6455283Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-12-01T10:20:30.6455485Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.224s) 2022-12-01T10:20:30.6455680Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:20:30.6455928Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:20:30.6456124Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:20:30.6456359Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:20:30.6456553Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:20:30.6456745Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.443s) 2022-12-01T10:20:30.6456965Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.447s) 2022-12-01T10:20:30.6457170Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6457747Z 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:20:30.6457948Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6458032Z expected failure (0.044s) 2022-12-01T10:20:30.6458596Z 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:20:30.6458792Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:20:30.6458875Z expected failure (0.027s) 2022-12-01T10:20:30.6459103Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-12-01T10:20:30.6459279Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.922s) 2022-12-01T10:20:30.6459448Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:20:30.6459625Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:20:30.6459817Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6460012Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:20:30.6460259Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6460501Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:20:30.6460782Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:20:30.6461148Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:20:30.6461477Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6461666Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.063s) 2022-12-01T10:20:30.6461847Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:20:30.6462045Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6462278Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6462494Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6462733Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6462943Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6463154Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6463362Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6463545Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:20:30.6463707Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:20:30.6463887Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.536s) 2022-12-01T10:20:30.6464076Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:20:30.6464263Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6464460Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6464654Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6464835Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:20:30.6465022Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-12-01T10:20:30.6465202Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6465371Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:20:30.6465548Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:20:30.6465786Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:20:30.6465969Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6466152Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:20:30.6466347Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6466524Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.337s) 2022-12-01T10:20:30.6466769Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:20:30.6466967Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:20:30.6467148Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.592s) 2022-12-01T10:20:30.6467331Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:20:30.6467527Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6467743Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6467925Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6468145Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:20:30.6468317Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.630s) 2022-12-01T10:20:30.6468509Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6468711Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6468914Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6469122Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6469289Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:20:30.6469462Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-12-01T10:20:30.6469661Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6469856Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6470061Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6470268Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6470467Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6470667Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6470872Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6471058Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6471268Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6471477Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6471669Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6471868Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6472043Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6472218Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:20:30.6472395Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:20:30.6472570Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6472749Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6472944Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6473116Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6473315Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6473490Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.261s) 2022-12-01T10:20:30.6473690Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:20:30.6473866Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:20:30.6474059Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:20:30.6474243Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6474454Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:20:30.6474646Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6474836Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6475018Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6475221Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6475421Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6475647Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6475866Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:20:30.6476288Z 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:20:30.6476684Z 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:20:30.6476881Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6477081Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6477289Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6477509Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6477692Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6477875Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6478055Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:20:30.6478271Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6478701Z 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:20:30.6478909Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6479153Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6479365Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6479572Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6479768Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6479955Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:20:30.6480154Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6480385Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6480604Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6480822Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:20:30.6481235Z 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:20:30.6481646Z 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:20:30.6482047Z 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:20:30.6482449Z 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:20:30.6482650Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:20:30.6482841Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:20:30.6483028Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-12-01T10:20:30.6483221Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6483423Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6483623Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:20:30.6483799Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:20:30.6483977Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:20:30.6484155Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:20:30.6484366Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:20:30.6484542Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.415s) 2022-12-01T10:20:30.6484747Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-12-01T10:20:30.6484938Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:20:30.6485109Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:20:30.6485275Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.334s) 2022-12-01T10:20:30.6485474Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6485666Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:20:30.6485863Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.086s) 2022-12-01T10:20:30.6486058Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6486232Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:20:30.6486422Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:20:30.6486611Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6486784Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6486959Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6487160Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:20:30.6487358Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:20:30.6487532Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.441s) 2022-12-01T10:20:30.6487719Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6487913Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:20:30.6488092Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6488266Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:20:30.6488448Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:20:30.6488644Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6488839Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:20:30.6489046Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:20:30.6489219Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.360s) 2022-12-01T10:20:30.6489394Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.295s) 2022-12-01T10:20:30.6489574Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:20:30.6489791Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:20:30.6489976Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:20:30.6490201Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:20:30.6490393Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.085s) 2022-12-01T10:20:30.6490584Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:20:30.6490822Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.019s) 2022-12-01T10:20:30.6491044Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.018s) 2022-12-01T10:20:30.6491225Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:20:30.6491401Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.365s) 2022-12-01T10:20:30.6491706Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.233s) 2022-12-01T10:20:30.6491882Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:20:30.6492074Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:20:30.6492267Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:20:30.6492440Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.465s) 2022-12-01T10:20:30.6492633Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:20:30.6492814Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:20:30.6492991Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:20:30.6493167Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.352s) 2022-12-01T10:20:30.6493339Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:20:30.6493513Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:20:30.6493681Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:20:30.6493818Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.021s) 2022-12-01T10:20:30.6493935Z test_cat (__main__.TestSymbolicTracing) ... ok (0.036s) 2022-12-01T10:20:30.6494058Z test_expand (__main__.TestSymbolicTracing) ... ok (0.026s) 2022-12-01T10:20:30.6494190Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.308s) 2022-12-01T10:20:30.6494324Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.011s) 2022-12-01T10:20:30.6495002Z 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:20:30.6495157Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.052s) 2022-12-01T10:20:30.6495287Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-12-01T10:20:30.6495459Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.038s) 2022-12-01T10:20:30.6495589Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.015s) 2022-12-01T10:20:30.6495758Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.018s) 2022-12-01T10:20:30.6495878Z test_unary (__main__.TestSymbolicTracing) ... ok (0.018s) 2022-12-01T10:20:30.6495892Z 2022-12-01T10:20:30.6496093Z ---------------------------------------------------------------------- 2022-12-01T10:20:30.6496173Z Ran 1902 tests in 191.845s 2022-12-01T10:20:30.6496179Z 2022-12-01T10:20:30.6496277Z OK (skipped=94, expected failures=325) 2022-12-01T10:20:30.6496283Z 2022-12-01T10:20:30.6496367Z Generating XML reports... 2022-12-01T10:20:30.6496664Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101715.xml 2022-12-01T10:20:30.6496989Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101715.xml 2022-12-01T10:20:30.6497313Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101715.xml 2022-12-01T10:20:30.6497651Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101715.xml 2022-12-01T10:20:30.6497969Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101715.xml 2022-12-01T10:20:30.6498263Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101715.xml 2022-12-01T10:20:30.6498269Z 2022-12-01T10:20:30.6498680Z ##[endgroup] 2022-12-01T10:20:30.6498972Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_6rhuhq85) 2022-12-01T10:20:30.6498977Z 2022-12-01T10:20:32.0798254Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:20:32.1404180Z Ignoring disabled issues: [] 2022-12-01T10:20:32.1541600Z Running test_jit ... [2022-12-01 10:20:32.153889] 2022-12-01T10:20:32.1543585Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:32.154151] 2022-12-01T10:22:25.5861711Z 2022-12-01T10:22:25.5862197Z Expand the folded group to see the log file of test_jit 2022-12-01T10:22:25.5865098Z ##[group]PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_lxx6n5wz) 2022-12-01T10:22:25.5866303Z Test results will be stored in test-reports/python-unittest/test_jit 2022-12-01T10:22:25.5866973Z CUDA not available, skipping tests 2022-12-01T10:22:25.5867932Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:22:25.5868209Z 2022-12-01T10:22:25.5868324Z Running tests... 2022-12-01T10:22:25.5868988Z ---------------------------------------------------------------------- 2022-12-01T10:22:25.5869619Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-12-01T10:22:25.5870114Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-12-01T10:22:25.5870644Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.019s) 2022-12-01T10:22:25.5871144Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-12-01T10:22:25.5871634Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.045s) 2022-12-01T10:22:25.5872133Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.007s) 2022-12-01T10:22:25.5872614Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.197s) 2022-12-01T10:22:25.5873040Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.009s) 2022-12-01T10:22:25.5873486Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:22:25.5873924Z test_async_script (jit.test_async.TestAsync) ... ok (0.006s) 2022-12-01T10:22:25.5874723Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-12-01T10:22:25.5875181Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.031s) 2022-12-01T10:22:25.5875617Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:22:25.5876160Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.006s) 2022-12-01T10:22:25.5876606Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:22:25.5877035Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:22:25.5877422Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.034s) 2022-12-01T10:22:25.5877786Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:22:25.5878160Z Test that futures subtype each other properly. ... ok (0.010s) 2022-12-01T10:22:25.5878618Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:22:25.5879124Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.011s) 2022-12-01T10:22:25.5879580Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:22:25.5880073Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.011s) 2022-12-01T10:22:25.5880591Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:22:25.5881078Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.026s) 2022-12-01T10:22:25.5881666Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:22:25.5882279Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:22:25.5882711Z 1. Testing a = int, b = int ... ok (0.023s) 2022-12-01T10:22:25.5883052Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.082s) 2022-12-01T10:22:25.5883519Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.051s) 2022-12-01T10:22:25.5884047Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-12-01T10:22:25.5884536Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-12-01T10:22:25.5885065Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.116s) 2022-12-01T10:22:25.5885587Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-12-01T10:22:25.5886217Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.364s) 2022-12-01T10:22:25.5886820Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.310s) 2022-12-01T10:22:25.5887492Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:22:25.5888113Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.023s) 2022-12-01T10:22:25.5888858Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:22:25.5889666Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-12-01T10:22:25.5890451Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5891125Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5891966Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-12-01T10:22:25.5892651Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-12-01T10:22:25.5893382Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5894226Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5894913Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5895665Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:22:25.5896707Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-12-01T10:22:25.5897454Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:22:25.5898141Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:22:25.5898804Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:22:25.5899451Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:22:25.5900373Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:22:25.5901142Z ok (0.233s) 2022-12-01T10:22:25.5901835Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:22:25.5902534Z ok (0.136s) 2022-12-01T10:22:25.5903292Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:22:25.5903983Z ok (0.239s) 2022-12-01T10:22:25.5904408Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.045s) 2022-12-01T10:22:25.5904947Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.067s) 2022-12-01T10:22:25.5905519Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-12-01T10:22:25.5906015Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:22:25.5906429Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:22:25.5906857Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:22:25.5907381Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:22:25.5907848Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:22:25.5908322Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:22:25.5908916Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:22:25.5909376Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.006s) 2022-12-01T10:22:25.5909833Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:22:25.5910346Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-12-01T10:22:25.5910872Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:22:25.5911412Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-12-01T10:22:25.5911884Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5912397Z Test that the error message displayed when convering a class type ... ok (0.005s) 2022-12-01T10:22:25.5912803Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-12-01T10:22:25.5913105Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:22:25.5913472Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:22:25.5913786Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5914069Z Test that inheritance is detected in ... ok (0.011s) 2022-12-01T10:22:25.5914332Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.058s) 2022-12-01T10:22:25.5914646Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.068s) 2022-12-01T10:22:25.5914966Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:22:25.5915248Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5915508Z Test classmethods on class types. ... ok (0.008s) 2022-12-01T10:22:25.5915792Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:22:25.5916077Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5916358Z Test that del can be called on an instance of a class that ... ok (0.014s) 2022-12-01T10:22:25.5916638Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5916925Z Test that methods on class types can have default arguments. ... ok (0.057s) 2022-12-01T10:22:25.5917209Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:22:25.5917515Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:22:25.5917826Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-12-01T10:22:25.5918118Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-12-01T10:22:25.5918405Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5918698Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:22:25.5919002Z test_interface (jit.test_class_type.TestClassType) ... ok (0.070s) 2022-12-01T10:22:25.5919297Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:22:25.5919616Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5919920Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.124s) 2022-12-01T10:22:25.5920193Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5920491Z Test that a scripted class can make use of the @property decorator. ... ok (0.026s) 2022-12-01T10:22:25.5920826Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5921147Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5921423Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5921734Z Recursive class types not yet supported. We should give a good error message. ... ok (0.002s) 2022-12-01T10:22:25.5922073Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5922572Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.038s) 2022-12-01T10:22:25.5922955Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5923433Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.011s) 2022-12-01T10:22:25.5923783Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5924089Z Test that class types are recursively scripted when an Python instance of one ... ok (0.009s) 2022-12-01T10:22:25.5924414Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5924723Z Test that class types module attributes that fail to script ... ok (0.013s) 2022-12-01T10:22:25.5925047Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5925352Z Test that modifications made to a class instance in TorchScript ... ok (0.008s) 2022-12-01T10:22:25.5925704Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:22:25.5926031Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-12-01T10:22:25.5926355Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-12-01T10:22:25.5926672Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5927045Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.219s) 2022-12-01T10:22:25.5927395Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5927713Z Test that a scripted class can have a method that refers to the class itself ... ok (0.011s) 2022-12-01T10:22:25.5928043Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5928361Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:22:25.5928675Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:22:25.5928964Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5929224Z Test static methods on class types. ... ok (0.017s) 2022-12-01T10:22:25.5929476Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5929777Z Test that annotating container attributes with types works correctly ... ok (0.006s) 2022-12-01T10:22:25.5930094Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:22:25.5930414Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:22:25.5930702Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:22:25.5930971Z Test unused methods on scripted classes. ... ok (0.012s) 2022-12-01T10:22:25.5931260Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.017s) 2022-12-01T10:22:25.5931557Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.013s) 2022-12-01T10:22:25.5932062Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.476s) 2022-12-01T10:22:25.5932377Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.052s) 2022-12-01T10:22:25.5932683Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:22:25.5932962Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:22:25.5933254Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:22:25.5933542Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:22:25.5933807Z test_div (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:22:25.5934089Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-12-01T10:22:25.5934379Z test_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-12-01T10:22:25.5934642Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:22:25.5934930Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:22:25.5935255Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.041s) 2022-12-01T10:22:25.5935618Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:22:25.5935980Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-12-01T10:22:25.5936350Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5936716Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:22:25.5937052Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5937485Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5937881Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5938308Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5938657Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5939022Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5939397Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:22:25.5939876Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-12-01T10:22:25.5940327Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:22:25.5940688Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:22:25.5941001Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.005s) 2022-12-01T10:22:25.5941258Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.008s) 2022-12-01T10:22:25.5941705Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:22:25.5942189Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:22:25.5942659Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:22:25.5943138Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:22:25.5943617Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:22:25.5943967Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (3.255s) 2022-12-01T10:22:25.5944293Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (4.599s) 2022-12-01T10:22:25.5944596Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.010s) 2022-12-01T10:22:25.5944918Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:22:25.5945354Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-12-01T10:22:25.5945694Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-12-01T10:22:25.5946040Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:22:25.5946398Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-12-01T10:22:25.5946742Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.5947061Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.5948689Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:22:25.5949032Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:22:25.5949356Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.5949695Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.5950021Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (3.543s) 2022-12-01T10:22:25.5950351Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-12-01T10:22:25.5950665Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.5951042Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:22:25.5951374Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-12-01T10:22:25.5951690Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:22:25.5952063Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-12-01T10:22:25.5952408Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-12-01T10:22:25.5952759Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.024s) 2022-12-01T10:22:25.5953052Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-12-01T10:22:25.5953317Z test_basic (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-12-01T10:22:25.5953576Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:22:25.5953818Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:22:25.5954075Z test_del (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:22:25.5954350Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-12-01T10:22:25.5954649Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.091s) 2022-12-01T10:22:25.5954925Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:22:25.5955190Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:22:25.5955466Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.013s) 2022-12-01T10:22:25.5955719Z test_get (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:22:25.5955979Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:22:25.5956245Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:22:25.5956495Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-12-01T10:22:25.5956756Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:22:25.5957010Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:22:25.5957264Z test_loop (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:22:25.5957514Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:22:25.5957787Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:22:25.5958078Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:22:25.5958356Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-12-01T10:22:25.5958624Z test_pop (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:22:25.5958884Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:22:25.5959137Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-12-01T10:22:25.5959429Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:22:25.5959736Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-12-01T10:22:25.5960023Z test_update (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:22:25.5960286Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:22:25.5960561Z test_values (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:22:25.5960821Z test_view (jit.test_list_dict.TestDict) ... ok (0.063s) 2022-12-01T10:22:25.5961102Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-12-01T10:22:25.5961890Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:22:25.5962409Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-12-01T10:22:25.5962615Z ok (0.068s) 2022-12-01T10:22:25.5962850Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-12-01T10:22:25.5963236Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-12-01T10:22:25.5963575Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.019s) 2022-12-01T10:22:25.5963910Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.034s) 2022-12-01T10:22:25.5964334Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-12-01T10:22:25.5964849Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.010s) 2022-12-01T10:22:25.5965335Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5965797Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5966239Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5966692Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5967145Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5967594Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5968023Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5968476Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5968923Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5969373Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5969810Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5970255Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5970706Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5971153Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5971718Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5972198Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5972637Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5973073Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5973489Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5973918Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5974350Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5974836Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5975290Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5975718Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5976145Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5976572Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5976985Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5977422Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5977851Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5978283Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5978696Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5979122Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5979545Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5979963Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5980368Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5980793Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5981218Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5981642Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5982055Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5982473Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5982893Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5983321Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5983755Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5984193Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.5984627Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5985132Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5985552Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5986020Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5986457Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5986919Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5987337Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5987765Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5988191Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5988603Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5989027Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.5989449Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5989869Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5990275Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5990703Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5991148Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5991592Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5992024Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5992468Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.5992907Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5993345Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5993771Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5994211Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5994652Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5995093Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5995517Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5995955Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5996395Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5996835Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5997283Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5997733Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5998158Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5998578Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.5998987Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5999410Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.5999835Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6000253Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6000664Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6001086Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6001508Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6001930Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6002335Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6002757Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6003173Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6003614Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-12-01T10:22:25.6004052Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.021s) 2022-12-01T10:22:25.6004487Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6004906Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6005316Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6005721Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6006154Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-12-01T10:22:25.6006608Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-12-01T10:22:25.6007038Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6007437Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6007848Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6008304Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6008742Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6009198Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6009626Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.6010051Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.6010477Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.6010887Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6011312Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6011890Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:22:25.6012315Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6012726Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6013145Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:22:25.6013557Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6013971Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:22:25.6014370Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.6014785Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:22:25.6015204Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:22:25.6015551Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:22:25.6015818Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.006s) 2022-12-01T10:22:25.6016098Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:22:25.6016376Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:22:25.6016637Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:22:25.6016924Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:22:25.6017204Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:22:25.6017457Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:22:25.6017733Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-12-01T10:22:25.6017996Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:22:25.6018255Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-12-01T10:22:25.6018503Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:22:25.6018766Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.018s) 2022-12-01T10:22:25.6019059Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.003s) 2022-12-01T10:22:25.6019352Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-12-01T10:22:25.6019651Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:22:25.6020574Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:1886: FutureWarning: 'torch.onnx._patch_torch._aten_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.at()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:22:25.6021123Z **attrs, 2022-12-01T10:22:25.6021772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:114: FutureWarning: 'torch.onnx._patch_torch._graph_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.op()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:22:25.6022218Z **kwargs, 2022-12-01T10:22:25.6022382Z ok (0.004s) 2022-12-01T10:22:25.6022667Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:22:25.6023387Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6023896Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-12-01T10:22:25.6024140Z ok (0.004s) 2022-12-01T10:22:25.6024742Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6025264Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-12-01T10:22:25.6025489Z ok (0.004s) 2022-12-01T10:22:25.6025729Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.002s) 2022-12-01T10:22:25.6026409Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6026857Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:22:25.6027050Z ok (0.003s) 2022-12-01T10:22:25.6027653Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6028109Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-12-01T10:22:25.6028334Z ok (0.004s) 2022-12-01T10:22:25.6028935Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6029394Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-12-01T10:22:25.6029601Z ok (0.004s) 2022-12-01T10:22:25.6029834Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:22:25.6030155Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:22:25.6030479Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.260s) 2022-12-01T10:22:25.6030799Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:22:25.6031117Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:22:25.6031440Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6031752Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-12-01T10:22:25.6032082Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6032415Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6032779Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:22:25.6033122Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:22:25.6033503Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:22:25.6033846Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6050081Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:22:25.6050562Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:22:25.6050885Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:22:25.6051211Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:22:25.6051700Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:22:25.6052112Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:22:25.6052458Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:22:25.6052790Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:22:25.6053117Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6053455Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:22:25.6053778Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:22:25.6054116Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-12-01T10:22:25.6054452Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-12-01T10:22:25.6054797Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-12-01T10:22:25.6055159Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:22:25.6055613Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.035s) 2022-12-01T10:22:25.6055954Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:22:25.6056289Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:22:25.6056656Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:22:25.6057023Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-12-01T10:22:25.6057350Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-12-01T10:22:25.6057676Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6057995Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:22:25.6058338Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:22:25.6058684Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:22:25.6059054Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:22:25.6059458Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:22:25.6059836Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:22:25.6060177Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:22:25.6060668Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:22:25.6061014Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:22:25.6061371Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:22:25.6061705Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:22:25.6062043Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.083s) 2022-12-01T10:22:25.6062350Z test_instancing_error (__main__.TestFrontend) ... ok (0.010s) 2022-12-01T10:22:25.6062670Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-12-01T10:22:25.6063043Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.356s) 2022-12-01T10:22:25.6063399Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.371s) 2022-12-01T10:22:25.6063816Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:22:25.6064246Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-12-01T10:22:25.6064609Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (2.824s) 2022-12-01T10:22:25.6064957Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.053s) 2022-12-01T10:22:25.6065378Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-12-01T10:22:25.6065758Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-12-01T10:22:25.6066162Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:22:25.6066577Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-12-01T10:22:25.6066948Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:22:25.6067305Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:22:25.6067681Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-12-01T10:22:25.6068044Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:22:25.6068415Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.170s) 2022-12-01T10:22:25.6068826Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:22:25.6069213Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:22:25.6069585Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:22:25.6069970Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:22:25.6070363Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:22:25.6070804Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:22:25.6071204Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:22:25.6071567Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:22:25.6071918Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.212s) 2022-12-01T10:22:25.6072265Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.036s) 2022-12-01T10:22:25.6072636Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:22:25.6073039Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-12-01T10:22:25.6073401Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.301s) 2022-12-01T10:22:25.6073773Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.937s) 2022-12-01T10:22:25.6074123Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:22:25.6074487Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.003s) 2022-12-01T10:22:25.6074828Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.049s) 2022-12-01T10:22:25.6075182Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.050s) 2022-12-01T10:22:25.6075590Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.240s) 2022-12-01T10:22:25.6076048Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.059s) 2022-12-01T10:22:25.6076493Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.009s) 2022-12-01T10:22:25.6076938Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (4.397s) 2022-12-01T10:22:25.6077321Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.006s) 2022-12-01T10:22:25.6077661Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.029s) 2022-12-01T10:22:25.6077957Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:22:25.6078222Z test_hash_device (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:22:25.6078487Z test_hash_float (jit.test_hash.TestHash) ... ok (0.009s) 2022-12-01T10:22:25.6078736Z test_hash_int (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:22:25.6078993Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:22:25.6079253Z test_hash_string (jit.test_hash.TestHash) ... ok (0.005s) 2022-12-01T10:22:25.6079493Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:22:25.6079735Z Tensors should hash by identity ... ok (0.006s) 2022-12-01T10:22:25.6079992Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:22:25.6080283Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:22:25.6080573Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-12-01T10:22:25.6080870Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-12-01T10:22:25.6081168Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:22:25.6081455Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:22:25.6081765Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-12-01T10:22:25.6082089Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-12-01T10:22:25.6082404Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:22:25.6082693Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:22:25.6083011Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-12-01T10:22:25.6083339Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-12-01T10:22:25.6083635Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-12-01T10:22:25.6083934Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:22:25.6084251Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-12-01T10:22:25.6084575Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:22:25.6084887Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:22:25.6085235Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:22:25.6085575Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:22:25.6085928Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:22:25.6086255Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-12-01T10:22:25.6086586Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-12-01T10:22:25.6086900Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-12-01T10:22:25.6087191Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-12-01T10:22:25.6087495Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-12-01T10:22:25.6087794Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-12-01T10:22:25.6088107Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-12-01T10:22:25.6088461Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-12-01T10:22:25.6088866Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.014s) 2022-12-01T10:22:25.6089297Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-12-01T10:22:25.6089707Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-12-01T10:22:25.6090158Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.041s) 2022-12-01T10:22:25.6090611Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (3.638s) 2022-12-01T10:22:25.6090977Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6091260Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6091563Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6095134Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:22:25.6095442Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:22:25.6095776Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:22:25.6096141Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:22:25.6096479Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6096761Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:22:25.6097056Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6097357Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:22:25.6097647Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6097940Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:22:25.6098243Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6098552Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:22:25.6098872Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:22:25.6099186Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6099535Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:22:25.6099860Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:22:25.6100175Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6100595Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:22:25.6100911Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6101229Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6101586Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:22:25.6101894Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:22:25.6102203Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:22:25.6102524Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:22:25.6102830Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:22:25.6103129Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-12-01T10:22:25.6103411Z test_ModuleList (__main__.TestJit) ... ok (0.055s) 2022-12-01T10:22:25.6103656Z test_Sequential (__main__.TestJit) ... ok (0.023s) 2022-12-01T10:22:25.6103886Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.020s) 2022-12-01T10:22:25.6104131Z test_add_relu_fusion (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:22:25.6104382Z test_arg_configurations (__main__.TestJit) 2022-12-01T10:22:25.6104709Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-12-01T10:22:25.6105100Z test_attrs (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6105343Z test_batchnorm (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6105613Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-12-01T10:22:25.6105867Z test_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6106123Z test_constant_insertion (__main__.TestJit) ... ok (4.184s) 2022-12-01T10:22:25.6106398Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6106679Z test_constant_prop_exception (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6106943Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6107220Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6107498Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6107759Z test_constant_prop_nested (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6108024Z test_constant_prop_none (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6108288Z test_constant_prop_print (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6108538Z test_constant_prop_rand (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6108809Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6109081Z test_constant_prop_simple (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6109341Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6109566Z test_cpp (__main__.TestJit) ... ok (0.022s) 2022-12-01T10:22:25.6109794Z test_cse (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6110050Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6110309Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6110590Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:22:25.6110887Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:22:25.6111145Z test_decompose_addmm (__main__.TestJit) ... ok (0.036s) 2022-12-01T10:22:25.6111420Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:22:25.6111712Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6111974Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6112197Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6112480Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-12-01T10:22:25.6113069Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6113580Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6114019Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6114456Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6114888Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6115308Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6115739Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6116170Z STAGE:2022-12-01 10:21:12 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6116415Z ok (0.076s) 2022-12-01T10:22:25.6116689Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-12-01T10:22:25.6116990Z test_einsum (__main__.TestJit) ... ok (0.025s) 2022-12-01T10:22:25.6117233Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6117484Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6117754Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6118082Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6118388Z test_export_dropout (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6118638Z test_export_lstm (__main__.TestJit) ... ok (0.038s) 2022-12-01T10:22:25.6118893Z test_export_opnames (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:22:25.6119142Z test_export_rnn (__main__.TestJit) ... ok (0.067s) 2022-12-01T10:22:25.6119426Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:22:25.6119735Z test_function_default_values (__main__.TestJit) ... ok (0.037s) 2022-12-01T10:22:25.6120016Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6120274Z test_import_method (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6120529Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6120773Z test_layout (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6121011Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6121273Z test_matrix_transpose (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6121537Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6121806Z test_mutable_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:22:25.6122092Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-12-01T10:22:25.6122372Z test_nn_conv (__main__.TestJit) ... ok (0.247s) 2022-12-01T10:22:25.6122617Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.104s) 2022-12-01T10:22:25.6122850Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.142s) 2022-12-01T10:22:25.6123092Z test_nn_padding (__main__.TestJit) ... ok (0.255s) 2022-12-01T10:22:25.6123349Z test_nn_padding_functional (__main__.TestJit) ... ok (0.023s) 2022-12-01T10:22:25.6123604Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6123927Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-12-01T10:22:25.6124227Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6124489Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:22:25.6124751Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6125082Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:22:25.6125545Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-12-01T10:22:25.6125892Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6126155Z test_pretty_printer (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:22:25.6126415Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6126675Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6126922Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6127727Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:25.6128267Z test_python_bindings (__main__.TestJit) ... ok (0.220s) 2022-12-01T10:22:25.6128517Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6128749Z test_python_ir_utils (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6129537Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:25.6130076Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6130332Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (0.972s) 2022-12-01T10:22:25.6130569Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6130836Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6131103Z test_restore_device (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:22:25.6131384Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:22:25.6131890Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-12-01T10:22:25.6132203Z test_script_autograd_grad (__main__.TestJit) ... ok (0.357s) 2022-12-01T10:22:25.6132454Z test_script_backward (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:22:25.6133046Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-12-01T10:22:25.6133525Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-12-01T10:22:25.6133787Z ok (0.015s) 2022-12-01T10:22:25.6133987Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6134245Z test_script_tensor_type (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:22:25.6134516Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6134790Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6135076Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6135357Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6135612Z test_sparse_tensors (__main__.TestJit) ... ok (0.033s) 2022-12-01T10:22:25.6136779Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:22:25.6137542Z return callable(*args, **kwargs) 2022-12-01T10:22:25.6138551Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:22:25.6139210Z return callable(*args, **kwargs) 2022-12-01T10:22:25.6139399Z ok (0.028s) 2022-12-01T10:22:25.6139801Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-12-01T10:22:25.6140130Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6140399Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6140664Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:22:25.6140919Z test_torch_sum (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:22:25.6141159Z test_trace_retains_train (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:22:25.6141410Z test_train_eval (__main__.TestJit) ... ok (0.044s) 2022-12-01T10:22:25.6141654Z test_transpose (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:22:25.6141889Z test_unchecked_cast (__main__.TestJit) ... ok (0.011s) 2022-12-01T10:22:25.6142145Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:22:25.6142460Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-12-01T10:22:25.6142745Z test_warnings (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:22:25.6143032Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6143377Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6143733Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6144074Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6144420Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6144771Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6145174Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6145524Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6145875Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6146224Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6146556Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6146897Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6147243Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6147584Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6147906Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:22:25.6148258Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6148598Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6148967Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6149314Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6149691Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6150033Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6150371Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6150718Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:22:25.6151069Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:22:25.6151407Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6151728Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6152044Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6152366Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6152674Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6152984Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6153293Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6153603Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6153937Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6154268Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6154588Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6154894Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6155207Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6155519Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6155826Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6156173Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6156523Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6156886Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6157252Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6157633Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6157991Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6158299Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6158634Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6158968Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6159314Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6159660Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:22:25.6160026Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:22:25.6160355Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:22:25.6160699Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6161017Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6161375Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6161700Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6162006Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6162333Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6162658Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6162984Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6163309Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6163644Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6163981Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6164323Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6164682Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6165040Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6165393Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6165727Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6166084Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6166434Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6166755Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:22:25.6167086Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-12-01T10:22:25.6167417Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:22:25.6167752Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:22:25.6168078Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:22:25.6168410Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:22:25.6168749Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:22:25.6169049Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:22:25.6169373Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:22:25.6169709Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:22:25.6170033Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:22:25.6170356Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:22:25.6170688Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:22:25.6171001Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:22:25.6171309Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:22:25.6171771Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:22:25.6172105Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:22:25.6172441Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:22:25.6172815Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:22:25.6173129Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6173457Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6173741Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6174050Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6174419Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:22:25.6174799Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6175127Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:22:25.6175490Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:22:25.6175852Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:22:25.6176173Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6176482Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6176813Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6177135Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6177441Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6177773Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6178099Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6178424Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6178743Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6179058Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6179375Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6179684Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6179989Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6180296Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:22:25.6180588Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6180893Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:22:25.6181201Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6181515Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6181811Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6182132Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6182452Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6182762Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6183097Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:22:25.6183415Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6183723Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6184028Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6184336Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6184683Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:22:25.6185060Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6185417Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6185780Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6186114Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6186438Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6186768Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6187078Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6187370Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6187681Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6187988Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6188307Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6188614Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6188926Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6189252Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:22:25.6189575Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:22:25.6189899Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6190208Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6190526Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6190824Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6191125Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6191453Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:22:25.6191759Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:22:25.6192077Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6192392Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6192696Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6192985Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6193305Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6193626Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6193939Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:22:25.6194263Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6194575Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6194890Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6195193Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6195512Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:22:25.6195837Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-12-01T10:22:25.6196156Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:22:25.6196488Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:22:25.6196849Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:22:25.6197177Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:22:25.6197527Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:22:25.6197855Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:22:25.6198174Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:22:25.6198481Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:22:25.6198813Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6199156Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6199514Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6199872Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6200237Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6200582Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6200891Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6201229Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6201598Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6201992Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6202386Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6202792Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6203162Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6203526Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6203898Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6204285Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6204660Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6205015Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6205361Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6205753Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6206161Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6206562Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6206948Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6207308Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6207689Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6208055Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6208447Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6208809Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6209185Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6209509Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6209850Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6210179Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6210463Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6210760Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6211066Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6211371Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6211845Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:22:25.6212176Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6212507Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6212826Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6213160Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6213492Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6213812Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:22:25.6214125Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6214469Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:22:25.6214796Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:22:25.6215086Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6215393Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6215695Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:22:25.6215992Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:22:25.6216295Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:22:25.6216623Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:22:25.6216960Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:22:25.6217309Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:22:25.6217700Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:22:25.6218093Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:22:25.6218451Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:22:25.6218788Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:22:25.6219174Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:22:25.6219548Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:22:25.6219879Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:22:25.6220243Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:22:25.6220712Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:22:25.6221137Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:22:25.6221477Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:22:25.6221834Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:22:25.6222221Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:22:25.6222563Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6222848Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6223158Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6223451Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6223727Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6224031Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6224331Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:22:25.6224638Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:22:25.6224957Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:22:25.6225346Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:22:25.6225674Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:22:25.6225996Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:22:25.6226297Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:22:25.6226631Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:22:25.6226961Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:22:25.6227287Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:22:25.6227606Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:22:25.6227928Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6228239Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6228546Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6228898Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:22:25.6229286Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:22:25.6229617Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6229920Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6230231Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6230549Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6230883Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6231218Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6231580Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6231941Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6232326Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6232674Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6233050Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6233374Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6233661Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6233975Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:22:25.6234302Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:22:25.6234615Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:22:25.6234929Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:22:25.6235252Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:22:25.6235590Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:22:25.6235933Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:22:25.6236268Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:22:25.6236590Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:22:25.6236911Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:22:25.6237260Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:22:25.6237595Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:22:25.6237917Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:22:25.6238240Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:22:25.6238588Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:22:25.6238919Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:22:25.6239227Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6239540Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6239866Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6240197Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6240506Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6240833Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6241169Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6241513Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6241835Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6242156Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6242495Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6242826Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6243136Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6243439Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6243759Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6244106Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6244423Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6244771Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6245080Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6245390Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6245690Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-12-01T10:22:25.6245997Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-12-01T10:22:25.6246292Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-12-01T10:22:25.6246589Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-12-01T10:22:25.6246889Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-12-01T10:22:25.6247173Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:22:25.6247490Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6247841Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6248193Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:22:25.6248521Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6248865Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-12-01T10:22:25.6249210Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6249517Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6249826Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6250149Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6250481Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6250799Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6251101Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6251403Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6251861Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6252180Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-12-01T10:22:25.6252518Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:22:25.6252874Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-12-01T10:22:25.6253187Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6253502Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6253822Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6254113Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6254420Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6254755Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:22:25.6255087Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6255379Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6255687Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6256074Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6256385Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6256744Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6257059Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6257370Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6257661Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6257971Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6258301Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6258637Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6258995Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6259347Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6259487Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6259640Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6259773Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6259918Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6260060Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6260212Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6260346Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6260497Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6260640Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6260792Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:22:25.6260906Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6261048Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6261185Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6261340Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6261509Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6261667Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:22:25.6261836Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6262003Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6262179Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6262343Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6262515Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6262677Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6262840Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:22:25.6263022Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:22:25.6263197Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6263415Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:22:25.6263617Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6263776Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:22:25.6263958Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:22:25.6264102Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6264250Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6264409Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6264561Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6264725Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6264881Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6265087Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6265235Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6265392Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6265556Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6265777Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:25.6265912Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6266058Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266221Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266379Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266515Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266677Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266833Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6266970Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6267122Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6267267Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6267408Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6267555Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6267689Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6267846Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:22:25.6267991Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6268140Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6268283Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6268439Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6268591Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6268758Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6268965Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6269097Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6269318Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6269476Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6269611Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6269759Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6269894Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6270040Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6270174Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6270310Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6270455Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6270595Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6270746Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6270897Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271045Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271194Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271341Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271483Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271633Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271784Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6271935Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6272083Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6272245Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6272406Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6272565Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6272725Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6272865Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6273010Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6273166Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6273335Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6273496Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6273656Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6273817Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6273975Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:22:25.6274134Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6274289Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6274452Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:22:25.6274583Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6274757Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6274901Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6275053Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6275181Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6275297Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6275440Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6275576Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6275717Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6275855Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6275999Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6276152Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6276306Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6276437Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6276591Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6276750Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6276893Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6277047Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6277209Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6277358Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6277515Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6277660Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6277805Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6277961Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6278121Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6278265Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6278420Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6278583Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6278711Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6278841Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6278980Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6279104Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:22:25.6279245Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6279380Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6279513Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6279660Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6279800Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:22:25.6279969Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6280115Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6280302Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6280459Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6280613Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6280762Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6280918Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6281064Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6281199Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6281343Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6281503Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6281664Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:22:25.6281823Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:22:25.6281977Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6282108Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6282243Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6282379Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:22:25.6282524Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:22:25.6282665Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:22:25.6282797Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:22:25.6282938Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:22:25.6283084Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:22:25.6283223Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:22:25.6283357Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6283483Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6283635Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6283791Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6283937Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6284075Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6284219Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:22:25.6284372Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6284524Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6284658Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:22:25.6284794Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:22:25.6284934Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:22:25.6285061Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6285203Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6285339Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:22:25.6285504Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-12-01T10:22:25.6285656Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:22:25.6285839Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:22:25.6285975Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:22:25.6286125Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6286277Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:22:25.6286437Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:22:25.6286649Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:25.6286834Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.925s) 2022-12-01T10:22:25.6287012Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.839s) 2022-12-01T10:22:25.6287198Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.677s) 2022-12-01T10:22:25.6287358Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.689s) 2022-12-01T10:22:25.6287517Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (5.457s) 2022-12-01T10:22:25.6287685Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:22:25.6287850Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6288013Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:22:25.6288162Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:22:25.6288294Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:22:25.6288436Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:22:25.6288577Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:22:25.6288711Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6288864Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:22:25.6289014Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:22:25.6289160Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6289320Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6289476Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6289650Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6289816Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6289996Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290151Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290327Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290478Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290638Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290793Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6290995Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6291169Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6291387Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6291532Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6291897Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292050Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292212Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292369Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292526Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292697Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292851Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6292989Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293147Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293295Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293461Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293618Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293765Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6293922Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294077Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294235Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294376Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294530Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294684Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294835Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6294988Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295151Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295309Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295488Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295634Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295809Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6295950Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296092Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296237Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296379Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296583Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296741Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6296953Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297095Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297241Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297394Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297536Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297686Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297824Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6297976Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6298127Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:22:25.6298284Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:22:25.6298510Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-12-01T10:22:25.6298677Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:22:25.6298909Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-12-01T10:22:25.6299087Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:22:25.6299251Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:22:25.6299420Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:22:25.6299573Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:22:25.6299716Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:22:25.6299853Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6299990Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6300134Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6300274Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6300407Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:22:25.6300537Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:22:25.6300655Z test_del (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:22:25.6300803Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6300947Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6301115Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6301275Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:22:25.6301422Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:22:25.6301585Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6301725Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6301862Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6302056Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6302185Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6302367Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6302525Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:22:25.6302669Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6302831Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6303009Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6303143Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6303277Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6303395Z test_in_check (jit.test_list_dict.TestList) ... ok (0.014s) 2022-12-01T10:22:25.6303515Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.020s) 2022-12-01T10:22:25.6303639Z test_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6303776Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6303899Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:22:25.6304019Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6304153Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:22:25.6304276Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.015s) 2022-12-01T10:22:25.6304383Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6304505Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:22:25.6304623Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:22:25.6304740Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.060s) 2022-12-01T10:22:25.6304863Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.022s) 2022-12-01T10:22:25.6305055Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.036s) 2022-12-01T10:22:25.6305197Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:22:25.6305309Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:22:25.6305425Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.010s) 2022-12-01T10:22:25.6305548Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6305669Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.062s) 2022-12-01T10:22:25.6305799Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.043s) 2022-12-01T10:22:25.6305932Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6306068Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6306204Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6306348Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6306474Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6306616Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:22:25.6306747Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6306887Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6307028Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6307158Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6307341Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6307487Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6307653Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6307790Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6307919Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308049Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308179Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308311Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308451Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308595Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6308719Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6308853Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6308984Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:22:25.6309114Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6309260Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6309398Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6309529Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6309667Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:22:25.6309795Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6309938Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:22:25.6310061Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.029s) 2022-12-01T10:22:25.6310190Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:22:25.6310337Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6310465Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:22:25.6310609Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:22:25.6310713Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:22:25.6310819Z Unit tests for Tensor.tolist() function. ... ok (0.267s) 2022-12-01T10:22:25.6310929Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:22:25.6311074Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:22:25.6311215Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-12-01T10:22:25.6311357Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.008s) 2022-12-01T10:22:25.6311493Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-12-01T10:22:25.6311639Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-12-01T10:22:25.6311791Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:22:25.6311918Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-12-01T10:22:25.6312080Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.022s) 2022-12-01T10:22:25.6312236Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-12-01T10:22:25.6312387Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.014s) 2022-12-01T10:22:25.6312554Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-12-01T10:22:25.6312667Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:22:25.6312827Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.007s) 2022-12-01T10:22:25.6312964Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.022s) 2022-12-01T10:22:25.6313107Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6313226Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:22:25.6313337Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:22:25.6313463Z Check that an if statement can return different ... ok (0.006s) 2022-12-01T10:22:25.6313580Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:22:25.6313701Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.008s) 2022-12-01T10:22:25.6313835Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.018s) 2022-12-01T10:22:25.6313946Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-12-01T10:22:25.6314059Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6314186Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:22:25.6314336Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:22:25.6314488Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:22:25.6314610Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6314749Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6314890Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6315013Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6315147Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:22:25.6315291Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:22:25.6315429Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:22:25.6315608Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:22:25.6315793Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-12-01T10:22:25.6315967Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-12-01T10:22:25.6316141Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-12-01T10:22:25.6316318Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-12-01T10:22:25.6316487Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-12-01T10:22:25.6316665Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:22:25.6316831Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.044s) 2022-12-01T10:22:25.6316993Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-12-01T10:22:25.6317148Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-12-01T10:22:25.6317335Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:22:25.6317491Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:22:25.6317649Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-12-01T10:22:25.6317809Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:22:25.6317972Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.013s) 2022-12-01T10:22:25.6318125Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.153s) 2022-12-01T10:22:25.6318339Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:22:25.6318491Z Tracing over a script function returning a dictionary should work. ... ok (0.026s) 2022-12-01T10:22:25.6318676Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:22:25.6318874Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-12-01T10:22:25.6319055Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-12-01T10:22:25.6319213Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:22:25.6319356Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:22:25.6319479Z test_alexnet (jit.test_models.TestModels) ... ok (0.831s) 2022-12-01T10:22:25.6320218Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:25.6320367Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6320485Z test_mnist (jit.test_models.TestModels) ... ok (0.352s) 2022-12-01T10:22:25.6320621Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6320785Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6320981Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6321123Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6321252Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.038s) 2022-12-01T10:22:25.6321412Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6321624Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:22:25.6321837Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6322023Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6322158Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6322287Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.499s) 2022-12-01T10:22:25.6322486Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6322639Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6322769Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.141s) 2022-12-01T10:22:25.6322887Z test_vae (jit.test_models.TestModels) ... ok (0.165s) 2022-12-01T10:22:25.6323021Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6323148Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.085s) 2022-12-01T10:22:25.6323297Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:22:25.6323430Z Tests that customized state dict methods are in effect ... ok (0.033s) 2022-12-01T10:22:25.6323574Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:22:25.6323724Z Tests that default state dict methods are automatically available ... ok (0.026s) 2022-12-01T10:22:25.6323869Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:22:25.6324050Z Tests that customized state dict methods on submodules are in effect ... ok (0.042s) 2022-12-01T10:22:25.6324233Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.072s) 2022-12-01T10:22:25.6324451Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-12-01T10:22:25.6324631Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.019s) 2022-12-01T10:22:25.6324822Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.053s) 2022-12-01T10:22:25.6324992Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.031s) 2022-12-01T10:22:25.6325154Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.190s) 2022-12-01T10:22:25.6325312Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-12-01T10:22:25.6325489Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.011s) 2022-12-01T10:22:25.6325669Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:22:25.6325822Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-12-01T10:22:25.6326008Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.014s) 2022-12-01T10:22:25.6326189Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.045s) 2022-12-01T10:22:25.6326371Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.071s) 2022-12-01T10:22:25.6326554Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.028s) 2022-12-01T10:22:25.6326731Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.107s) 2022-12-01T10:22:25.6326909Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-12-01T10:22:25.6327092Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-12-01T10:22:25.6327253Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:22:25.6327407Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.053s) 2022-12-01T10:22:25.6327570Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:22:25.6327726Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.044s) 2022-12-01T10:22:25.6327928Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:22:25.6328108Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:22:25.6328297Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-12-01T10:22:25.6328476Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:22:25.6328665Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:22:25.6328837Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-12-01T10:22:25.6329002Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:22:25.6329166Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.080s) 2022-12-01T10:22:25.6329346Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-12-01T10:22:25.6329519Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-12-01T10:22:25.6329678Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:22:25.6329874Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:22:25.6330057Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:22:25.6330261Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:22:25.6330438Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.007s) 2022-12-01T10:22:25.6330620Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:22:25.6330764Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:22:25.6330899Z Test that a module that has __constants__ set to something ... ok (0.009s) 2022-12-01T10:22:25.6331035Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:22:25.6331179Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:22:25.6331315Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:22:25.6331470Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:22:25.6332307Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:22:25.6332466Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:22:25.6332665Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:22:25.6332815Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:22:25.6332969Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:22:25.6333119Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-12-01T10:22:25.6333249Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:22:25.6333653Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:22:25.6333733Z t = torch.tensor(t) 2022-12-01T10:22:25.6333800Z ok (0.337s) 2022-12-01T10:22:25.6333946Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.123s) 2022-12-01T10:22:25.6334081Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.047s) 2022-12-01T10:22:25.6334236Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.009s) 2022-12-01T10:22:25.6334375Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (3.363s) 2022-12-01T10:22:25.6334527Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.456s) 2022-12-01T10:22:25.6334663Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-12-01T10:22:25.6334802Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.022s) 2022-12-01T10:22:25.6334942Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.099s) 2022-12-01T10:22:25.6335085Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-12-01T10:22:25.6335221Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.024s) 2022-12-01T10:22:25.6335763Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:22:25.6335860Z return forward_call(*input, **kwargs) 2022-12-01T10:22:25.6336311Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:22:25.6336423Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:22:25.6336477Z ok (0.021s) 2022-12-01T10:22:25.6336661Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.489s) 2022-12-01T10:22:25.6336799Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.072s) 2022-12-01T10:22:25.6336944Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-12-01T10:22:25.6337094Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.099s) 2022-12-01T10:22:25.6337254Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-12-01T10:22:25.6337403Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.042s) 2022-12-01T10:22:25.6337530Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.034s) 2022-12-01T10:22:25.6337669Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.133s) 2022-12-01T10:22:25.6337811Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.083s) 2022-12-01T10:22:25.6337950Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.018s) 2022-12-01T10:22:25.6338092Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.030s) 2022-12-01T10:22:25.6338236Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.011s) 2022-12-01T10:22:25.6338373Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.041s) 2022-12-01T10:22:25.6338870Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:22:25.6338964Z return forward_call(*input, **kwargs) 2022-12-01T10:22:25.6339337Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:22:25.6339448Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:22:25.6339514Z ok (0.032s) 2022-12-01T10:22:25.6339661Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.018s) 2022-12-01T10:22:25.6339794Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.029s) 2022-12-01T10:22:25.6339934Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.051s) 2022-12-01T10:22:25.6340089Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.365s) 2022-12-01T10:22:25.6340267Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.043s) 2022-12-01T10:22:25.6340445Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.038s) 2022-12-01T10:22:25.6340705Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-12-01T10:22:25.6340967Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.025s) 2022-12-01T10:22:25.6341223Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.025s) 2022-12-01T10:22:25.6341476Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.025s) 2022-12-01T10:22:25.6341741Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-12-01T10:22:25.6341986Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-12-01T10:22:25.6342257Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.007s) 2022-12-01T10:22:25.6342426Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.033s) 2022-12-01T10:22:25.6342610Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:22:25.6342740Z Test the jit scripting and tracing of a parametrized model. ... ok (0.030s) 2022-12-01T10:22:25.6342881Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.065s) 2022-12-01T10:22:25.6343026Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-12-01T10:22:25.6343164Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-12-01T10:22:25.6343302Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6343446Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6343587Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:22:25.6343751Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6343874Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:22:25.6344019Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6344159Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6344328Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-12-01T10:22:25.6344515Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6344701Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6344893Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6345155Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6345346Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6345526Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:22:25.6345684Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:22:25.6345826Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346012Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346195Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346379Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346523Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346665Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6346795Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:22:25.6346938Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.043s) 2022-12-01T10:22:25.6347076Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-12-01T10:22:25.6347231Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6347383Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6347539Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6347694Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:22:25.6347886Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6348104Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6348248Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:22:25.6348430Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:22:25.6348588Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:22:25.6348735Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:22:25.6348881Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:22:25.6349034Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:22:25.6349161Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:22:25.6349299Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.044s) 2022-12-01T10:22:25.6349442Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.039s) 2022-12-01T10:22:25.6349602Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:22:25.6349743Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.044s) 2022-12-01T10:22:25.6349890Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:22:25.6350034Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-12-01T10:22:25.6350182Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-12-01T10:22:25.6350327Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.092s) 2022-12-01T10:22:25.6350468Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:22:25.6350596Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:22:25.6350759Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.051s) 2022-12-01T10:22:25.6350899Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:22:25.6351052Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:22:25.6351213Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-12-01T10:22:25.6351375Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:22:25.6351536Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-12-01T10:22:25.6351692Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-12-01T10:22:25.6351850Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:22:25.6352007Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:22:25.6352153Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-12-01T10:22:25.6352318Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-12-01T10:22:25.6352482Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.024s) 2022-12-01T10:22:25.6352637Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-12-01T10:22:25.6352786Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-12-01T10:22:25.6352947Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.095s) 2022-12-01T10:22:25.6353081Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:22:25.6353235Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-12-01T10:22:25.6353380Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:22:25.6353521Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.036s) 2022-12-01T10:22:25.6353701Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-12-01T10:22:25.6353851Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-12-01T10:22:25.6354054Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:22:25.6354210Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:22:25.6354348Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-12-01T10:22:25.6354483Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-12-01T10:22:25.6354638Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-12-01T10:22:25.6354796Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:22:25.6354961Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:22:25.6355107Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.047s) 2022-12-01T10:22:25.6355264Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:22:25.6355431Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:22:25.6355581Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-12-01T10:22:25.6355743Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:22:25.6355919Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:22:25.6356097Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-12-01T10:22:25.6356254Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:22:25.6356419Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-12-01T10:22:25.6356574Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-12-01T10:22:25.6356738Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-12-01T10:22:25.6356902Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.051s) 2022-12-01T10:22:25.6357044Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-12-01T10:22:25.6357200Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-12-01T10:22:25.6357367Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-12-01T10:22:25.6357522Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:22:25.6357675Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-12-01T10:22:25.6357834Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-12-01T10:22:25.6358017Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:22:25.6358191Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:22:25.6358353Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:22:25.6358539Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.053s) 2022-12-01T10:22:25.6358710Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:22:25.6358875Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:22:25.6359037Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-12-01T10:22:25.6359195Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:22:25.6359444Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-12-01T10:22:25.6359603Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:22:25.6359775Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.013s) 2022-12-01T10:22:25.6359918Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-12-01T10:22:25.6360083Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.030s) 2022-12-01T10:22:25.6360234Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:22:25.6360389Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-12-01T10:22:25.6360554Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-12-01T10:22:25.6360706Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:22:25.6360860Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:22:25.6361021Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-12-01T10:22:25.6361143Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6361281Z Exercise the situation where we have the same qualified name ... ok (0.024s) 2022-12-01T10:22:25.6361411Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6361544Z Exercise the situation where we have the same qualified name ... ok (0.025s) 2022-12-01T10:22:25.6361669Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6361802Z Exercise the situation where we have the same qualified name ... ok (0.036s) 2022-12-01T10:22:25.6361937Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.048s) 2022-12-01T10:22:25.6362064Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6362210Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.020s) 2022-12-01T10:22:25.6362354Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6362509Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.008s) 2022-12-01T10:22:25.6362656Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.006s) 2022-12-01T10:22:25.6362804Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.013s) 2022-12-01T10:22:25.6362940Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6363088Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.007s) 2022-12-01T10:22:25.6363226Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:22:25.6363359Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.007s) 2022-12-01T10:22:25.6363495Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-12-01T10:22:25.6363646Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6363843Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:22:25.6363996Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6364187Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:22:25.6364335Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6364530Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:22:25.6364745Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:22:25.6364982Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:22:25.6365151Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6365391Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:22:25.6365610Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:22:25.6365764Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6365973Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:22:25.6366129Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6366328Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:22:25.6366486Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:22:25.6366674Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:22:25.6366917Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:22:25.6367114Z self=, 2022-12-01T10:22:25.6367198Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:22:25.6367265Z ) 2022-12-01T10:22:25.6367357Z skip: Failed to load fixture! (0.105s) 2022-12-01T10:22:25.6367557Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.427s) 2022-12-01T10:22:25.6367762Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.110s) 2022-12-01T10:22:25.6367956Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-12-01T10:22:25.6368132Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.092s) 2022-12-01T10:22:25.6368759Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Test test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88719 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:22:25.6369361Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88719 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:25.6369559Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.192s) 2022-12-01T10:22:25.6369743Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-12-01T10:22:25.6369933Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:22:25.6370117Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:22:25.6370309Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:22:25.6370415Z test_add_out (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6370578Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6370705Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6370844Z test_add_tuple_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6370969Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6371063Z test_addmm_grad (__main__.TestScript) 2022-12-01T10:22:25.6371172Z This test checks several things: ... ok (0.006s) 2022-12-01T10:22:25.6371313Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6371415Z test_all (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6371531Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:22:25.6371792Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:22:25.6371951Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:22:25.6372071Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.039s) 2022-12-01T10:22:25.6372194Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6372321Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:22:25.6372443Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6372567Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:22:25.6372687Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6372813Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6372953Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6373080Z test_annotated_script_method (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6373198Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6373298Z test_any (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:22:25.6373439Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6373574Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6373700Z test_attr_module_constants (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:22:25.6373808Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6373926Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6374055Z test_attribute_serialization (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6374177Z test_attribute_unpickling (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6374295Z test_augmented_assign (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6374429Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6374553Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6374682Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6374814Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6374951Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6375143Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-12-01T10:22:25.6375266Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.157s) 2022-12-01T10:22:25.6375385Z test_big_float_literals (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6375503Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6375621Z test_binary_op_shape (__main__.TestScript) ... ok (0.213s) 2022-12-01T10:22:25.6375723Z test_bitwise_ops (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6375850Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6375980Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6376160Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6376293Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6376444Z test_bool_dispatch (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:22:25.6376588Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6376709Z test_break_continue_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6376816Z test_breaks_continues (__main__.TestScript) ... ok (0.117s) 2022-12-01T10:22:25.6376928Z test_builtin_args (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6377087Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:22:25.6377162Z FileCheck checks: 2022-12-01T10:22:25.6377512Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:22:25.6377603Z File "test_jit.py", line 10876 2022-12-01T10:22:25.6377685Z @torch.jit.script 2022-12-01T10:22:25.6377758Z def f6(a): 2022-12-01T10:22:25.6377831Z a.expand(size=[3, [4]]) 2022-12-01T10:22:25.6377980Z ~~~~~~ <--- HERE 2022-12-01T10:22:25.6378068Z (function emitListLiteral) 2022-12-01T10:22:25.6378133Z ok (0.006s) 2022-12-01T10:22:25.6378267Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6378388Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6378494Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6378614Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6378754Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6378889Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6379024Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6379158Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6379297Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6379436Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6379570Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6379690Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6379826Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6379958Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6380091Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6380229Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6380400Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:22:25.6380532Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6380698Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:22:25.6380975Z test_calls_in_type_annotations (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/__init__.py 2022-12-01T10:22:25.6381030Z ok (0.001s) 2022-12-01T10:22:25.6381164Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6381371Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-12-01T10:22:25.6381504Z test_cat (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6381615Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6381717Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6381854Z test_circular_dependency (__main__.TestScript) 2022-12-01T10:22:25.6381987Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.030s) 2022-12-01T10:22:25.6382096Z test_class_as_attribute (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6382213Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6382342Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6382490Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6382598Z test_code_with_constants (__main__.TestScript) 2022-12-01T10:22:25.6382770Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-12-01T10:22:25.6382892Z test_code_with_constants_restore (__main__.TestScript) 2022-12-01T10:22:25.6383061Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-12-01T10:22:25.6383186Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6383312Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6383512Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6383636Z test_conditional_casting (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:22:25.6383753Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6383895Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6384018Z test_constant_pooling_none (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6384153Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6384261Z test_context_manager (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:22:25.6384371Z test_conv_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6384485Z test_convert_base (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:22:25.6384612Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6384734Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6384854Z test_desugar_module (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6385028Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6385131Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6385269Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:22:25.6385373Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6385480Z test_divmod (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:22:25.6385643Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-12-01T10:22:25.6385756Z test_dropout_eval (__main__.TestScript) ... ok (0.157s) 2022-12-01T10:22:25.6385876Z test_dropout_script (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6385988Z test_dtype_attr (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6386092Z test_dtype_op_shape (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:22:25.6386210Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.048s) 2022-12-01T10:22:25.6386331Z test_early_return_closure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6386456Z test_early_return_fork_join (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6386578Z test_early_return_rewrite (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:22:25.6386710Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6386834Z test_early_returns_loops (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:22:25.6386973Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6387095Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6387256Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6387376Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6387489Z test_ellipsis_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6387601Z test_ellipsis_mid (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6387723Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6387840Z test_ellipsis_start (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6387960Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:22:25.6388090Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6388208Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6388338Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:22:25.6388458Z test_erase_number_types (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6388566Z test_error (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:22:25.6388684Z test_error_stacktrace (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6388815Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:22:25.6388915Z test_eval_python (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6389042Z test_exception_exits_closure (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6389173Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:22:25.6389279Z test_expand (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6389380Z test_fibb (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6389500Z test_fibb_totally_better (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6389633Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6389735Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6389870Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6389985Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6390103Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6390219Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6390334Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6390444Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6390560Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6390666Z test_first_class_calls (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6390786Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6390895Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6391004Z test_floordiv (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6391110Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6391222Z test_for_in_dict (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6391338Z test_for_in_enumerate (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:22:25.6391437Z test_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6391550Z test_for_in_range_ast (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6391672Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6391791Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6391918Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6392047Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:22:25.6392204Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6392322Z test_for_in_string (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:22:25.6392426Z test_for_in_tensors (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6392587Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6392708Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6392829Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6392938Z test_for_in_zip (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6393057Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6393173Z test_for_tuple_assign (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6393288Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6393380Z test_format (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6393488Z test_func_call (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:22:25.6393623Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6393750Z test_function_overload_misuse (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6393891Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6394012Z test_function_overloads (__main__.TestScript) ... ok (0.054s) 2022-12-01T10:22:25.6394213Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:25.6394349Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.127s) 2022-12-01T10:22:25.6394460Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6394582Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6394703Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6394818Z test_get_set_state (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:22:25.6394946Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6395064Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6395169Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6395271Z test_hex_literals (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6395371Z test_id (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6395470Z test_if (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6395582Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6395703Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6395820Z test_if_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6395940Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:22:25.6396051Z test_if_list_cat (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6396153Z test_if_nest_while (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:22:25.6396261Z test_if_noelse (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6396382Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6396501Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6396619Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6396736Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6396861Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6396965Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6397104Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6397225Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6397354Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6397502Z test_index (__main__.TestScript) ... ok (0.084s) 2022-12-01T10:22:25.6397632Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6397749Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6397896Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6397993Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6398100Z test_inferred_error_msg (__main__.TestScript) 2022-12-01T10:22:25.6398246Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-12-01T10:22:25.6398360Z test_inherit_method (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6398563Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:22:25.6398664Z test_inlined_graph (__main__.TestScript) 2022-12-01T10:22:25.6398817Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-12-01T10:22:25.6398937Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6399038Z test_inplace_add (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6399164Z test_inplace_copy_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6399289Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6399396Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6399525Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6399644Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6399762Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.425s) 2022-12-01T10:22:25.6399862Z test_intlist_args (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6399986Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6400109Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6400241Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6400349Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6400461Z test_is_after_use (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6400569Z test_is_isnot (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:22:25.6400681Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6400781Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6400910Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6401020Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6401140Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6401267Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6401391Z test_isinstance_refinement (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6401503Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6401599Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6401722Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6401842Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6401953Z test_lazy_script (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:22:25.6402092Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6402243Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6402355Z test_lhs_indexing (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6402481Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6402600Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6402737Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6402887Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6403009Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6403150Z test_linear_grad (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6403287Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.050s) 2022-12-01T10:22:25.6403427Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6403543Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6403647Z test_list_python_op (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6403755Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6403861Z test_literal (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:22:25.6403969Z test_literals (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6404090Z test_logical_short_circuit (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6404207Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6404328Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6404460Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6404563Z test_loop_unrolling (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6404684Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6404807Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:22:25.6404929Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6405037Z test_math_ops (__main__.TestScript) ... ok (0.211s) 2022-12-01T10:22:25.6405207Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:22:25.6405413Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-12-01T10:22:25.6405536Z test_method_casts_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6405639Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6405763Z test_method_overloading (__main__.TestScript) ... ok (0.155s) 2022-12-01T10:22:25.6405885Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6405997Z test_mm_batching (__main__.TestScript) ... ok (0.523s) 2022-12-01T10:22:25.6406108Z test_module_apis (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:22:25.6406220Z test_module_attrs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6406353Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6406459Z test_module_copying (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6406570Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6406702Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6406822Z test_module_none_attrs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6406958Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:22:25.6407070Z test_module_str (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6407205Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6407321Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6407434Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6407562Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:22:25.6407704Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6407832Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6407950Z test_multiple_assign (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6408100Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6408215Z test_mutable_dce (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6408322Z test_mutable_dce_block (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6408479Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6408619Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6408755Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6408873Z test_mutable_dce_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6408990Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6409114Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6409230Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6409335Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6409467Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:22:25.6409585Z test_namedtuple_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6409729Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6409880Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6410019Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6410163Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6410327Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6410437Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6410570Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6410682Z test_narrow_copy (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6410803Z test_nested_aug_assign (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:22:25.6410920Z test_nested_bailouts (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6411036Z test_nested_breaks (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:22:25.6411160Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6411281Z test_nested_select_assign (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6411375Z test_nn_GRU (__main__.TestScript) ... ok (0.104s) 2022-12-01T10:22:25.6411479Z test_nn_LSTM (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:22:25.6411740Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.082s) 2022-12-01T10:22:25.6411907Z test_nn_init (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:22:25.6412023Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6412152Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6412270Z test_non_final_return (__main__.TestScript) ... ok (0.084s) 2022-12-01T10:22:25.6412372Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6412473Z test_not (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6412596Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6412715Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6412825Z test_number_abs (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6412945Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6413082Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6413215Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6413340Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6413449Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6413560Z test_number_math (__main__.TestScript) ... ok (1.947s) 2022-12-01T10:22:25.6413724Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6413893Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-12-01T10:22:25.6414047Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6414155Z test_op_dtype (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6414277Z test_operator_precedence (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6414593Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-12-01T10:22:25.6414893Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-12-01T10:22:25.6414996Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6415114Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6415560Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9793: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:22:25.6415679Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:22:25.6416452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1888.) 2022-12-01T10:22:25.6416599Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:22:25.6417327Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1888.) 2022-12-01T10:22:25.6417477Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:22:25.6417544Z ok (0.019s) 2022-12-01T10:22:25.6417661Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6417783Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:22:25.6417904Z test_pack_unpack_state (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6418059Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:22:25.6418157Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:22:25.6418255Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:22:25.6418346Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:22:25.6418420Z grad_fn=) 2022-12-01T10:22:25.6418521Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:22:25.6418618Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:22:25.6418710Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:22:25.6418797Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:22:25.6418880Z grad_fn=) 2022-12-01T10:22:25.6418945Z ok (0.010s) 2022-12-01T10:22:25.6419081Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6419219Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6419342Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6419473Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6419631Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6419752Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6419912Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6420049Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6420208Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6420347Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6420495Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6420639Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6420757Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6420861Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6420985Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6421127Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-12-01T10:22:25.6421256Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6421406Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:22:25.6421531Z test_pretty_print_function (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:22:25.6421704Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-12-01T10:22:25.6421808Z test_print (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6421923Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6422092Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:22:25.6422213Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6422343Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6422443Z test_python_call (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6422570Z test_python_call_annotation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6422708Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6422829Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6422954Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6423086Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6423204Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6423314Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6423443Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6423566Z test_python_op_builtins (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6423682Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6423816Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6423962Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-12-01T10:22:25.6424079Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6424190Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6424300Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6424420Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6424540Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6424656Z test_remove_dropout (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6424790Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6424936Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6425175Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-12-01T10:22:25.6425345Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:22:25.6425454Z test_resize_input_ops (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6425559Z test_return (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6425681Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6425795Z test_return_tuple (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6425913Z test_rnn_trace_override (__main__.TestScript) ... ok (0.271s) 2022-12-01T10:22:25.6426034Z test_robust_op_resolution (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6426137Z test_round (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6426246Z test_save_load_attr_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6426373Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6426493Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6426608Z test_script_chunk (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6426728Z test_script_clamp_none (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6426841Z test_script_copy (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6426951Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6427073Z test_script_define_order (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6427201Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6427319Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6427459Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6427609Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-12-01T10:22:25.6427736Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6427853Z test_script_is_tracing (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6427980Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6428109Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6428241Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6428355Z test_script_module (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6428485Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6428607Z test_script_module_const (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6428746Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:22:25.6428877Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6429022Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6429157Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:22:25.6429327Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-12-01T10:22:25.6429465Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6429590Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6429707Z test_script_module_for (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6429828Z test_script_module_for2 (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:22:25.6429961Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6430097Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6430482Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-12-01T10:22:25.6430600Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6430772Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6430902Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6431038Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6431181Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6431327Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6431469Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6431593Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:22:25.6431715Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6431837Z test_script_optional_none (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6431957Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6432090Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:22:25.6432229Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:22:25.6432342Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6432467Z test_script_sequential_for (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:22:25.6432597Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:22:25.6432726Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:22:25.6432858Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:22:25.6433000Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:22:25.6433122Z test_script_star_assign (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6433242Z test_script_star_expr (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:22:25.6433371Z test_script_star_expr_string (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:22:25.6433494Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6433646Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6433789Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6433939Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6434060Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6434179Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6434317Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:22:25.6434444Z test_serialization_big_ints (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6434567Z test_serialization_sharing (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6434691Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6434807Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:22:25.6434936Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6435078Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.084s) 2022-12-01T10:22:25.6435213Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6435351Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6435488Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6435670Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6435796Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6435918Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6436070Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6436190Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6436321Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6436441Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6436568Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6436736Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:22:25.6436841Z test_split (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6436932Z test_stack (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6437051Z test_static_if_prop (__main__.TestScript) ... ok (0.067s) 2022-12-01T10:22:25.6437164Z test_static_method_on_module (__main__.TestScript) 2022-12-01T10:22:25.6437322Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-12-01T10:22:25.6437440Z test_static_methods (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:22:25.6437547Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6437656Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6437782Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6437906Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6438018Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6438127Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6438238Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6438356Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6438464Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6438575Z test_string_print (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6438686Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6438802Z test_string_slicing (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6438911Z test_string_sort (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6439027Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6439168Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6439286Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6439387Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6439494Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6439611Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6439728Z test_sum_list_literal (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6439838Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6439962Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6440084Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6440385Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-12-01T10:22:25.6440497Z test_tensor_data (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6440635Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:22:25.6440749Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6440860Z test_tensor_grad (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6440983Z test_tensor_import_export (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6441124Z test_tensor_len (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6441245Z test_tensor_number_math (__main__.TestScript) ... ok (0.408s) 2022-12-01T10:22:25.6441449Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-12-01T10:22:25.6441604Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-12-01T10:22:25.6441705Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6442264Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-12-01T10:22:25.6442405Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:22:25.6442473Z ok (0.008s) 2022-12-01T10:22:25.6442583Z test_tensor_to (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6442698Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6442849Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:22:25.6443004Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-12-01T10:22:25.6443099Z test_ternary (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6443230Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:22:25.6443361Z test_ternary_right_associative (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6443481Z test_ternary_static_if (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6443591Z test_torch_any (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6443753Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-12-01T10:22:25.6443891Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:22:25.6444030Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6444156Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:22:25.6444296Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6444433Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:22:25.6444551Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6444659Z test_torch_pow (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:22:25.6445216Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:22:25.6445308Z return callable(*args, **kwargs) 2022-12-01T10:22:25.6445374Z ok (0.534s) 2022-12-01T10:22:25.6445503Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6445629Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:22:25.6445753Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6445884Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6446014Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.078s) 2022-12-01T10:22:25.6446159Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.157s) 2022-12-01T10:22:25.6446276Z test_training_param (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6446397Z test_tuple_assignments (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:22:25.6446501Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6446623Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6446772Z test_tuple_indexing (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:22:25.6446884Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6447003Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6447142Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6447261Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6447374Z test_tuple_sorted (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6447480Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6447611Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6447745Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6447882Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6447996Z test_type_annotate (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:22:25.6448124Z test_type_annotation_module (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6448245Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:22:25.6448368Z test_type_annotations (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:22:25.6448493Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:22:25.6448621Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:22:25.6448744Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6448853Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6448976Z test_type_comments_in_body (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6449103Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-12-01T10:22:25.6449288Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-12-01T10:22:25.6449513Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-12-01T10:22:25.6449619Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6449740Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6449856Z test_uninitialized (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6449972Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6450087Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6450217Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6450349Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6450509Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:22:25.6450639Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6450761Z test_unused_decorator (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6450890Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:22:25.6451007Z test_var_aug_assign (__main__.TestScript) ... ok (0.039s) 2022-12-01T10:22:25.6451119Z test_vararg_zeros (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:22:25.6451254Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6451371Z test_view_shape_prop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6451469Z test_view_write (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:22:25.6451825Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:22:25.6451944Z test_where (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6452059Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6452163Z test_while (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6452337Z test_while_nest_if (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:22:25.6452470Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:22:25.6452596Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6452751Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:22:25.6452872Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6452997Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:22:25.6453124Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6453247Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:22:25.6453365Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6453487Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:22:25.6453594Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:22:25.6453700Z test_zeros (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:22:25.6453829Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.436s) 2022-12-01T10:22:25.6453947Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6454069Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-12-01T10:22:25.6454189Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6454308Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:22:25.6454423Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6454493Z Test deletion. ... ok (0.001s) 2022-12-01T10:22:25.6454607Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6454742Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:22:25.6454855Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6454935Z Test .items(). ... ok (0.001s) 2022-12-01T10:22:25.6455045Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6455228Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-12-01T10:22:25.6455325Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6455427Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:22:25.6455540Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6455778Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-12-01T10:22:25.6455909Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6456061Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:22:25.6456172Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6456267Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:22:25.6456368Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:22:25.6456501Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-12-01T10:22:25.6456615Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6456705Z Test append method. ... ok (0.001s) 2022-12-01T10:22:25.6456818Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6456939Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:22:25.6457052Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6457117Z Test clear. ... ok (0.001s) 2022-12-01T10:22:25.6457232Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6457348Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:22:25.6457459Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6457546Z Test count method. ... ok (0.001s) 2022-12-01T10:22:25.6457659Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6457742Z Test deletion. ... ok (0.001s) 2022-12-01T10:22:25.6457841Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6457967Z Test extend. ... ok (0.002s) 2022-12-01T10:22:25.6458083Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6458211Z Test accessing list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:22:25.6458353Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6458432Z Test insert. ... ok (0.002s) 2022-12-01T10:22:25.6458543Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6458696Z Test iteration over a list's elements. ... ok (0.001s) 2022-12-01T10:22:25.6458805Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6458904Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:22:25.6459016Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6459251Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-12-01T10:22:25.6459362Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6459442Z Test pop. ... ok (0.002s) 2022-12-01T10:22:25.6459574Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6459713Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:22:25.6459827Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6459916Z Test remove method. ... ok (0.001s) 2022-12-01T10:22:25.6460028Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6460121Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:22:25.6460235Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:22:25.6460360Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-12-01T10:22:25.6460630Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:22:25.6460873Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:22:25.6461123Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:22:25.6461360Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:22:25.6461589Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:22:25.6461826Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:22:25.6462061Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:22:25.6462301Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:22:25.6462544Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:22:25.6462785Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:22:25.6463015Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:22:25.6463253Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:22:25.6463498Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:22:25.6463739Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:22:25.6477374Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.068s) 2022-12-01T10:22:25.6477724Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:22:25.6477865Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.069s) 2022-12-01T10:22:25.6478016Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.055s) 2022-12-01T10:22:25.6478210Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.206s) 2022-12-01T10:22:25.6478343Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.022s) 2022-12-01T10:22:25.6478474Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6478605Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6478728Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-12-01T10:22:25.6478854Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6478969Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:22:25.6479102Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:22:25.6479242Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:22:25.6479375Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6479502Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6479640Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6479762Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:22:25.6479886Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6480009Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6480152Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6480280Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6480402Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:22:25.6480527Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:22:25.6480663Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-12-01T10:22:25.6480794Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-12-01T10:22:25.6480935Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-12-01T10:22:25.6481057Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-12-01T10:22:25.6481228Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:22:25.6481446Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6481683Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6481907Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6482129Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6482361Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6482586Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6482808Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6483004Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:22:25.6483232Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6483485Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6483736Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6483974Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6484182Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:22:25.6484382Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6484604Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6484835Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6485058Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:22:25.6485253Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:22:25.6485440Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6485642Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6485848Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:22:25.6486041Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-12-01T10:22:25.6486228Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-12-01T10:22:25.6486426Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:22:25.6486623Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:22:25.6486818Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-12-01T10:22:25.6487004Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:22:25.6487185Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-12-01T10:22:25.6487378Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.034s) 2022-12-01T10:22:25.6487591Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-12-01T10:22:25.6487796Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-12-01T10:22:25.6488002Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-12-01T10:22:25.6488188Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-12-01T10:22:25.6488370Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.074s) 2022-12-01T10:22:25.6488562Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-12-01T10:22:25.6488803Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-12-01T10:22:25.6488981Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:22:25.6489212Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:22:25.6489402Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-12-01T10:22:25.6489625Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-12-01T10:22:25.6489808Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:22:25.6490001Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:22:25.6490191Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:22:25.6490365Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-12-01T10:22:25.6490516Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-12-01T10:22:25.6490669Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-12-01T10:22:25.6490817Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-12-01T10:22:25.6490973Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.013s) 2022-12-01T10:22:25.6491134Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.028s) 2022-12-01T10:22:25.6491321Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-12-01T10:22:25.6491496Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:22:25.6491896Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:22:25.6492081Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:22:25.6492252Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:22:25.6492431Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:22:25.6492612Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:22:25.6492757Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-12-01T10:22:25.6492913Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.001s) 2022-12-01T10:22:25.6493053Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-12-01T10:22:25.6493204Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6493615Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-12-01 10:22:21 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6493872Z STAGE:2022-12-01 10:22:21 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6493928Z ok (0.001s) 2022-12-01T10:22:25.6494070Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6494210Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-12-01T10:22:25.6494365Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6494527Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:22:25.6494683Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:22:25.6494832Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:22:25.6495002Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-12-01T10:22:25.6495155Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:22:25.6495383Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:22:25.6495532Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6495720Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:22:25.6495889Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6496042Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6496187Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6496349Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:22:25.6496491Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6496654Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6496811Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:22:25.6496963Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6497132Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6497283Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6497431Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:22:25.6497580Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6497748Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:22:25.6497881Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:22:25.6498037Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-12-01T10:22:25.6498189Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:22:25.6498344Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:22:25.6498495Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:22:25.6498619Z test_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6498735Z test_conv (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:22:25.6498871Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:22:25.6499000Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6499141Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6499255Z test_ge (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:22:25.6499397Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:22:25.6499527Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.186s) 2022-12-01T10:22:25.6499659Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-12-01T10:22:25.6499788Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6499916Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6500060Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6500188Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:22:25.6500314Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6500461Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6500586Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6500723Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6500880Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6501012Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6501144Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:22:25.6501309Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:22:25.6501441Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:22:25.6501657Z Check that dictionary access doesn't care about insertion order ... ok (0.009s) 2022-12-01T10:22:25.6501792Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6501926Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6502062Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:22:25.6502178Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:22:25.6502319Z Check that the trace remembers which keys were in a dict input ... ok (0.012s) 2022-12-01T10:22:25.6502452Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6502567Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:22:25.6502701Z Check that inputs to traced functions are flattened ... ok (0.012s) 2022-12-01T10:22:25.6502837Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6502971Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6503111Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6503249Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6503388Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6503522Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:22:25.6503677Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-12-01T10:22:25.6503808Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:22:25.6503940Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6504065Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:22:25.6504194Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:22:25.6504312Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:22:25.6504431Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:22:25.6504612Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.007s) 2022-12-01T10:22:25.6504740Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:22:25.6504874Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6505078Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6505213Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6505340Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:22:25.6505450Z test_simple (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:22:25.6505595Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-12-01T10:22:25.6505736Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6505868Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6505992Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:22:25.6506130Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:22:25.6506270Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6506455Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-12-01T10:22:25.6506602Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:22:25.6506748Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6506916Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6507063Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6507207Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:22:25.6507356Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6507499Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6507635Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:22:25.6507772Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6507907Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6508053Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:22:25.6508182Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6508317Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6508471Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6508608Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6508749Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6508869Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:22:25.6509001Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-12-01T10:22:25.6509132Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:22:25.6509276Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-12-01T10:22:25.6509418Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-12-01T10:22:25.6509561Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6509714Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6509841Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6509965Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6510107Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6510239Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:22:25.6510367Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6510512Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:22:25.6510646Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:22:25.6510803Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-12-01T10:22:25.6510937Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:22:25.6511106Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:22:25.6511230Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:22:25.6511354Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:22:25.6511576Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-12-01T10:22:25.6511777Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-12-01T10:22:25.6512105Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-12-01T10:22:25.6512340Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-12-01T10:22:25.6512551Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-12-01T10:22:25.6512622Z return (%12) 2022-12-01T10:22:25.6512633Z 2022-12-01T10:22:25.6512700Z ok (0.007s) 2022-12-01T10:22:25.6512837Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6512964Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:22:25.6513094Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:22:25.6513221Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6513357Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6513488Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:22:25.6513653Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6513779Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6513913Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:22:25.6514025Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6514160Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-12-01T10:22:25.6514294Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:22:25.6514417Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6514554Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6514696Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6514821Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-12-01T10:22:25.6514955Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6515088Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:22:25.6515240Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6515376Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-12-01T10:22:25.6515511Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-12-01T10:22:25.6516190Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-12-01T10:22:25.6516277Z return x.topk(y, dim=1)[1] 2022-12-01T10:22:25.6516343Z ok (0.010s) 2022-12-01T10:22:25.6516471Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:22:25.6516606Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6516731Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:22:25.6516883Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6517034Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:22:25.6517177Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:22:25.6517322Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:22:25.6517506Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-12-01T10:22:25.6517653Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-12-01T10:22:25.6517796Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-12-01T10:22:25.6517939Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.120s) 2022-12-01T10:22:25.6518073Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:22:25.6518201Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:22:25.6518340Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6518567Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.035s) 2022-12-01T10:22:25.6518707Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:22:25.6518871Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-12-01T10:22:25.6519014Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:22:25.6519148Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6519335Z Types should be shared for identical constant values, and different for different constant values ... ok (0.011s) 2022-12-01T10:22:25.6519472Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6519608Z Types should be shared even if attribute values differ ... ok (0.006s) 2022-12-01T10:22:25.6519760Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6519918Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-12-01T10:22:25.6520062Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:22:25.6520174Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6520291Z Simple example with a real nn Module ... ok (0.012s) 2022-12-01T10:22:25.6520444Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.017s) 2022-12-01T10:22:25.6520605Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6520755Z We should be able to differentiate between two ModuleDict instances ... ok (0.033s) 2022-12-01T10:22:25.6520890Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6521036Z Mutating the value of an attribute should not change type sharing ... ok (0.020s) 2022-12-01T10:22:25.6521173Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6521376Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-12-01T10:22:25.6521536Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6521680Z Different functions passed in should lead to different types ... ok (0.011s) 2022-12-01T10:22:25.6521833Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6521961Z Same functions passed in should lead to same types ... ok (0.008s) 2022-12-01T10:22:25.6522108Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6522261Z Even if everything about the module is the same, different originating ... ok (0.023s) 2022-12-01T10:22:25.6522420Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6522551Z Different functions passed in should lead to different types ... ok (0.012s) 2022-12-01T10:22:25.6522703Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6522835Z Same functions passed in should lead to same types ... ok (0.008s) 2022-12-01T10:22:25.6523012Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-12-01T10:22:25.6523178Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6523306Z If submodules differ, the types should differ. ... ok (0.047s) 2022-12-01T10:22:25.6523458Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6523704Z Since we can't guarantee that methods are the same between different ... ok (0.013s) 2022-12-01T10:22:25.6523847Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6523981Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-12-01T10:22:25.6524133Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6524263Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-12-01T10:22:25.6524410Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6524545Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-12-01T10:22:25.6524688Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:22:25.6524804Z Test that type sharing can be disabled. ... ok (0.021s) 2022-12-01T10:22:25.6524954Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:22:25.6525105Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:22:25.6525261Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-12-01T10:22:25.6525416Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:22:25.6525537Z Test that module attributes can be ignored. ... ok (0.007s) 2022-12-01T10:22:25.6525705Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:22:25.6525867Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:22:25.6526031Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:22:25.6526170Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:22:25.6526318Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:22:25.6526469Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-12-01T10:22:25.6526623Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:22:25.6526771Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:22:25.6526932Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:22:25.6527079Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:22:25.6527236Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-12-01T10:22:25.6527377Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-12-01T10:22:25.6527545Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:22:25.6527672Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:22:25.6527811Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6527958Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:22:25.6528119Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:22:25.6528248Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.024s) 2022-12-01T10:22:25.6528390Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:22:25.6528814Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:22:25.6528979Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-12-01T10:22:25.6529051Z def fn(): 2022-12-01T10:22:25.6529162Z l1 = [1, 2, "foo", 3] 2022-12-01T10:22:25.6529291Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:22:25.6529384Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:22:25.6529501Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:22:25.6529590Z (function emitListLiteral) 2022-12-01T10:22:25.6529644Z ok (0.002s) 2022-12-01T10:22:25.6530071Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:22:25.6530209Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-12-01T10:22:25.6530277Z def fn(): 2022-12-01T10:22:25.6530367Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:22:25.6530445Z l2 = [1, 2, "foo", 3] 2022-12-01T10:22:25.6530570Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:22:25.6530684Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:22:25.6530752Z return d 2022-12-01T10:22:25.6530827Z (function emitListLiteral) 2022-12-01T10:22:25.6530894Z ok (0.002s) 2022-12-01T10:22:25.6531021Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:22:25.6531150Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.015s) 2022-12-01T10:22:25.6531283Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:22:25.6531412Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.017s) 2022-12-01T10:22:25.6531533Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:22:25.6531834Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:22:25.6531965Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.012s) 2022-12-01T10:22:25.6532139Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:22:25.6532275Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:22:25.6532406Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:22:25.6532547Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:22:25.6532678Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:22:25.6532815Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:22:25.6532928Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:22:25.6533064Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:22:25.6533204Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.014s) 2022-12-01T10:22:25.6533340Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:22:25.6533471Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:22:25.6533611Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:22:25.6533743Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6533858Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6533990Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:22:25.6534113Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6534245Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:22:25.6534382Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.023s) 2022-12-01T10:22:25.6534585Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6534711Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:22:25.6534839Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:22:25.6535007Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:22:25.6535143Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6535298Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:22:25.6535443Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:22:25.6535601Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:22:25.6535731Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6535884Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6536022Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6536135Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:22:25.6536266Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:22:25.6536409Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6536578Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:22:25.6536748Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:22:25.6536919Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:22:25.6537082Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:22:25.6537265Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-12-01T10:22:25.6537437Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:22:25.6537564Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:22:25.6538176Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-12-01T10:22:25.6538286Z "The inner type of a container is lost when " 2022-12-01T10:22:25.6538354Z ok (0.008s) 2022-12-01T10:22:25.6538505Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:22:25.6538661Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:22:25.6538814Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:22:25.6538967Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6539135Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6539287Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6539451Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6539580Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6539732Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:22:25.6539896Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:22:25.6540038Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6540213Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:22:25.6540375Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:22:25.6540526Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:22:25.6540686Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:22:25.6540861Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:22:25.6541036Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:22:25.6541189Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6541344Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6541490Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-12-01T10:22:25.6541656Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:22:25.6541807Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6541938Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:22:25.6542086Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:22:25.6542220Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:22:25.6542359Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.029s) 2022-12-01T10:22:25.6542484Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:22:25.6542888Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:22:25.6542971Z File "", line 3 2022-12-01T10:22:25.6542978Z 2022-12-01T10:22:25.6543043Z def fn(): 2022-12-01T10:22:25.6543195Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:22:25.6543372Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:22:25.6543491Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:22:25.6543581Z x.append(torch.tensor(3)) 2022-12-01T10:22:25.6543670Z (function emitListLiteral) 2022-12-01T10:22:25.6544017Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:22:25.6544096Z File "", line 3 2022-12-01T10:22:25.6544101Z 2022-12-01T10:22:25.6544166Z def fn(): 2022-12-01T10:22:25.6544314Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:22:25.6544483Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:22:25.6544601Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:22:25.6544689Z x.append(torch.tensor(3)) 2022-12-01T10:22:25.6544775Z (function emitListLiteral) 2022-12-01T10:22:25.6544842Z ok (0.023s) 2022-12-01T10:22:25.6545047Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:22:25.6545201Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:22:25.6545342Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:22:25.6545576Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-12-01T10:22:25.6545729Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.017s) 2022-12-01T10:22:25.6545913Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-12-01T10:22:25.6546061Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:22:25.6546207Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:22:25.6546357Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:22:25.6546498Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:22:25.6546650Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:22:25.6546782Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6546924Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6547072Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6547214Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6547362Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6547515Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-12-01T10:22:25.6547680Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:22:25.6547837Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:22:25.6547937Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:22:25.6548089Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:22:25.6548241Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:22:25.6548368Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:22:25.6548503Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:22:25.6548628Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:22:25.6548762Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-12-01T10:22:25.6548858Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:22:25.6549076Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.067s) 2022-12-01T10:22:25.6549184Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:22:25.6549431Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-12-01T10:22:25.6549544Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:22:25.6549759Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.024s) 2022-12-01T10:22:25.6549859Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:22:25.6550095Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.070s) 2022-12-01T10:22:25.6550187Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:22:25.6550333Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-12-01T10:22:25.6550447Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:22:25.6550831Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:22:24 2564:2564 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:25.6551084Z STAGE:2022-12-01 10:22:24 2564:2564 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:25.6551152Z ok (0.017s) 2022-12-01T10:22:25.6551158Z 2022-12-01T10:22:25.6551360Z ---------------------------------------------------------------------- 2022-12-01T10:22:25.6551441Z Ran 2643 tests in 110.281s 2022-12-01T10:22:25.6551447Z 2022-12-01T10:22:25.6551546Z OK (skipped=119, expected failures=7) 2022-12-01T10:22:25.6551582Z 2022-12-01T10:22:25.6551655Z Generating XML reports... 2022-12-01T10:22:25.6551985Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201102034.xml 2022-12-01T10:22:25.6552299Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201102034.xml 2022-12-01T10:22:25.6552590Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201102034.xml 2022-12-01T10:22:25.6552897Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201102034.xml 2022-12-01T10:22:25.6553272Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201102034.xml 2022-12-01T10:22:25.6553565Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201102034.xml 2022-12-01T10:22:25.6553904Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201102034.xml 2022-12-01T10:22:25.6554191Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201102034.xml 2022-12-01T10:22:25.6554474Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201102034.xml 2022-12-01T10:22:25.6554768Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201102034.xml 2022-12-01T10:22:25.6555057Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201102034.xml 2022-12-01T10:22:25.6555390Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201102034.xml 2022-12-01T10:22:25.6555659Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201102034.xml 2022-12-01T10:22:25.6555973Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201102034.xml 2022-12-01T10:22:25.6556295Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201102034.xml 2022-12-01T10:22:25.6556577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201102034.xml 2022-12-01T10:22:25.6556897Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201102034.xml 2022-12-01T10:22:25.6557235Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201102034.xml 2022-12-01T10:22:25.6557493Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201102034.xml 2022-12-01T10:22:25.6557797Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201102034.xml 2022-12-01T10:22:25.6558093Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201102034.xml 2022-12-01T10:22:25.6558355Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201102034.xml 2022-12-01T10:22:25.6558687Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201102034.xml 2022-12-01T10:22:25.6559019Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201102034.xml 2022-12-01T10:22:25.6559403Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201102034.xml 2022-12-01T10:22:25.6559704Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201102034.xml 2022-12-01T10:22:25.6560072Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201102034.xml 2022-12-01T10:22:25.6560345Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201102034.xml 2022-12-01T10:22:25.6560641Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201102034.xml 2022-12-01T10:22:25.6560952Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201102034.xml 2022-12-01T10:22:25.6561307Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201102034.xml 2022-12-01T10:22:25.6561691Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201102034.xml 2022-12-01T10:22:25.6561998Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201102034.xml 2022-12-01T10:22:25.6562244Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20221201102034.xml 2022-12-01T10:22:25.6562533Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201102034.xml 2022-12-01T10:22:25.6562823Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201102034.xml 2022-12-01T10:22:25.6563100Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201102034.xml 2022-12-01T10:22:25.6563375Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201102034.xml 2022-12-01T10:22:25.6563700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201102034.xml 2022-12-01T10:22:25.6563971Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201102034.xml 2022-12-01T10:22:25.6564290Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201102034.xml 2022-12-01T10:22:25.6564572Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201102034.xml 2022-12-01T10:22:25.6564872Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201102034.xml 2022-12-01T10:22:25.6565213Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201102034.xml 2022-12-01T10:22:25.6565544Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201102034.xml 2022-12-01T10:22:25.6565831Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201102034.xml 2022-12-01T10:22:25.6566127Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201102034.xml 2022-12-01T10:22:25.6566426Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201102034.xml 2022-12-01T10:22:25.6566771Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201102034.xml 2022-12-01T10:22:25.6567194Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201102034.xml 2022-12-01T10:22:25.6567536Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201102034.xml 2022-12-01T10:22:25.6567834Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201102034.xml 2022-12-01T10:22:25.6568115Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201102034.xml 2022-12-01T10:22:25.6568409Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201102034.xml 2022-12-01T10:22:25.6568763Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201102034.xml 2022-12-01T10:22:25.6569095Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201102034.xml 2022-12-01T10:22:25.6569416Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201102034.xml 2022-12-01T10:22:25.6569729Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201102034.xml 2022-12-01T10:22:25.6570050Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201102034.xml 2022-12-01T10:22:25.6570341Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201102034.xml 2022-12-01T10:22:25.6570700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201102034.xml 2022-12-01T10:22:25.6570954Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20221201102034.xml 2022-12-01T10:22:25.6571248Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201102034.xml 2022-12-01T10:22:25.6571539Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201102034.xml 2022-12-01T10:22:25.6572168Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201102034.xml 2022-12-01T10:22:25.6572492Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201102034.xml 2022-12-01T10:22:25.6572768Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201102034.xml 2022-12-01T10:22:25.6573041Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201102034.xml 2022-12-01T10:22:25.6573379Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201102034.xml 2022-12-01T10:22:25.6573740Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201102034.xml 2022-12-01T10:22:25.6574054Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201102034.xml 2022-12-01T10:22:25.6574391Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201102034.xml 2022-12-01T10:22:25.6574709Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201102034.xml 2022-12-01T10:22:25.6575014Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201102034.xml 2022-12-01T10:22:25.6575300Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201102034.xml 2022-12-01T10:22:25.6575610Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201102034.xml 2022-12-01T10:22:25.6575926Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201102034.xml 2022-12-01T10:22:25.6576196Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201102034.xml 2022-12-01T10:22:25.6576471Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201102034.xml 2022-12-01T10:22:25.6576792Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201102034.xml 2022-12-01T10:22:25.6577092Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201102034.xml 2022-12-01T10:22:25.6577425Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201102034.xml 2022-12-01T10:22:25.6577700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201102034.xml 2022-12-01T10:22:25.6578055Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201102034.xml 2022-12-01T10:22:25.6578373Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201102034.xml 2022-12-01T10:22:25.6578379Z 2022-12-01T10:22:25.6578758Z ##[endgroup] 2022-12-01T10:22:25.6579017Z FINISHED PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_lxx6n5wz) 2022-12-01T10:22:25.6579023Z 2022-12-01T10:22:27.0579668Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:27.1200932Z Ignoring disabled issues: [] 2022-12-01T10:22:27.1345102Z Running test_dataloader ... [2022-12-01 10:22:27.134175] 2022-12-01T10:22:27.1346771Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:27.134458] 2022-12-01T10:22:31.3823292Z 2022-12-01T10:22:31.3823788Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:22:31.3824541Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_tdk4ap_d) 2022-12-01T10:22:31.3834518Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T10:22:31.3835302Z CUDA not available, skipping tests 2022-12-01T10:22:31.3836948Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:22:31.3837285Z 2022-12-01T10:22:31.3837416Z Running tests... 2022-12-01T10:22:31.3837942Z ---------------------------------------------------------------------- 2022-12-01T10:22:31.3838485Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.113s) 2022-12-01T10:22:31.3926469Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.038s) 2022-12-01T10:22:31.3927249Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-12-01T10:22:31.3927914Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.027s) 2022-12-01T10:22:31.3930237Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-12-01T10:22:31.3930913Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.3932032Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3933022Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3933994Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3935251Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3936214Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3973524Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3973995Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3974421Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3975013Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3975440Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3975911Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3976332Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3976760Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3990941Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3993353Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3993802Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3994316Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3994779Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3995210Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3995729Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3996526Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3997074Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3997494Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3997901Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3998320Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3998752Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3999197Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.3999632Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4000077Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4000522Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4000959Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4001458Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4001892Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4002372Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4002848Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4003289Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4003712Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4004152Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4004590Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4005024Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4005445Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4005887Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4006325Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4006756Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4007174Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4007604Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4008022Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4008445Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4008857Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4009284Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4009714Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4010143Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4010569Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4010972Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4011430Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4012154Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4014052Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4014874Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4015639Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4023190Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4028501Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4028956Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4029446Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4029882Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4030371Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4030845Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4031251Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4031731Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4032167Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4032673Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4033108Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4033647Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4034089Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4034526Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4035013Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4035394Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4035787Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4036363Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4036907Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4037339Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4037756Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4038181Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4038612Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4039042Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4039463Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4039899Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4040329Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4040803Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4041220Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4041645Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4042076Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4042494Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4042899Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4043321Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4043748Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4044176Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4044602Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4045013Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4045432Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4045897Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4046324Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4046780Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4047215Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4047692Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4048123Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4048536Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4048965Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4049395Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4049815Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4050222Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4050645Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4051077Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4051516Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4052313Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4052980Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4053407Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4053836Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4054261Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4054672Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4055095Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4055509Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4055934Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4056417Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4056841Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4057306Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4057726Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4058129Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4058548Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4058976Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4059408Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4059841Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4060261Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4060692Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4061185Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4061613Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4062025Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4062444Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4062858Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4063276Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4063684Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4064108Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4064540Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4065028Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4065458Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4065891Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4066357Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4066789Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4067237Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4097805Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4098630Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4156520Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4160288Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4160741Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4161190Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4161636Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4162062Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4162494Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4162929Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4163357Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4163771Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4164194Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4164622Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4165047Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4165479Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4165900Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4166334Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4166773Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4167205Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4167742Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4168173Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4168648Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4169066Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4169470Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4169888Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4170305Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4170735Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4171167Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4171755Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4172209Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4172640Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4173055Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4173489Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4173917Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4174351Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4174778Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4175198Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4175642Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4176088Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4176529Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4176954Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4177391Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4177875Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4178324Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4178784Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4179220Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4179653Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4180086Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4180506Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4180933Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4181364Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4181799Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4182237Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4182662Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4183100Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4183533Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4183965Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4184378Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4184807Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4185316Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4185751Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4186185Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4186648Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4187115Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4187572Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4188057Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4188498Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4188977Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4189430Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4189877Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4190311Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4190758Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4191202Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4191646Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4192074Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4192505Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4192938Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4193362Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4193777Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4194197Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4194622Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4195051Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4195479Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4195895Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4196334Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4196769Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4197202Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4197618Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4198071Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4198489Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4198944Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4199354Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4199776Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4200203Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4200629Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4201044Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4201480Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4201908Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4202331Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4202758Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4203169Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4203595Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4204009Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4204428Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4204834Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4205222Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4205587Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4205946Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4206288Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4206637Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4206987Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4207364Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4207794Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4208244Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4208678Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4209122Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4209545Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4209961Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4210376Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4210802Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4211214Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4211763Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4212197Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4212624Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4213041Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4213465Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4213888Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4214300Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4214700Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4215115Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4215532Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4215962Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4216382Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4216814Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4217245Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4217677Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4218152Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4218587Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4219051Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4219483Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4219913Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4220332Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4220771Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4221208Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4221642Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4222056Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4222486Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4222913Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4223339Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4223749Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4224180Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4224603Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4225104Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4225523Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4225954Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4226389Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4226815Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4227239Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4227643Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4228099Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4228517Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4228981Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4229384Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4229818Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4230257Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4230691Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4231107Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4231542Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4231971Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4232400Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4232812Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4233241Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4233679Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4234116Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4234529Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4234951Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4235387Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4235822Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4236252Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4236664Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4237091Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4237524Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4237982Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4238405Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4238862Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4239286Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4239709Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4240121Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4240546Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4240971Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4241408Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4241826Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4242372Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4242807Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4243240Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4243677Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4244096Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4244524Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4244952Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4245381Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4245811Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4246254Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4246693Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4247146Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4247578Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4248051Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4248490Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4248969Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4249389Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4249819Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4250256Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4250693Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4251135Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4251571Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4252127Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4252577Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4253025Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4253452Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4253898Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4254332Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4254774Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4255195Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4255634Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4256068Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4256500Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4256946Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4257391Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4257850Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4258373Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4258869Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4259313Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4259763Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4260207Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4260661Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4261092Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4261536Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4261980Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4262423Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4262864Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4263279Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4263711Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4264146Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4264576Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4265053Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4265487Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4265904Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4266325Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4266735Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4267154Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4267587Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4268048Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4268471Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4268944Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4269381Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4269815Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4270244Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4270660Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4271086Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4271512Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4271938Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4272352Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4272777Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4273202Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4273632Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4274049Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4274472Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4274893Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4275319Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4275728Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4276154Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4276581Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4277011Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4277450Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4277909Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4278340Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4278797Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4279215Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4279621Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4280047Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4280469Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4280897Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4281320Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4281752Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4282190Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4282625Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4283049Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4283485Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4283910Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4284340Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4284748Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4285171Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4285605Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4286047Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4286493Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4286930Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4287374Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4287841Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4288277Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4288730Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4289159Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4289591Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4290024Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4290444Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4290876Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4291315Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4291902Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4292354Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4292793Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4293241Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4293682Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4294120Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4294543Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4294976Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4295414Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4295847Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4296271Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4296702Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4297144Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4297578Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4298071Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4298571Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4299012Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4299450Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4299887Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4300315Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4300745Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4301178Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4301609Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4302029Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4302459Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4302897Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4303336Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4303773Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4304212Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4304647Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4305176Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4305622Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4306046Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4306484Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4306918Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4307358Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4307827Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4308270Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4308702Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4309054Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4309393Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4309746Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4310097Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4310445Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4310777Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4311125Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4311470Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4311794Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4312130Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4312469Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4312806Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4313185Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4313622Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4314051Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4314477Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4314895Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4315331Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4315775Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4316215Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4316642Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4317083Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4317517Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4317962Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4318444Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4318904Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4319350Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4319801Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4320246Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4320672Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4321107Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4321544Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4321979Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4322399Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4322831Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4323266Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4323700Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4324128Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4324544Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4324972Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4325420Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4325871Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4326304Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4326750Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4327199Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4327639Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4328102Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4328564Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4328999Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4329427Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4329845Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4330290Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4330735Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4331183Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4331780Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4332232Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4332673Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4333114Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4333543Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4333974Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4334407Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4334841Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4335275Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4335693Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4336127Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4336556Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4336992Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4337425Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4337892Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4338325Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4338785Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4339204Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4339614Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4340031Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4340462Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4340886Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4341306Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4341742Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4342177Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4342604Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4343022Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4343452Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4343879Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4344295Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4344699Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4345183Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4345611Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4346050Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4346512Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4346956Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4347415Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4347915Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4387304Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4388087Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4388560Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4389011Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4389467Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4389929Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4390388Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4390830Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4391296Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4391743Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4392200Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4392642Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4393101Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4393553Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4393996Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4394431Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4394859Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4395294Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4395739Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4396182Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4396609Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4397098Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4397545Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4398039Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4398470Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4398907Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4399340Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4399783Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4400203Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4400635Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4401062Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4401491Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4401927Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4402347Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4402772Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4403194Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4403616Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4404025Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4404449Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4404872Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4405302Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4405729Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4406182Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4406641Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4407127Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4407574Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4408054Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4408504Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4408953Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4409397Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4409826Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4410277Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4410721Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4411156Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4411566Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4412116Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4412551Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4412993Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4413413Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4413839Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4414265Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4414695Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4415104Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4415529Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4415950Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4416370Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4416800Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4417254Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4417684Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4418162Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4418586Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4418999Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4419420Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4419845Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4420270Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4420683Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4421115Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4421543Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4421979Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4422407Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4422850Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4423288Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4423718Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4424145Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4424559Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4425073Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4425503Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4425923Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4426338Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4426763Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4427228Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4427661Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4428117Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4428667Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4429114Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4429696Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4430107Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4430535Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4430965Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4431388Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4431801Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4432225Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4432665Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4433119Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4433563Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4433987Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4434439Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4434907Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4435368Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4435810Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4436266Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4436719Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4437175Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4437658Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4438128Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4438553Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4438991Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4439430Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4439858Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4440298Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4440733Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4441166Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4441583Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4442008Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4442441Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4442867Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4443282Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4443715Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4444153Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4444582Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4444999Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4445425Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4445854Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4446280Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4446708Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4447131Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4447602Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4448072Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4448514Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4448938Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4449378Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4449815Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4450250Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4450674Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4451106Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4451539Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4452094Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4452512Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4452944Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4453388Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4453828Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4454258Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4454682Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4455118Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4455554Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4455990Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4456410Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4456844Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4457344Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4457782Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4458246Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4458674Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4459103Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4459534Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4459950Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4460382Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4460815Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4461245Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4461686Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4462118Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4462568Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4463019Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4463472Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4463907Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4464353Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4464798Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4465311Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4465741Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4466172Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4466608Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4467049Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4467525Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4467965Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4468464Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4468923Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4469379Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4469816Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4470270Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4470719Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4471166Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4471589Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4472033Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4472484Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4472925Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4473367Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4473794Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4474235Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4474661Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4475092Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4475514Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4475954Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4476382Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4476806Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4477212Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4477671Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4478124Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4478549Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4478960Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4479382Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4479823Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4480273Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4480730Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4481174Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4481623Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4482074Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4482524Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4482952Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4483400Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4483843Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4484283Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4484706Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4485142Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4485588Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4486038Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4486488Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4486939Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4487431Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4487888Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4488369Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4488806Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4489255Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4489697Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4490137Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4490571Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4491013Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4491453Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4492019Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4492472Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4492914Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4493364Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4493804Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4494244Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4494669Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4495107Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4495547Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4495983Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4496407Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4496844Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4497339Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4497784Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4498250Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4498689Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4499131Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4499564Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4499995Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4500410Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4500847Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4501285Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4501731Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4502169Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4502618Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4503063Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4503500Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4503922Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4504345Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4504780Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4505278Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4505703Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4506127Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4506557Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4506990Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4507468Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4507882Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4508344Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4508769Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4509197Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4509606Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4510032Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4510464Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4510893Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4511308Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4511744Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4512177Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4512607Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4513020Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4513445Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4513868Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4514296Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4514707Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4515143Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4515593Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4516042Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4516501Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4516942Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4517431Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4517880Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4518353Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4518780Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4519220Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4519659Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4520103Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4520528Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4520963Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4521400Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4521836Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4522260Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4522670Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4523094Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4523520Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4523948Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4524358Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4524787Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4525227Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4525671Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4526093Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4526521Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4526950Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4527413Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4527826Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4528275Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4528705Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4529131Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4529561Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4529978Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4530407Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4530833Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4531263Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4531784Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4532220Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4532647Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4533080Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4533497Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4533929Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4534358Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4534789Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4535205Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4535629Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4536060Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4536488Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4536906Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4537397Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4537843Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4538338Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4538779Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4539201Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4539632Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4540060Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4540489Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4540906Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4541339Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4541781Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4542224Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4542655Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4543089Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4543516Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4543942Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4544351Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4544781Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4545288Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4545748Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4546225Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4546691Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4547168Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4547675Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4548168Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4548617Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4549081Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4549547Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4550013Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4550464Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4550893Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4551334Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4551768Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4552205Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4552630Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4553059Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4553485Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4553917Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4554339Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4554771Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4555202Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4555639Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4556062Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4556499Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4556925Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4557389Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4557821Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4558265Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4558699Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4559128Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4559563Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4560000Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4560447Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4560905Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4561358Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4561793Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4562213Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4562643Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4563083Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4563511Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4563931Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4564368Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4564809Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4565249Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4565690Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4566120Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4566567Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4567005Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4567471Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4567927Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4568353Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4568775Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4569201Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4569626Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4570061Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4570502Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4570939Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4571372Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4571930Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4572370Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4572808Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4573249Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4573672Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4574099Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4574514Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4574936Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4575359Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4575807Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4576262Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4576714Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4577213Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4577671Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4578156Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4578612Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4579059Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4579492Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4579944Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4580384Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4580813Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4581232Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4581665Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4582094Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4582525Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4582938Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4583362Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4583787Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4584207Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4584624Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4585112Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4585555Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4585988Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4586419Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4586840Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4587317Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4587750Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4588210Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4588622Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4589052Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4589479Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4589912Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4590337Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4590765Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4591184Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4591601Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4592027Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4592481Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4592943Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4593394Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4593845Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4594280Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4594724Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4595176Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4595626Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4596069Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4596527Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4597036Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4597502Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4597978Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4598430Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4598876Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4599330Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4599781Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4600222Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4600672Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4601122Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4601572Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4602015Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4602464Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4602913Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4603365Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4603818Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4604256Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4604699Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4605147Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4605584Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4606002Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4606434Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4606897Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4607320Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4607572Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4607778Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4607971Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4608179Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4608386Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4608599Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4608810Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4609029Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4609242Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4609456Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4609668Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4609880Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4610083Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4610278Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4610480Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4610690Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4610896Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4611103Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4611315Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4611523Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4611844Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4612109Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4612319Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4612564Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4612757Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4612958Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4613160Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4613363Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4613569Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4613773Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4613980Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4614191Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4614394Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4614610Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4614823Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4615024Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4615234Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4615440Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4615644Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4615852Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4616053Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4616257Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4616459Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4616660Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4616901Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4617116Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4617346Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4617554Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4617760Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4617964Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4618167Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4618367Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4618574Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4618776Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4618941Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619105Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619273Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619426Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619588Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619749Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4619911Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620072Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620230Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620387Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620546Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620704Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4620848Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621018Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621181Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621354Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621526Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621694Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4621889Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622053Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622230Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622391Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622556Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622715Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4622879Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4623038Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4623253Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4623459Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4623673Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4623882Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4624074Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4624280Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4624489Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4624695Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4624905Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4625176Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4625385Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4625588Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4625795Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4626007Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4626212Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4626413Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4626624Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4626831Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4627070Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4627297Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4627501Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4627709Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4627909Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4628116Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4628322Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4628533Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4628725Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4628930Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4629127Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4629333Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4629539Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4629745Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4629948Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4630148Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4630359Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4630564Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4630769Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4630966Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4631168Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4631372Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4631576Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4631818Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4632021Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4632264Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4632469Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4632680Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4632882Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4633091Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4633283Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4633488Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4633693Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4633895Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4634104Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4634307Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4634516Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4634716Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4634913Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4635116Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4635325Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4635516Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4635720Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4635919Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4636127Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4636331Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4636571Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4636787Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4637022Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4637225Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4637428Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4637630Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4637823Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4638026Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4638293Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4638587Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4638800Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4639020Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4639241Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4639456Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4639669Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4639876Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4640085Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4640299Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4640495Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4640711Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4640919Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4641124Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4641332Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4641596Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4641812Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4642064Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4642266Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4642464Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4642672Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4642865Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4643066Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4643270Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4643476Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4643683Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4643887Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4644098Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4644308Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4644513Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4644714Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4644909Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4645101Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4645308Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4645514Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4645724Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4645931Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4646132Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4646360Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4646557Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4646790Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4646995Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4647200Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4647390Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4647593Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4647801Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4648019Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4648232Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4648443Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4648651Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4648860Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4649067Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4649265Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4649469Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4649655Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4649862Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4650073Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4650288Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4650496Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4650706Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4650912Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4651151Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4651354Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4651724Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4651925Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4652130Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4652332Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4652549Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4652760Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4652971Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4653174Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4653379Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4653583Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4653789Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4653994Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4654210Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4654423Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4654632Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4654853Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4655070Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4655288Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4655503Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4655716Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4655928Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4656188Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4656436Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4656648Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4656858Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4657066Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4657271Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4657487Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4657699Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4657908Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4658115Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4658323Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4658534Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4658741Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4658950Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4659156Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4659369Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4659570Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4659784Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4659997Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4660200Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4660399Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4660596Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4660832Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4661040Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4661274Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4661489Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4661704Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4661903Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4662113Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4662319Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4662529Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4662737Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4662944Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4663149Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4663359Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4663579Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4663793Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4664003Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4664211Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4664405Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4664611Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4664820Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4665097Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4665309Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4665515Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4665769Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4665984Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4666228Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.4666437Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4666642Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4666830Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4667034Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4667245Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4667451Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4667651Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4667865Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4668082Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4668294Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4668506Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4668713Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4668920Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4669126Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4669321Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4669527Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4669746Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4669957Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4670179Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4670431Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4670651Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4670898Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4671113Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4671328Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4671541Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4671744Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4671957Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4672171Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4672380Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4672590Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4672799Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4673008Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4673219Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4673427Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4673635Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4673841Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4674052Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4674249Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4674463Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4674674Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4674882Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4675084Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4675318Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4675527Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4675773Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4675982Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4676192Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4676399Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4676595Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4676807Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4677010Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4677215Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4677422Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4677630Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4677847Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4678065Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4678272Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4678480Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4678688Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4678880Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4679090Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4679297Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4679504Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4679710Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4679954Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4680172Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4680413Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4680624Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4680832Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4681039Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4681248Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4681442Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4681650Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4681857Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4682073Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4682291Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4682504Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4682710Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4682920Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4683128Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4683332Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4683540Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4683737Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4683946Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4684155Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4684364Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4684568Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4684805Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4685010Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4685246Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4685448Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4685657Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4685866Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4686071Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4686264Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4686464Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4686661Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4686862Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4687070Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4687270Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4687486Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4687690Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4687895Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4688100Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4688304Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4688496Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4688704Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4688870Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689033Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689200Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689368Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689560Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689726Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4689914Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690057Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690216Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690373Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690531Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690686Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4690843Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.4691059Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4691270Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4691483Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4691896Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4692094Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4692307Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4692515Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4692724Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4692931Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4693132Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4693331Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4693541Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4693751Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4693956Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4694159Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4694359Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4694621Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4694831Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4695068Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4695274Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4695477Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4695681Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4695888Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4696091Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4696295Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4696506Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4696700Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4696915Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4697130Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4697338Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4697548Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4697749Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4697953Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4698151Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4698361Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4698569Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4698773Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4698970Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4699174Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4699420Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4699636Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4699873Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4700072Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4700269Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4700473Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4700681Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4700881Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4701088Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4701278Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4701485Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4701689Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4701903Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4702114Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4702320Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4702529Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4702732Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4702931Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4703141Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4703343Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4703541Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4703730Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4703936Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4704180Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4704395Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4704642Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4704859Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4705145Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4705365Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4705583Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4705796Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4706005Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4706206Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4706415Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4706627Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4706837Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4707044Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4707246Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4707452Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4707653Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4707854Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4708059Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4708266Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4708471Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4708689Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4708903Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4709153Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4709368Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4709612Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4709824Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4710036Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4710250Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4710459Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4710665Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4710870Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4711067Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4711268Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4711473Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4711678Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4711883Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4712086Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4712287Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4712496Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4712703Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4712909Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4713111Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4713296Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4713494Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4713697Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4713927Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4714133Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4714372Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4714581Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4714785Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4714985Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4715190Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4715394Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4715584Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4715785Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4715989Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4716188Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4716398Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4716605Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4716810Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4717009Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4717219Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4717426Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4717638Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4717833Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4718046Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4718253Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4718471Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4718729Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4718942Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4719215Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4719424Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4719632Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4719835Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4720044Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4720241Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4720449Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4720661Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4720871Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4721084Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4721299Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4721513Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4721720Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4721922Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4722127Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4722331Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4722540Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4722738Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4722946Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4723150Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4723354Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4723587Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4723796Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4724031Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4724238Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4724440Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4724646Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4724852Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4725045Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4725250Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4725454Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4725657Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4725861Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4726062Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4726277Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4726489Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4726697Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4726899Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4727069Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4727229Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4727398Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4727564Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4727724Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4727880Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4728041Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4728203Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4728366Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4728546Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4728757Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4728991Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4729199Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4729405Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4729610Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4729816Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4730020Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4730225Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4730428Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4730634Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4730830Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4731036Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4731247Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4731458Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4731780Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4731982Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4732178Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4732383Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4732590Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4732795Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4733000Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4733195Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4733413Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4733680Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4733928Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4734136Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4734353Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4734565Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4734773Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4734990Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4735201Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4735407Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4735611Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4735805Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4736007Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4736221Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4736435Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4736654Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4736873Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4737083Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4737291Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4737505Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4737721Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4737934Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4738131Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4738364Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4738564Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4738801Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4739009Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4739211Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4739416Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4739621Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4739832Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4740039Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4740253Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4740452Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4740663Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4740875Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4741084Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4741285Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4741490Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4741689Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4741899Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4742103Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4742310Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4742519Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4742716Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4742917Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4743152Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4743357Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4743604Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4743807Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4744009Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4744215Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4744419Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4744618Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4744820Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4745081Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4745294Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4745495Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4745695Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4745905Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4746114Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4746323Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4746531Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4746736Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4746951Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4747158Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4747374Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4747567Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4747783Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4748041Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4748261Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4748504Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4748716Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4748923Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4749129Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4749340Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4749546Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4749756Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4749952Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4750166Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4750373Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4750593Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4750811Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4751024Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4751235Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4751444Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4751657Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4751866Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4752073Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4752282Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4752481Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4752695Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4752931Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4753175Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4753392Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4753607Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4753818Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4754024Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4754234Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4754443Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4754645Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4754841Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4755051Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4755261Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4755471Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4755690Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4755905Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4756118Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4756330Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4756536Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4756751Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4756959Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4757151Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4757361Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4757596Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4757806Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4758055Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4758273Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4758489Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4758706Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4758921Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4759130Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4759345Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4759560Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4759761Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4759979Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4760192Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4760414Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4760635Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4760854Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4761068Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4761286Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4761497Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4761710Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4761923Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4762134Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4762333Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4762573Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4762830Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4763043Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4763256Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4763465Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4763678Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4763887Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4764090Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4764287Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4764495Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4764691Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4764901Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4765104Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4765318Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4765526Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4765730Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4765928Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4766135Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4766337Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4766543Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4766745Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4766934Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4767137Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4767377Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4767612Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4767826Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4768041Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4768249Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4768455Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4768666Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4768876Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4769084Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4769275Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4769482Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4769688Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4769901Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4770110Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4770327Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4770542Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4770757Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4770971Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4771180Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4771393Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4771692Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4771904Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4772155Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4772364Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4772609Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4772817Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4773016Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4773218Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4773426Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4773631Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4773838Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4774038Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4774234Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4774437Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4774651Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4774862Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4775077Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4775285Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4775487Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4775686Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4775892Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4776098Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4776301Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4776490Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4776697Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4776907Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4777145Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4777401Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4777614Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4777821Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4778022Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4778222Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4778428Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4778635Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4778820Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4779023Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4779229Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4779445Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4779655Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4779869Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4780078Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4780289Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4780498Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4780707Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4780909Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4781105Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4781306Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4781537Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4781805Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4782049Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4782280Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4782493Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4782703Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4782909Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4783111Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4783320Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4783513Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4783726Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4783934Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4784146Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4784359Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4784574Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4784788Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4785063Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4785267Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4785472Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4785673Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4785882Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4786075Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4786278Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4786487Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4786731Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4786942Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4787172Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4787366Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4787555Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4787748Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4787941Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4788121Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4788312Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4788500Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4788686Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4788871Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4789059Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4789245Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4789431Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4789632Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4789826Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790012Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790211Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790408Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790604Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790793Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4790984Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4791169Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4791360Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4791550Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4791770Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4791955Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4792152Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4792336Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4792519Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4792702Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4792881Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793058Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793235Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793407Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793586Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793750Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4793926Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4794120Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4794313Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4794512Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4794708Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4794899Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4795092Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4795280Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4795473Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4795651Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4795841Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4796031Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4796216Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4796398Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4796574Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4796819Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797005Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797212Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797391Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797553Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797730Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4797905Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4798079Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4798256Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4798432Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.4798650Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4798855Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4799069Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4799281Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4799475Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4799686Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4799886Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4800092Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4800296Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4800503Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4800706Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4800910Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4801127Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4801337Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4801550Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4801776Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4801986Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4802216Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4802423Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4802624Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4802828Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4803034Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4803241Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4803446Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4803647Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4803859Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4804056Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4804271Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4804485Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4804692Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4804897Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4805095Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4805304Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4805505Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4805704Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4805906Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4806113Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4806303Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4806535Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4806742Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4806977Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4807179Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4807383Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4807586Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4807789Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4807993Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4808195Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4808405Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4808607Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4808818Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4809026Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4809228Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4809437Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4809645Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4809853Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4810056Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4810262Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4810463Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4810660Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4810852Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4811060Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4811312Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4811540Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4811912Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4812132Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4812356Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4812582Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4812805Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4813032Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4813251Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4813468Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4813670Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4813887Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4814105Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4814327Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4814548Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4814763Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4814978Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4815190Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4815406Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4815617Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4815830Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4816043Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4816300Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4816520Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4816763Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4816974Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4817199Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4817422Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4817644Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4817870Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4818089Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4818305Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4818521Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4818735Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4818944Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4819166Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4819380Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4819596Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4819817Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4820045Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4820262Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4820480Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4820701Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4820922Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4821172Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4821394Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4821648Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4821888Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4822121Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4822353Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4822572Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4822789Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4823001Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4823206Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4823426Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4823647Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4823863Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4824077Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4824289Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4824514Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4824736Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4825025Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4825259Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4825484Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4825708Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4825964Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4826189Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4826445Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4826666Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4826885Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4827090Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4827313Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4827530Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4827744Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4827981Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4828216Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4828447Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4828669Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4828886Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4829102Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4829314Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4829528Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4829740Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4829964Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4830181Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4830401Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4830625Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4830876Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4831098Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4831349Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4831571Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4831791Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4832010Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4832228Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4832439Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4832664Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4832887Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4833110Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4833330Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4833551Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4833777Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4834002Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4834223Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4834439Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4834667Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4834889Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4835096Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4835315Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4835578Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4835815Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4836075Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4836304Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4836524Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4836749Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4836970Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4837192Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4837410Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4837622Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4837825Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4838000Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4838216Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4838431Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4838644Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4838862Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4839080Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4839296Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4839511Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4839723Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4839960Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4840202Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4840456Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4840695Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4840961Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4841196Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4841414Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4841633Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4841845Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4842061Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4842291Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4842518Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4842749Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4842973Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4843187Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4843415Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4843636Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4843852Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4844067Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4844284Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4844497Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4844709Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4844930Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4845179Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4845397Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4845649Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4845857Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4846074Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4846289Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4846508Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4846731Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4846953Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4847173Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4847393Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4847626Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4847856Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4848088Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4848308Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4848514Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4848732Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4848947Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4849164Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4849386Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4849609Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4849825Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4850068Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4850296Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4850547Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4850771Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4850988Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4851204Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4851428Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4851761Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4851987Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4852207Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4852429Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4852650Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4852872Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4853086Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4853300Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4853507Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4853726Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4853926Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4854145Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4854365Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4854587Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4854804Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4855062Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4855321Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4855545Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4855772Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4855994Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4856216Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4856435Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4856642Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4856859Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4857076Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4857290Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4857510Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4857722Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4857932Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4858137Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4858336Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4858551Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4858761Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4858955Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4859159Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4859369Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4859580Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4859814Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4860025Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4860259Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4860457Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4860653Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4860857Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4861065Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4861260Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4861467Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4861672Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4861874Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4862074Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4862273Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4862481Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4862684Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4862888Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4863094Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4863302Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4863500Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4863712Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4863920Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4864124Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4864325Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4864558Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4864762Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4865067Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4865270Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4865477Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4865682Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4865883Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4866089Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4866296Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4866494Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4866697Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4866899Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4867104Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4867306Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4867509Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4867725Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4867938Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4868139Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4868362Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4868583Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4868808Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4869030Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4869245Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4869500Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4869723Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4869997Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4870216Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4870432Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4870653Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4870858Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4871073Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4871291Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4871505Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4871720Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4871938Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4872153Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4872370Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4872590Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4872807Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4873026Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4873241Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4873444Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4873655Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4873857Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4874074Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4874320Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4874540Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4874789Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4875002Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4875219Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4875427Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4875642Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4875856Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4876056Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4876266Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4876478Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4876695Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4876906Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4877127Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4877344Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4877555Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4877766Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4877976Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4878187Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4878387Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4878600Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4878810Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4879046Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4879264Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4879513Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4879730Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4879949Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4880162Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4880376Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4880587Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4880786Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4880995Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4881202Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4881409Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4881620Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4881838Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4882047Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4882266Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4882481Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4882696Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4882910Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4883120Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4883319Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4883528Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4883739Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4883975Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4884190Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4884427Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4884632Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4884838Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4885039Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4885247Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4885458Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4885647Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4885849Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4886058Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4886276Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4886495Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4886714Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4886926Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4887137Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4887347Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4887559Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4887764Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4887976Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4888167Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4888381Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4888587Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4888828Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4889065Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4889277Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4889487Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4889694Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4889906Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4890118Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4890325Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4890517Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4890724Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4890933Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4891144Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4891352Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4891556Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4891862Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4892067Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4892272Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4892478Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4892682Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4892876Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4893084Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4893286Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4893492Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4893741Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4893946Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4894187Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4894392Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4894592Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4894792Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4894993Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4895196Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4895404Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4895605Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4895809Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4896024Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4896240Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4896453Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4896664Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4896881Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4897097Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4897313Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4897511Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4897722Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4897925Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4898140Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4898347Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4898575Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4898780Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4899016Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4899220Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4899423Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4899626Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4899818Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4900022Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4900220Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4900425Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4900626Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4900834Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4901041Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4901244Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4901447Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4901650Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4901854Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4902044Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4902246Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4902452Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4902651Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4902849Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4903066Z test_nnc_correctness_masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4903307Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4903526Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4903767Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4903982Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4904195Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4904408Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4904608Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4904823Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4905153Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4905371Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4905582Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4905795Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4906006Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4906218Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4906430Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4906640Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4906853Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4907063Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4907279Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4907499Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4907711Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4907925Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4908139Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4908380Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4908623Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4908835Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4909052Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4909270Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4909487Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4909688Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4909901Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4910111Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4910317Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4910530Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4910741Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4910964Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4911187Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4911408Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4911624Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4911843Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4912048Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4912266Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4912481Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4912692Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4912901Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4913156Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4913418Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4913638Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4913854Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4914069Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4914282Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4914497Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4914701Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4914913Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4915124Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4915339Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4915552Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4915772Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4915990Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4916205Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4916419Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4916634Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4916842Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4917055Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4917254Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4917465Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4917675Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4917916Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4918142Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4918393Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4918613Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4918836Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4919061Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4919285Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4919508Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4919712Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4919931Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4920147Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4920366Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4920587Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4920803Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4921021Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4921236Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4921451Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4921667Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4921888Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4922101Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4922305Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4922520Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4922762Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4922997Z test_nnc_correctness_masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4923209Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4923422Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4923633Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4923852Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4924069Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4924289Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4924505Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4924716Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4924917Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4925132Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4925356Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4925582Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4925806Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4926030Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4926253Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4926471Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4926718Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4926936Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4927152Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4927353Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4927593Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4927808Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4928050Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4928255Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4928466Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4928681Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4928903Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4929121Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4929342Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4929563Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4929782Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4929989Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4930204Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4930421Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4930634Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4930851Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4931068Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4931281Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4931502Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4931865Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4932089Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4932310Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4932572Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4932778Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4933037Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4933251Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4933464Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4933678Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4958418Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4958859Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4959170Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4959506Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4959813Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4960134Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4960452Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4960744Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4960964Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4961247Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4961575Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4961923Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4962272Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4962631Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4962987Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4963335Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4963831Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4964211Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4964641Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4964987Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4965349Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4965714Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4966081Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4966450Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4966813Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4967175Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4967537Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4967890Z test_nnc_correctness_masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4968246Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4968608Z test_nnc_correctness_masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4968977Z test_nnc_correctness_masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4969345Z test_nnc_correctness_masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4969717Z test_nnc_correctness_masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4970091Z test_nnc_correctness_masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4970430Z test_nnc_correctness_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4970651Z test_nnc_correctness_masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4970862Z test_nnc_correctness_masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4971077Z test_nnc_correctness_masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4971276Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4971538Z test_nnc_correctness_masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4971975Z test_nnc_correctness_masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4972189Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4972404Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4972618Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4972832Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4973034Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4973241Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4973441Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4973606Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.4973803Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4974014Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4974233Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4974459Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4974681Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4974894Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4975107Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4975321Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4975534Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4975745Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4975959Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4976170Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4976370Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4976665Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4976927Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4977138Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4977348Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4977576Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4977800Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4978025Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4978246Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4978460Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4978680Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4978903Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4979113Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4979334Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4979551Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4979776Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4979998Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4980225Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4980444Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4980658Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4980877Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4981093Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4981337Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4981556Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4981793Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4982005Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4982215Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4982426Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4982638Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4982851Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4983063Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4983267Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4983467Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4983675Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4983877Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4984069Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4984281Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4984494Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4984703Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4984905Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4985178Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4985395Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4985607Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4985812Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4986021Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4986252Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4986466Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4986674Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4986873Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4987102Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4987332Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4987562Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4987797Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4988024Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4988252Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4988480Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4988706Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4988925Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4989139Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4989350Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4989566Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4989800Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4990032Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4990264Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4990494Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4990723Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4990982Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4991215Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4991472Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4991699Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4991927Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4992143Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4992364Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4992577Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4992782Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4992987Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4993196Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4993409Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4993618Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4993828Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4994035Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4994244Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4994450Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4994666Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4994879Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4995100Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4995315Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4995525Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4995765Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4996011Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4996228Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4996442Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4996650Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4996873Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4997089Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4997301Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4997509Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4997717Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4997932Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4998141Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4998351Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4998561Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4998768Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4998973Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4999180Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4999389Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4999593Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4999791Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.4999995Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5000223Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5000419Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5000646Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5000842Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5001041Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5001237Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5001438Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5001636Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5001839Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5002030Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5002230Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5002427Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5002626Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5002822Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5003032Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5003231Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5003432Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5003628Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5003823Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5004019Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5004216Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5004417Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5004616Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5004812Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5005047Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5005272Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5005479Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5005694Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5005905Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5006115Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5006320Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5006523Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5006728Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5006925Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5007118Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5007320Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5007515Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5007721Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5007920Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5008125Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5008324Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5008521Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5008714Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5008911Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5009105Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5009305Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5009506Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5009730Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5009964Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5010169Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5010374Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5010571Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5010777Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5010963Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5011158Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5011357Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5011557Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5011897Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5012101Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5012297Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5012511Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5012724Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5012933Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5013134Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5013331Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5013531Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5013733Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5013933Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5014136Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5014335Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5014583Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5014783Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5015015Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5015240Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5015460Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5015675Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5015885Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5016097Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5016302Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5016512Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5016730Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5016950Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5017169Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5017381Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5017592Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5017798Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5018004Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5018215Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5018427Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5018645Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5018861Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5019101Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5019315Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5019550Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5019754Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5019965Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5020181Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5020388Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5020596Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5020803Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5021003Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5021208Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5021413Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5021618Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5021823Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5022026Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5022227Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5022434Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5022641Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5022845Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5023052Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5023255Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5023464Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5023673Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5023901Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5024139Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5024344Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5024549Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5024751Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5025033Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5025247Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5025453Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5025656Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5025853Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5026053Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5026249Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5026452Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5026651Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5026844Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5027043Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5027237Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5027450Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5027658Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5027875Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5028081Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5028295Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5028536Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5028745Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5028978Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5029184Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5029393Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5029600Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5029807Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5030012Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5030221Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5030414Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5030621Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5030827Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5031037Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5031244Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5031442Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5031638Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5031839Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5032039Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5032235Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5032441Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5032636Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5032846Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5033062Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5033306Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5033524Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5033772Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5033986Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5034189Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5034387Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5034598Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5034805Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035003Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035197Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035397Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035598Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035797Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5035999Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5036196Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5036393Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5036593Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5036802Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5037008Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5037207Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5037401Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5037594Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5037785Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5038009Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5038214Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5038442Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5038640Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5038839Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5039006Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039169Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039330Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039499Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039662Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039824Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5039982Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040136Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040294Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040449Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040601Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040750Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5040907Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5041118Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5041323Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5041540Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5041756Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5041959Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5042168Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5042374Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5042581Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5042783Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5043009Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5043217Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5043461Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5043662Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:22:31.5043874Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5044079Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5044290Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5044502Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5044712Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5044918Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5045123Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5045324Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5045527Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5045728Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5045921Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5046121Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5046316Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5046523Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5046724Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5046935Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5047142Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5047352Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5047557Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5047781Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5048038Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5048236Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5048430Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5048624Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5048829Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5049024Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5049233Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5049437Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5049646Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5049856Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5050059Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5050263Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5050469Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5050674Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5050877Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5051080Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5051287Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5051498Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5051839Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5052057Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5052271Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5052524Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5052778Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5053062Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5053308Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5053548Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5053791Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5054026Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5054268Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5054505Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5054741Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5054979Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5055216Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5055451Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5055688Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5055909Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5056145Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5056381Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5056618Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5056850Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5057084Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5057351Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5057583Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5057844Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5058074Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5058298Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5058527Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5058741Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5058968Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5059193Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5059418Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5059648Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5059870Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5060058Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5060284Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5060507Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5060693Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5060919Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5061136Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5061350Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5061569Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5061786Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5062036Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5062255Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5062478Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5062670Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5062924Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5063172Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5063421Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5063645Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5063869Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5064079Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5064306Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5064533Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5064760Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5065055Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5065273Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5065492Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5065717Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5065943Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5066172Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5066389Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5066602Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5066819Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5067079Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5067350Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5067585Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5067818Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5068049Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5068279Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5068511Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5068740Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5068966Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5069193Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5069422Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5069665Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5069900Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5070128Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5070362Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5070601Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5070841Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5071077Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5071311Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5071545Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5071817Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5072081Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5072314Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5072546Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5072775Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5073006Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5073220Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5073439Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5073668Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5073895Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5074126Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5074355Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5074583Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5074805Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5075033Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5075261Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5075484Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5075707Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5075915Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5076137Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5076398Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5076633Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5076899Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5077129Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5077359Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5077585Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5077815Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5078069Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5078320Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5078569Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5078824Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5079063Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5079321Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5079575Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5079825Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5080077Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5080330Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5080582Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5080831Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5081080Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5081356Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5081634Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5081873Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5082105Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5082335Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5082563Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5082788Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5083021Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5083253Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5083477Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5083699Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5083925Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5084146Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5084368Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5084587Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5084820Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5085056Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5085284Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5085497Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5085725Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5085979Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5086209Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5086464Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5086700Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5086927Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5087158Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5087382Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5087613Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5087839Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5088067Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5088297Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5088504Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5088730Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5088946Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5089159Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5089380Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5089621Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5089859Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5090098Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5090325Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5090550Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5090803Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5091062Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5091282Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5091511Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5091917Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5092156Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5092394Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5092634Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5092873Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5093112Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5093360Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5093600Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5093835Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5094073Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5094308Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5094537Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5094776Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5095014Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5095251Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5095491Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5095787Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5096061Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5096293Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5096518Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5096737Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5096955Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5097178Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5097405Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5097621Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5097844Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5098061Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5098275Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5098504Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5098731Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5098956Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5099186Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5099411Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5099638Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5099861Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5100087Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5100301Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5100555Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5100811Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5101030Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5101250Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5101473Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5101696Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5101916Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5102156Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5102394Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5102630Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5102869Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5103097Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5103315Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5103545Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5103782Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5104020Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5104256Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5104489Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5104722Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5105021Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5105294Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5105526Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5105755Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T10:22:31.5105982Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5106207Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5106426Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5106652Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5106876Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5107099Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5107325Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5107553Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5107785Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5108022Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5108258Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5108482Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5108709Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5108944Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5109164Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5109387Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5109613Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5109840Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5110106Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5110362Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5110583Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5110806Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5111024Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5111242Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5111472Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5111704Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5111945Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5112165Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5112409Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5112658Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5112908Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5113132Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5113355Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5113576Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5113806Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5114038Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5114271Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5114498Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5114752Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5114977Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5115226Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5115452Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5115688Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5115922Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5116150Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5116381Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5116610Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5116838Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5117065Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5117294Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5117523Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5117747Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5117966Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5118190Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5118427Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5118665Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5118895Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5119121Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5119350Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5119607Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5119836Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5120091Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5120316Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5120541Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5120776Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5120998Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5121230Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5121458Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5121694Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5121932Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5122165Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5122399Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5122638Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5122876Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5123119Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5123356Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5123594Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5123829Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5124049Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5124334Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5124563Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5124823Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5125050Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5125275Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5125494Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5125723Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5125952Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5126186Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5126422Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5126651Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5126882Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5127097Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5127325Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5127551Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5127778Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5128010Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5128237Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5128472Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5128702Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5128940Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5129203Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5129468Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5129698Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5129913Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5130141Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5130369Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5130596Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5130826Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5131054Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5131288Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5131521Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5131895Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5132126Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5132354Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5132577Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5132806Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5133015Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5133239Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5133459Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5133676Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5133941Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5134158Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5134406Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5134623Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5134845Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5135064Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5135286Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5135508Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5135718Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5135937Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5136155Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5136375Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5136591Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5136811Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5137029Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5137244Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5137466Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5137684Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5137903Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5138116Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5138322Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5138544Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5138806Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5139065Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5139287Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5139506Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5139728Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5139959Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5140187Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5140415Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5140636Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5140868Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5141103Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5141323Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5141549Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5141772Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5141989Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5142226Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5142468Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5142709Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5142945Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5143180Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5143447Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5143682Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5143950Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5144176Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5144397Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5144626Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5144857Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5145154Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5145376Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5145604Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5145833Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5146060Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5146289Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5146518Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5146749Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5146972Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5147178Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5147395Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5147615Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5147831Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5148044Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5148292Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5148510Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5148768Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5149002Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5149234Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5149462Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5149691Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5149917Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5150122Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5150335Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5150560Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5150775Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5151003Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5151232Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5151459Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5151685Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5151910Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5152130Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5152353Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5152570Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5152795Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5153063Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5153329Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5153562Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5153797Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5154031Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5154268Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5154500Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5154733Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5154965Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5155220Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5155477Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5155735Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5155986Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5156224Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5156474Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5156724Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5156970Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5157217Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5157460Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5157717Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5157947Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5158205Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5158428Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5158645Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5158863Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5159102Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5159328Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5159565Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5159802Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5160039Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5160274Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5160509Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5160720Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5160932Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5161149Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5161369Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5161586Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5161798Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5161995Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5162207Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5162416Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5162649Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5162876Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5163083Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5163285Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5163486Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5163701Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5163911Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5164119Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5164306Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5164500Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5164714Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5164932Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5165147Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5165357Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5165568Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5165780Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5165996Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5166211Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5166425Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5166635Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5166830Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5167044Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5167287Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5167494Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5167734Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5167945Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5168155Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5168358Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5168560Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5168784Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5169007Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5169218Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5169439Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5169651Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5169858Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5170075Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5170286Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5170488Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5170695Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5170897Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5171094Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5171300Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5171492Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5172019Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5172260Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5172881Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5173099Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5173350Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5173565Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5173782Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5173997Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5174211Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5174427Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5174638Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5174838Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5175048Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5175260Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5175463Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5175673Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5175887Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5176097Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5176307Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5176514Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5176723Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5176931Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5177133Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5177346Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5177555Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5177786Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5178031Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5178237Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5178438Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5178636Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5178837Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5179044Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5179262Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5179466Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5179679Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5179887Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5180106Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5180324Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5180541Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5180754Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5180963Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5181175Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5181386Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5181590Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5181782Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5181989Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5182191Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5182408Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5182664Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5182908Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5183121Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5183331Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5183537Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5183771Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5183996Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5184226Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5184441Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5184666Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5184886Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5185166Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5185391Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5185606Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5185834Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5186060Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5186289Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5186514Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5186743Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5186964Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5187167Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5187425Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5187645Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5187903Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5188127Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5188351Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5188577Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5188802Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5189024Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5189241Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5189462Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5189680Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5189897Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5190125Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5190351Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5190574Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5190798Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5191020Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5191239Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5191461Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5191677Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5191903Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5192158Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5192384Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5192640Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5192851Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5193069Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5193285Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5193504Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5193722Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5193936Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5194155Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5194373Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5194589Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5194806Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5195020Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5195236Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5195433Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5195638Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5195839Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5196051Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5196252Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5196459Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5196661Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5196897Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5197105Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5197361Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5197562Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5197755Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5197961Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5198167Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5198374Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5198579Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5198784Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5198997Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5199211Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5199422Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5199625Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5199831Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5200023Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5200230Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5200436Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5200641Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5200850Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5201056Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5201266Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5201477Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5201685Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5201914Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5202137Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5202328Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5202530Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5202734Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5202940Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5203143Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5203357Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5203564Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5203769Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5203975Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5204191Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5204407Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5204612Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5204823Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5205034Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5205246Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5205459Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5205670Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5205873Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5206070Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5206274Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5206473Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5206717Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5206952Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5207170Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5207386Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5207598Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5207813Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5208023Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5208242Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5208457Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5208672Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5208882Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5209095Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5209309Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5209509Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5209722Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5209932Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5210145Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5210358Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5210573Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5210785Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5210993Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5211196Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5211430Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5211768Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5212038Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5212256Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5212470Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5212679Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5212894Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5213108Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5213319Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5213526Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5213743Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5213959Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5214170Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5214371Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5214575Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5214775Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5214982Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5215184Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5215382Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5215592Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5215798Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5216008Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5216212Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5216459Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5216671Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5216890Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5217098Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5217299Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5217501Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5217708Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5217916Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5218120Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5218327Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5218529Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5218752Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5218967Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5219177Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5219397Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5219611Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5219826Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5220042Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5220257Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5220473Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5220686Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5220899Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5221110Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5221314Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5221519Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5221762Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5221977Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5222191Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5222402Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5222616Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5222829Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5223037Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5223247Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5223467Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5223686Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5223881Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5224096Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5224293Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5224503Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5224713Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5224930Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5225229Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5225444Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5225649Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5225849Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5226056Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5226293Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5226523Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5226730Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5226929Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5227154Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5227380Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5227600Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5227827Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5228046Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5228269Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5228494Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5228721Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5228946Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5229166Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5229386Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5229605Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5229822Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5230040Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5230243Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5230464Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5230683Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5230897Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5231139Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5231382Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5231593Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5231804Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5232015Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5232229Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5232438Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5232639Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5232848Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5233059Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5233272Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5233491Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5233704Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5233917Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5234129Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5234337Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5234547Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5234754Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5234956Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5235149Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5235351Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5235559Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5235765Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5236007Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5236253Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5236461Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5236672Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5236880Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5237090Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5237291Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5237482Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5237685Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5237885Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5238099Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5238309Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5238526Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5238744Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5238953Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5239165Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5239378Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5239588Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5239788Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5239999Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5240205Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5240413Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5240655Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5240869Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5241116Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5241333Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5241547Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5241759Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5241967Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5242181Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5242380Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5242589Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5242801Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5243009Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5243226Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5243440Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5243658Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5243875Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5244092Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5244306Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5244521Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5244717Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5244929Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5245141Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5245381Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5245595Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5245843Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5246052Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5246257Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5246468Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5246679Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5246883Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5247092Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5247279Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5247475Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5247678Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5247884Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5248089Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5248296Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5248497Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5248705Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5248906Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5249120Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5249333Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5249528Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5249729Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5249927Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5250169Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5250370Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5250598Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5250797Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5251001Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5251167Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5251378Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5251693Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5251890Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5252090Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5252286Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5252489Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5252699Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5252919Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5253144Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5253364Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5253587Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5253807Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5254024Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5254241Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5254460Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5254672Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5254881Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5255135Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5255351Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5255599Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5255807Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5256010Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5256214Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5256419Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5256615Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5256808Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5257015Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5257222Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5257431Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5257642Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5257850Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5258049Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5258244Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5258443Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5258646Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5258852Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5259046Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5259246Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5259464Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5259678Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5259928Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5260153Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5260399Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5260614Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5260825Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5261036Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5261250Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5261451Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5261666Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5261877Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5262089Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5262299Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5262514Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5262731Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5262941Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5263151Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5263359Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5263569Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5263760Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5263962Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5264167Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5264367Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5264591Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5264839Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5265161Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5265383Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5265597Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5265817Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5266040Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5266261Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5266468Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5266686Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5266911Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5267130Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5267355Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5267574Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5267788Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5268005Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5268224Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5268444Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5268660Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5268877Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5269089Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5269309Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5269555Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5269770Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5270018Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5270238Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5270457Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5270676Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5270896Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5271124Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5271348Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5271572Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5271777Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5271990Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5272208Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5272430Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5272648Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5272868Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5273085Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5273308Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5273530Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5273753Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5273975Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5274194Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5274454Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5274698Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5274916Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5275134Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5275349Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5275571Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5275789Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5276007Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5276220Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5276435Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5276651Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5276867Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5277075Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5277287Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5277517Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5277744Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5277963Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5278177Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5278402Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5278629Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5278851Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5279094Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5279310Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5279555Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5279759Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5279974Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5280187Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5280398Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5280602Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5280804Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5281012Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5281212Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5281410Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5281618Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5281818Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5282031Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5282247Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5282466Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5282684Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5282895Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5283112Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5283324Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5283533Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5283745Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5283981Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5284190Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5284419Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5284616Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5284826Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5285030Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5285238Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5285441Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5285638Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5285843Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5286048Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5286253Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5286462Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5286667Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5286863Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5287068Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5287280Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5287493Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5287703Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5287907Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5288107Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5288310Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5288510Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5288736Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5288942Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5289168Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5289380Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5289588Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5289804Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5290022Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5290232Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5290442Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5290650Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5290855Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5291057Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5291265Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5291456Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5291769Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5291973Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5292181Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5292382Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5292579Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5292784Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5292990Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5293193Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5293396Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5293642Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5293844Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5294085Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5294294Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5294505Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5294715Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5294926Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5295129Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5295331Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5295538Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5295738Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5295939Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5296134Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5296347Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5296554Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5296758Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5296957Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5297158Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5297363Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5297569Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5297775Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5297975Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5298184Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5298403Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5298615Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5298858Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5299063Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5299267Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5299470Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5299674Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5299882Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5300088Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5300291Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5300496Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5300687Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5300903Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5301111Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5301317Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5301558Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5301759Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5301962Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5302167Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5302372Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5302578Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5302787Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5302990Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5303192Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5303431Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5303673Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5303881Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5304085Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5304284Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5304493Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5304695Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5304896Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5305172Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5305378Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5305584Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5305802Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5306020Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5306240Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5306452Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5306666Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5306879Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5307092Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5307306Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5307520Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5307734Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5307932Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5308171Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5308398Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5308646Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5308871Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5309094Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5309312Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5309541Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5309764Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5309983Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5310200Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5310419Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5310628Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5310845Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5311056Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5311259Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5311468Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5311670Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5311871Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5312076Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5312281Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5312486Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5312687Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5312876Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5313139Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5313407Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5313633Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5313852Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5314070Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5314293Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5314511Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5314731Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5314949Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5315160Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5315378Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5315577Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5315799Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5316020Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5316241Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5316457Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5316677Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5316895Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5317112Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5317329Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5317547Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5317794Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5318015Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5318248Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5318467Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5318684Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5318899Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5319114Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5319332Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5319554Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5319772Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5319988Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5320206Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5320420Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5320636Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5320837Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5321053Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5321272Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5321493Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5321713Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5321927Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5322144Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5322359Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5322599Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5322794Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323015Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323196Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323385Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323572Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323757Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5323946Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5324131Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5324320Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5324509Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5324699Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5324882Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325055Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325240Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325428Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325610Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325793Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5325979Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5326169Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5326353Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5326537Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5326720Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5326893Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5327075Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5327258Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5327443Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5327655Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5327838Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5328049Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5328231Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5328414Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5328583Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5328803Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5329021Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5329238Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5329457Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5329670Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5329884Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5330100Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5330312Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5330526Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5330741Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5330958Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5331164Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5331378Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5331695Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5331910Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5332123Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5332339Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5332526Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5332763Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5333029Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5333257Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5333457Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5333745Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5333959Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5334138Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5334318Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5334506Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5334697Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5334882Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5335066Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5335250Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5335423Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5335610Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5335831Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5336048Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5336262Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5336477Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5336691Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5336903Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5337118Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5337329Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5337538Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5337738Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5337984Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5338202Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5338442Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5338653Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5338864Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5339074Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5339286Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5339498Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5339712Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5339925Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5340135Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5340339Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5340548Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5340760Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5340968Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5341156Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5341345Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5341535Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5341724Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5341911Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5342097Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5342269Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5342451Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5342638Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5342854Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343045Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343260Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343443Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343628Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343813Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5343997Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5344206Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5344431Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5344654Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5344870Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5345146Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5345360Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5345578Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5345789Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5346018Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5346249Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5346482Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5346700Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5346929Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5347159Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5347387Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5347612Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5347870Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5348100Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5348401Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5348623Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5348848Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5349077Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5349303Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5349527Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5349740Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5349964Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5350192Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5350413Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5350637Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5350861Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5351084Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5351304Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5351528Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5351756Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5351983Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5352204Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5352426Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5352663Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5352889Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5353138Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5353356Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5353573Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5353792Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5354008Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5354223Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5354437Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5354649Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5354861Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5355061Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5355275Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5355494Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5355711Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5355924Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5356137Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5356346Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5356558Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5356776Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5357022Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5357266Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5357535Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5357795Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5358038Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5358276Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5358505Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5358744Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5358978Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5359214Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5359451Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5359693Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5359927Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5360165Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5360398Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5360632Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5360865Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5361088Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5361328Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5361561Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5361792Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5362027Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5362292Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5362551Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5362783Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5362981Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5363182Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5363384Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5363583Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5363768Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5363964Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5364157Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5364351Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5364545Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5364745Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5364942Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5365134Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5365325Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5365517Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5365698Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5365890Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5366083Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5366286Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5366479Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5366670Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5366861Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5367053Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5367274Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5367492Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5367674Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5367869Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5368061Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5368249Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5368442Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5368635Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5368829Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5369019Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5369253Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5369489Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5369712Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5369943Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5370178Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5370406Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5370634Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5370865Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5371087Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5371308Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5371529Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5371861Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5372081Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5372343Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5372581Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5372794Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5373009Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5373217Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5373481Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5373733Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5373956Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5374170Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5374382Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5374596Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5374810Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5375022Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5375219Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5375425Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5375638Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5375851Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5376064Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5376276Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5376482Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5376680Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5376885Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5377116Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5377316Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5377542Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5377750Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5377970Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5378185Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5378410Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5378631Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5378852Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5379070Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5379287Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5379505Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5379721Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5379936Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5380138Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5380348Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5380568Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5380785Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5381011Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5381232Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5381455Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5381673Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5381922Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5382142Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5382399Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5382615Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5382812Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5383025Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5383235Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5383446Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5383651Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5383862Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5384072Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5384280Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5384482Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5384688Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5384893Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5385150Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5385357Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5385561Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5385772Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5385983Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5386198Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5386414Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5386627Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5386874Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5387075Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5387315Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5387503Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5387699Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5387903Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5388103Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5388318Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5388528Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5388741Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5388959Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5389177Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5389390Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5389600Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5389798Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5390007Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5390208Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5390408Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5390613Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5390816Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5391027Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5391231Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5391446Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5391690Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5391904Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5392141Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5392331Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5392531Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5392735Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5392937Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5393138Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5393341Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5393548Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5393756Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5393966Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5394175Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5394381Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5394567Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5394763Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5394975Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5395193Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5395407Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5395620Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5395833Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5396044Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5396256Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5396490Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5396723Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5396913Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5397110Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5397317Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5397525Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5397729Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5397935Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5398134Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5398332Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5398534Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5398739Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5398944Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5399139Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5399339Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5399546Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5399749Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5399964Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5400176Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5400385Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5400587Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5400784Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5400986Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5401216Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5401408Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5401642Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5401843Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5402056Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5402269Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5402490Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5402711Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5402924Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5403138Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5403346Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5403559Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5403769Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5403969Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5404178Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5404387Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5404597Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5404809Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5405016Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5405218Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5405430Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5405640Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5405853Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5406097Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5406323Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5406526Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5406732Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5406934Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5407143Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5407354Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5407559Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5407764Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5407968Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5408169Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5408373Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5408562Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5408766Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5408966Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5409185Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5409400Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5409626Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5409847Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5410066Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5410283Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5410493Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5410706Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5410933Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5411181Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5411391Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5411688Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5411901Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5412107Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5412321Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5412530Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5412738Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5412938Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5413134Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5413339Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5413533Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5413741Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5413945Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5414149Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5414356Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5414562Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5414772Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5414985Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5415193Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5415394Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5415598Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5415835Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5416091Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5416294Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5416495Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5416704Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5416906Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5417120Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5417332Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5417537Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5417735Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5417937Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5418129Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5418332Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5418537Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5418737Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5418955Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5419170Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5419393Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5419613Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:22:31.5419830Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5420045Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5420254Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5420455Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5420696Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5420939Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5421154Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5421364Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5421575Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5421792Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5422013Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5422228Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5422441Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5422654Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5422864Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5423064Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5423276Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5423484Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5423692Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5423896Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5424102Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5424316Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5424527Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5424729Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5424927Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5425222Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5425474Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5425680Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5425913Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5426117Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5426324Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5426526Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5426738Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5426945Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5427151Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5427354Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5427557Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5427747Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5427950Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5428152Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5428358Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5428560Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5428776Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5428986Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5429204Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5429422Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5429636Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5429850Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5430051Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5430297Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5430509Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5430748Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5430957Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5431167Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5431376Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5431584Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5431786Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5431991Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5432195Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5432387Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5432590Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5432793Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5433008Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5433222Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5433433Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5433637Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5433842Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5434043Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5434241Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5434442Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5434638Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5434851Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5435059Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5435308Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5435551Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5435764Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5435978Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5436190Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5436405Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5436616Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5436829Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5437038Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5437234Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5437442Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5437661Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5437883Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5438100Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5438312Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5438526Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5438741Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5438952Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5439163Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5439373Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5439568Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5439776Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5440014Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5440230Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5440470Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5440678Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5440881Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5441081Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5441289Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5441491Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5441689Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5441881Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5442091Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5442315Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5442539Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5442766Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5442988Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5443194Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5443398Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5443610Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5443820Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5444031Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5444230Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5444414Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5444616Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5444849Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5445055Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5445288Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5445489Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5445703Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5445915Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5446125Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5446331Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5446541Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5446739Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5446941Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5447141Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5447337Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5447541Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5447742Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5447943Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5448149Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5448352Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5448564Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5448778Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5448983Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5449196Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5449415Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5449660Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5449877Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5450131Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5450340Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5450552Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5450769Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5450978Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5451193Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5451402Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5451718Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5451927Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5452131Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5452338Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5452541Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5452738Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5452939Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5453147Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5453357Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5453557Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5453772Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5453974Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5454188Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5454395Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5454644Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5454876Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5455081Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5455281Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5455477Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5455682Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5455886Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5456105Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5456303Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5456520Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5456738Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5456955Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5457168Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5457383Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5457596Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5457809Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5458018Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5458230Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5458442Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5458652Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5458850Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5459058Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5459300Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5459517Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5459761Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5459970Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5460174Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5460374Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5460581Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5460781Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5460981Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5461173Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5461372Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5461581Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5461797Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5462011Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5462223Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5462429Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5462638Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5462867Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5463089Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5463316Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5463528Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5463751Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5463969Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5464218Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5464441Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5464686Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5464897Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5465179Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5465392Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5465594Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5465804Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5466004Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5466188Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5466390Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5466589Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5466805Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5467020Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5467236Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5467452Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5467665Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5467880Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5468094Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5468309Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5468509Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5468718Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5468958Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5469167Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5469405Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5469614Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5469824Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5470034Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5470243Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5470443Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5470645Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5470858Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5471061Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5471275Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5471487Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5471698Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5471910Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5472119Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5472329Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5472540Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5472749Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5472952Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5473154Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5473345Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5473551Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5473785Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5473991Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5474196Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5474415Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5474637Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5474851Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5475061Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5475276Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5475491Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5475691Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5475900Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5476109Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5476318Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5476524Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5476729Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5476928Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5477131Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5477333Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5477552Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5477773Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5477968Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5478171Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5478382Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5478621Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5478825Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5479066Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5479266Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5479462Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5479666Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5479871Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5480074Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5480270Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5480471Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5480682Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5480887Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5481101Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5481316Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5481534Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5481742Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5481944Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5482142Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5482349Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5482551Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5482738Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5482942Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5483138Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5483376Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5483585Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5483837Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5484050Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5484262Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5484468Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5484672Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5484871Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5485064Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5485262Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5485457Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5485660Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5485859Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5486064Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5486273Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5486482Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5486695Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5486908Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5487118Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5487313Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5487513Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5487719Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5487918Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5488140Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5488345Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5488581Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5488789Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5488992Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5489201Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5489406Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5489592Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5489799Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5489997Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5490193Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5490394Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5490604Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5490811Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5491018Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5491235Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5491446Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5491764Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5491955Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5492155Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5492357Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5492554Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5492749Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5492950Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5493197Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5493439Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5493641Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5493855Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5494066Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5494268Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5494477Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5494682Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5494881Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5495084Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5495284Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5495482Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5495684Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5495891Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5496105Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5496316Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5496535Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5496744Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5496961Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5497171Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5497384Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5497596Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5497835Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5498048Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5498319Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5498530Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5498740Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5498882Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499010Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499163Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499310Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499452Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499599Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499745Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5499894Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500039Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500172Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500316Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500459Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500608Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500752Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5500892Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501039Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501182Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501312Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501458Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501604Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501749Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5501899Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502048Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502199Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502357Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502488Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502631Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502778Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5502920Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5503060Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5503237Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5503388Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5503564Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5503702Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5514795Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5515119Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5515350Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5515574Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5515722Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5515882Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516032Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516178Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516323Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516474Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516633Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516785Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5516919Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517071Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517215Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517357Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517510Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517661Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517813Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5517958Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518111Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518254Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518405Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518552Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518708Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518850Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5518994Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519140Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519286Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519422Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519565Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519823Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5519974Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520118Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520312Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520461Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520606Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520752Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5520896Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521042Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521185Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521327Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521473Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521622Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521766Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5521898Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522049Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522192Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522334Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522474Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522619Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522766Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5522913Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523057Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523195Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523344Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523487Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523632Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523773Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5523918Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524060Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524214Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524350Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524497Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524642Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524784Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5524928Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5525071Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5525241Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5525389Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5525549Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5525710Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:22:31.5525858Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526000Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526143Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526289Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526441Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526594Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526724Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5526867Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527010Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527157Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527304Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527447Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527595Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527744Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5527889Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528026Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528180Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528324Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528468Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528613Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528752Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5528894Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529042Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529180Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529329Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529475Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529619Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529771Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5529924Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530070Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530216Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530351Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530520Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530666Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530851Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5530994Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5531141Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5531283Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5531476Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.5531790Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.5531963Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.5532159Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.5532342Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:31.5532485Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5532636Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5532781Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5532936Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533096Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533234Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533388Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533538Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533700Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5533850Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534004Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534159Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534316Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534488Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534627Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534780Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5534938Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535099Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535255Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535405Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535574Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535723Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5535864Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536088Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536245Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536441Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536600Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536756Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5536928Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537088Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537240Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537404Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537555Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537722Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5537949Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5538098Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5538253Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5538407Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5538564Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5538731Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5538868Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539023Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539178Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539336Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539489Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539642Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539796Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5539946Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540083Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540244Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540394Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540542Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540695Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540841Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5540992Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541140Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541319Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541458Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541634Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541782Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5541931Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542070Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542216Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542364Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542503Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542631Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542781Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5542932Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543086Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543240Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543395Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543547Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543705Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5543851Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544010Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544159Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544311Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544461Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544615Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544764Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5544916Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545141Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545284Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545438Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545589Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545743Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5545887Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546032Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546193Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546357Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546494Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546674Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5546841Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547040Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547199Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547362Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547509Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547649Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547795Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5547927Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548080Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548220Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548386Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548550Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548712Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5548861Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549009Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549146Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549296Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549444Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549594Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549738Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5549895Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550051Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550199Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550341Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550488Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550629Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550777Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5550923Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5551112Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5551292Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5551469Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5551642Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5551803Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552003Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552178Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552373Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552535Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552695Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5552855Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553018Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553193Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553370Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553532Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553695Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5553855Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554031Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554204Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554378Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554555Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554730Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5554889Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555054Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555217Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555378Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555541Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555695Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5555865Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556033Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556225Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556409Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556592Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556769Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5556940Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557098Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557279Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557449Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557643Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557818Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5557970Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5558138Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5558311Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5558486Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5558664Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5558838Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559014Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559192Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559352Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559499Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559664Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559823Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5559998Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560165Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560338Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560503Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560663Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560819Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5560972Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561147Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561314Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561487Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561649Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561818Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5561975Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5562135Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5562307Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5562502Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5562686Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5562876Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563039Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563207Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563370Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563541Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563712Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5563886Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564035Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564207Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564378Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564550Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564707Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5564867Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565023Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565182Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565350Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565510Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565671Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5565843Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566008Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566183Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566374Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566535Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566713Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5566884Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567020Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567162Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567308Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567451Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567592Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567764Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5567925Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568103Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568238Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568384Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568527Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568679Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568827Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5568972Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569140Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569303Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569451Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569607Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569761Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5569908Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570050Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570191Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570334Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570481Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570628Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570767Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5570918Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571062Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571209Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571351Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571492Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571758Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5571907Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572053Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572202Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572351Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572502Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572654Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572797Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5572941Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573141Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573283Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573443Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573636Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573788Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5573947Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574107Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574267Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574427Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574587Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574727Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5574895Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575057Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575204Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575357Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575499Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575644Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575785Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5575919Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576072Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576222Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576379Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576521Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576681Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576837Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5576994Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5577138Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5577291Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5577444Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5577636Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5577820Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5577999Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5578179Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5578329Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5578522Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5578700Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5578918Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5579071Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5579220Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5579369Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5579556Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5579741Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5579900Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580071Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580228Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580390Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580550Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580703Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5580857Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5581042Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5581221Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5581398Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5581596Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5581782Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5581974Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5582165Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.5582337Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5582495Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5582646Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5582794Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5582947Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583101Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583234Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583381Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583524Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583665Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583843Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5583989Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584167Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584309Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584444Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584590Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584742Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5584881Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585110Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585266Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585408Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585552Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585699Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585830Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5585974Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586124Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586268Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586424Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586566Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586708Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586857Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5586992Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5587136Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.002s) 2022-12-01T10:22:31.5587283Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5587442Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5587586Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5587731Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5587880Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588021Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588166Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588310Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588454Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588596Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588738Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5588882Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5589031Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:22:31.5589200Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-12-01T10:22:31.5589326Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-12-01T10:22:31.5589494Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-12-01T10:22:31.5589629Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.395s) 2022-12-01T10:22:31.5589764Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-12-01T10:22:31.5589900Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:22:31.5590032Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.461s) 2022-12-01T10:22:31.5590173Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.432s) 2022-12-01T10:22:31.5590326Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.091s) 2022-12-01T10:22:31.5590448Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5590589Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.398s) 2022-12-01T10:22:31.5590721Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5590860Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:22:31.5590990Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:22:31.5591122Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:22:31.5591251Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.327s) 2022-12-01T10:22:31.5591390Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.423s) 2022-12-01T10:22:31.5591521Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.103s) 2022-12-01T10:22:31.5591656Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:22:31.5591791Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-12-01T10:22:31.5591962Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:22:31.5592117Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.392s) 2022-12-01T10:22:31.5592286Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:22:31.5592424Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.328s) 2022-12-01T10:22:31.5592556Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.446s) 2022-12-01T10:22:31.5592689Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:22:31.5592809Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-12-01T10:22:31.5592940Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-12-01T10:22:31.5593085Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-12-01T10:22:31.5593222Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.308s) 2022-12-01T10:22:31.5593359Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5593498Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.328s) 2022-12-01T10:22:31.5593631Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:22:31.5593767Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.399s) 2022-12-01T10:22:31.5593887Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.407s) 2022-12-01T10:22:31.5594021Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.404s) 2022-12-01T10:22:31.5594151Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:22:31.5594285Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.327s) 2022-12-01T10:22:31.5594477Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-12-01T10:22:31.5594607Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.404s) 2022-12-01T10:22:31.5594773Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.482s) 2022-12-01T10:22:31.5594911Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:22:31.5595034Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:22:31.5595171Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5595303Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:22:31.5595436Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:22:31.5595568Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.325s) 2022-12-01T10:22:31.5595700Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-12-01T10:22:31.5595845Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.367s) 2022-12-01T10:22:31.5595986Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.469s) 2022-12-01T10:22:31.5596110Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.520s) 2022-12-01T10:22:31.5596251Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.473s) 2022-12-01T10:22:31.5596381Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.111s) 2022-12-01T10:22:31.5596513Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.397s) 2022-12-01T10:22:31.5596645Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.412s) 2022-12-01T10:22:31.5596779Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.051s) 2022-12-01T10:22:31.5596938Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.281s) 2022-12-01T10:22:31.5597105Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-12-01T10:22:31.5597251Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.158s) 2022-12-01T10:22:31.5597411Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.179s) 2022-12-01T10:22:31.5597567Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.410s) 2022-12-01T10:22:31.5597719Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-12-01T10:22:31.5597868Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.143s) 2022-12-01T10:22:31.5598022Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:22:31.5598178Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.076s) 2022-12-01T10:22:31.5598337Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-12-01T10:22:31.5598483Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.150s) 2022-12-01T10:22:31.5598626Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.119s) 2022-12-01T10:22:31.5598761Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-12-01T10:22:31.5598904Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-12-01T10:22:31.5599049Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.452s) 2022-12-01T10:22:31.5599190Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.142s) 2022-12-01T10:22:31.5599331Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.262s) 2022-12-01T10:22:31.5599469Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5599604Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-12-01T10:22:31.5599754Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.457s) 2022-12-01T10:22:31.5599891Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.337s) 2022-12-01T10:22:31.5600058Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:22:31.5600192Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:22:31.5600326Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:22:31.5600458Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:22:31.5600595Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-12-01T10:22:31.5600729Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.464s) 2022-12-01T10:22:31.5600848Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.526s) 2022-12-01T10:22:31.5600980Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-12-01T10:22:31.5601116Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5601249Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-12-01T10:22:31.5601393Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.234s) 2022-12-01T10:22:31.5601536Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.389s) 2022-12-01T10:22:31.5601673Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-12-01T10:22:31.5601815Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.273s) 2022-12-01T10:22:31.5601940Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.146s) 2022-12-01T10:22:31.5602074Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.271s) 2022-12-01T10:22:31.5602210Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.385s) 2022-12-01T10:22:31.5602329Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.283s) 2022-12-01T10:22:31.5602469Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.068s) 2022-12-01T10:22:31.5602593Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.279s) 2022-12-01T10:22:31.5602718Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T10:22:31.5602887Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5603278Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:22:31.5603543Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:22:31.5604240Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:22:31.5604342Z warnings.warn(msg, FutureWarning) 2022-12-01T10:22:31.5604410Z ok (0.739s) 2022-12-01T10:22:31.5604545Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (3.116s) 2022-12-01T10:22:31.5604673Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.882s) 2022-12-01T10:22:31.5604798Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.809s) 2022-12-01T10:22:31.5604920Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.073s) 2022-12-01T10:22:31.5605130Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:31.5605255Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.941s) 2022-12-01T10:22:31.5605381Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.235s) 2022-12-01T10:22:31.5605505Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.680s) 2022-12-01T10:22:31.5605665Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.766s) 2022-12-01T10:22:31.5605839Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5606013Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.458s) 2022-12-01T10:22:31.5606166Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5606324Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:22:31.5606488Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5606676Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5606835Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5606999Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:22:31.5607120Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.575s) 2022-12-01T10:22:31.5607250Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-12-01T10:22:31.5607374Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.133s) 2022-12-01T10:22:31.5607496Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.286s) 2022-12-01T10:22:31.5607628Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.287s) 2022-12-01T10:22:31.5607754Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-12-01T10:22:31.5607874Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.560s) 2022-12-01T10:22:31.5608004Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.762s) 2022-12-01T10:22:31.5608178Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:22:31.5608423Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:22:31.5608681Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:22:31.5608822Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5608941Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.127s) 2022-12-01T10:22:31.5609064Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-12-01T10:22:31.5609184Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-12-01T10:22:31.5609309Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-12-01T10:22:31.5609439Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.016s) 2022-12-01T10:22:31.5609574Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.306s) 2022-12-01T10:22:31.5609690Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:22:31.5609824Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-12-01T10:22:31.5609940Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.088s) 2022-12-01T10:22:31.5610105Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5610225Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-12-01T10:22:31.5610363Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.267s) 2022-12-01T10:22:31.5610496Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.294s) 2022-12-01T10:22:31.5610639Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.416s) 2022-12-01T10:22:31.5610757Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.665s) 2022-12-01T10:22:31.5610912Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5611029Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.329s) 2022-12-01T10:22:31.5611377Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:22:31.5611495Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.754s) 2022-12-01T10:22:31.5611761Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.235s) 2022-12-01T10:22:31.5611908Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.535s) 2022-12-01T10:22:31.5612034Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.432s) 2022-12-01T10:22:31.5612192Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:22:31.5612421Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T10:22:31.5612657Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:22:31.5612781Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.154s) 2022-12-01T10:22:31.5612915Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.806s) 2022-12-01T10:22:31.5613037Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.170s) 2022-12-01T10:22:31.5613160Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.143s) 2022-12-01T10:22:31.5613405Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:22:31.5613525Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:22:31.5613846Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:21:39 2532:2532 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:31.5614101Z STAGE:2022-12-01 10:21:39 2532:2532 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:31.5614169Z ok (0.077s) 2022-12-01T10:22:31.5614333Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5614485Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5614642Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5614759Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-12-01T10:22:31.5614890Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.150s) 2022-12-01T10:22:31.5615026Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-12-01T10:22:31.5615147Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-12-01T10:22:31.5615272Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.503s) 2022-12-01T10:22:31.5615407Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-12-01T10:22:31.5615539Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.158s) 2022-12-01T10:22:31.5615667Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.293s) 2022-12-01T10:22:31.5615790Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.182s) 2022-12-01T10:22:31.5615913Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.271s) 2022-12-01T10:22:31.5616034Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.147s) 2022-12-01T10:22:31.5616157Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T10:22:31.5616283Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.236s) 2022-12-01T10:22:31.5616417Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.655s) 2022-12-01T10:22:31.5616548Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.426s) 2022-12-01T10:22:31.5616671Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.655s) 2022-12-01T10:22:31.5616796Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.211s) 2022-12-01T10:22:31.5616906Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-12-01T10:22:31.5617028Z test_to_dtype (__main__.TestTEFuserDynamic) ... ok (0.382s) 2022-12-01T10:22:31.5617148Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (3.920s) 2022-12-01T10:22:31.5617320Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.126s) 2022-12-01T10:22:31.5617448Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-12-01T10:22:31.5617681Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.5617809Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-12-01T10:22:31.5617953Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.349s) 2022-12-01T10:22:31.5618072Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.356s) 2022-12-01T10:22:31.5618590Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:22:31.5618668Z return v.to(dtype) 2022-12-01T10:22:31.5618735Z ok (0.037s) 2022-12-01T10:22:31.5618870Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.317s) 2022-12-01T10:22:31.5618992Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.690s) 2022-12-01T10:22:31.5619344Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:22:31.5619453Z warnings.warn("Only works in script mode") 2022-12-01T10:22:31.5619519Z ok (0.174s) 2022-12-01T10:22:31.5619643Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.096s) 2022-12-01T10:22:31.5619756Z test_abs (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-12-01T10:22:31.5619890Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:22:31.5620011Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.099s) 2022-12-01T10:22:31.5620129Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-12-01T10:22:31.5620272Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-12-01T10:22:31.5620539Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:22:31.5620789Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:22:31.5621513Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:22:31.5621720Z warnings.warn(msg, FutureWarning) 2022-12-01T10:22:31.5621859Z ok (0.284s) 2022-12-01T10:22:31.5622115Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.146s) 2022-12-01T10:22:31.5622364Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.509s) 2022-12-01T10:22:31.5622621Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.348s) 2022-12-01T10:22:31.5622912Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.187s) 2022-12-01T10:22:31.5623246Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (8.766s) 2022-12-01T10:22:31.5623496Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.691s) 2022-12-01T10:22:31.5623759Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:22:31.5624016Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.681s) 2022-12-01T10:22:31.5624281Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-12-01T10:22:31.5624645Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5624926Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.070s) 2022-12-01T10:22:31.5625216Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.099s) 2022-12-01T10:22:31.5625500Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.095s) 2022-12-01T10:22:31.5625831Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-12-01T10:22:31.5626168Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-12-01T10:22:31.5626479Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.110s) 2022-12-01T10:22:31.5626750Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.187s) 2022-12-01T10:22:31.5627005Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.895s) 2022-12-01T10:22:31.5627270Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:22:31.5627529Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.075s) 2022-12-01T10:22:31.5627807Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-12-01T10:22:31.5628063Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-12-01T10:22:31.5628332Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-12-01T10:22:31.5628591Z test_concat (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-12-01T10:22:31.5628872Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-12-01T10:22:31.5629863Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2442: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-12-01T10:22:31.5630030Z r = torch.tensor(4) 2022-12-01T10:22:31.5630165Z ok (0.108s) 2022-12-01T10:22:31.5630416Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-12-01T10:22:31.5630677Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.869s) 2022-12-01T10:22:31.5630996Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5631245Z test_dims (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:22:31.5631510Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-12-01T10:22:31.5631759Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-12-01T10:22:31.5632026Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-12-01T10:22:31.5632294Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.005s) 2022-12-01T10:22:31.5632577Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.107s) 2022-12-01T10:22:31.5632796Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:22:31.5633100Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:22:31.5633341Z test_exp (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-12-01T10:22:31.5633691Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5633936Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-12-01T10:22:31.5634229Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-12-01T10:22:31.5634510Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.119s) 2022-12-01T10:22:31.5634813Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-12-01T10:22:31.5635036Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.382s) 2022-12-01T10:22:31.5635386Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5635631Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-12-01T10:22:31.5636344Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:22:31.5636587Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.162s) 2022-12-01T10:22:31.5636848Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.163s) 2022-12-01T10:22:31.5637143Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (1.783s) 2022-12-01T10:22:31.5637451Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.152s) 2022-12-01T10:22:31.5637771Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:22:31.5638063Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.837s) 2022-12-01T10:22:31.5638302Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.970s) 2022-12-01T10:22:31.5638546Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.325s) 2022-12-01T10:22:31.5638808Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.310s) 2022-12-01T10:22:31.5639057Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-12-01T10:22:31.5639308Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.141s) 2022-12-01T10:22:31.5639812Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:22:31.5640058Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:22:31.5640781Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:22:24 2532:2532 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:22:31.5641322Z STAGE:2022-12-01 10:22:24 2532:2532 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:22:31.5641467Z ok (0.028s) 2022-12-01T10:22:31.5641812Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5642134Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5642461Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:22:31.5642703Z test_relu (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:22:31.5642948Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-12-01T10:22:31.5643251Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:22:31.5643502Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-12-01T10:22:31.5643766Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:22:31.5644050Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-12-01T10:22:31.5644333Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:22:31.5644604Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.100s) 2022-12-01T10:22:31.5644841Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-12-01T10:22:31.5645094Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.121s) 2022-12-01T10:22:31.5645375Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-12-01T10:22:31.5645639Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.059s) 2022-12-01T10:22:31.5645898Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.654s) 2022-12-01T10:22:31.5646177Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.131s) 2022-12-01T10:22:31.5646452Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.221s) 2022-12-01T10:22:31.5646717Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.269s) 2022-12-01T10:22:31.5646962Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-12-01T10:22:31.5647222Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-12-01T10:22:31.5647477Z test_to_dtype (__main__.TestTEFuserStatic) ... ok (0.103s) 2022-12-01T10:22:31.5647726Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.899s) 2022-12-01T10:22:31.5647987Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.499s) 2022-12-01T10:22:31.5648251Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-12-01T10:22:31.5648664Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:22:31.5648931Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-12-01T10:22:31.5649219Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-12-01T10:22:31.5649548Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.225s) 2022-12-01T10:22:31.5649843Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-12-01T10:22:31.5650162Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-12-01T10:22:31.5650419Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.665s) 2022-12-01T10:22:31.5651196Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:22:31.5651421Z warnings.warn("Only works in script mode") 2022-12-01T10:22:31.5651551Z ok (0.071s) 2022-12-01T10:22:31.5651876Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-12-01T10:22:31.5651895Z 2022-12-01T10:22:31.5652327Z ---------------------------------------------------------------------- 2022-12-01T10:22:31.5652491Z Ran 5909 tests in 124.129s 2022-12-01T10:22:31.5652501Z 2022-12-01T10:22:31.5652714Z OK (skipped=5157, expected failures=2) 2022-12-01T10:22:31.5652724Z 2022-12-01T10:22:31.5652903Z Generating XML reports... 2022-12-01T10:22:31.5653634Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201102025.xml 2022-12-01T10:22:31.5654371Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201102025.xml 2022-12-01T10:22:31.5655010Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201102025.xml 2022-12-01T10:22:31.5655658Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201102025.xml 2022-12-01T10:22:31.5656277Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201102025.xml 2022-12-01T10:22:31.5656288Z 2022-12-01T10:22:31.5657169Z ##[endgroup] 2022-12-01T10:22:31.5657807Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_tdk4ap_d) 2022-12-01T10:22:31.5657821Z 2022-12-01T10:22:33.0000217Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:33.0621539Z Ignoring disabled issues: [] 2022-12-01T10:22:33.0763544Z Running test_binary_ufuncs ... [2022-12-01 10:22:33.076096] 2022-12-01T10:22:33.0765853Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:33.076358] 2022-12-01T10:23:40.6293760Z 2022-12-01T10:23:40.6297026Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:23:40.6298593Z ##[group]PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_hztc3rr8) 2022-12-01T10:23:40.6299580Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-12-01T10:23:40.6299880Z 2022-12-01T10:23:40.6300006Z Running tests... 2022-12-01T10:23:40.6300522Z ---------------------------------------------------------------------- 2022-12-01T10:23:40.6301063Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:23:40.6302127Z 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:23:40.6302603Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6303088Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6303448Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6303943Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6304265Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6304971Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6305376Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6305889Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6306258Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6306698Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6307106Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6307528Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6307912Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6308363Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6308738Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6309209Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6309545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6310040Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6310382Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6310881Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6311216Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6311707Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6312044Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6312531Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6312874Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6313352Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6313742Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6314177Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6314559Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6314975Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6315366Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6315801Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6316180Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6316603Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6317002Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6317441Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6317793Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6318252Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6318616Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6319145Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6319465Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6319986Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6320334Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6320815Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6321128Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6321611Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6321962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6322444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6322811Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6323259Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6323656Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6324075Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6324450Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6324883Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6325258Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6325695Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6326076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6326502Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6326889Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6327347Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6327698Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6328171Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6328506Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6328989Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6329322Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6329741Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6330135Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6330568Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6330897Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6331349Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6331936Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6332598Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6333106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6333789Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6334143Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6334641Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6334964Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6335399Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6335759Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6336339Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6336667Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6337112Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6337494Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6337919Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6338245Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6338670Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6339002Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6339432Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6339758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6340185Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6340521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6340946Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6341274Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6341685Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6342028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6342454Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6342776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6343188Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6343527Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6343953Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6344338Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6344821Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6345167Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6345598Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6345911Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6346334Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6346737Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6347172Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6347518Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6347940Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6348280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6348692Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6349013Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6349434Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6349775Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6350300Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6350623Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6351049Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6351389Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6351801Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6352126Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6352550Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6352877Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6353302Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6353632Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6354061Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6354391Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6354823Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6355151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6355563Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6355906Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6356339Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6356664Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6357075Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6357420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6357907Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6358232Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6358643Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6359081Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6359583Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6359950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6360380Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6360759Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6361186Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6361662Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6362084Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6362424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6362848Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6363161Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6363582Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6363923Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6364332Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6364655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6365078Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6365418Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6365827Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6366150Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6366573Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6366903Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6367337Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6367661Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6368087Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6368420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6368851Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6369180Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6369607Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6369934Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6370367Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6370694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6371109Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6371453Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6372028Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6372354Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6372833Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6373174Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6373603Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6373961Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6374381Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6374724Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6374949Z ok (40.920s) 2022-12-01T10:23:40.6375162Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.003s) 2022-12-01T10:23:40.6375454Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:23:40.6375760Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:23:40.6376067Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:23:40.6376378Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:23:40.6376676Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:23:40.6377513Z 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:23:40.6378105Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6378425Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6378963Z 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:23:40.6379344Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6379779Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6380116Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6380546Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6380875Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6381289Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6381632Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6382063Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6382394Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6382807Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6383150Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6383577Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6383956Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6384383Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6384817Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6385042Z ok (1.678s) 2022-12-01T10:23:40.6385848Z 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:23:40.6386489Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.067s) 2022-12-01T10:23:40.6386795Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.102s) 2022-12-01T10:23:40.6387100Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6387399Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6387700Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6388001Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6389168Z 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:23:40.6389960Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-12-01T10:23:40.6390196Z ok (0.003s) 2022-12-01T10:23:40.6390435Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6390756Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6391067Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6391366Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6391686Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6392008Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6392322Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6392621Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6392897Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6393154Z test_error_in_init (__main__.TestDataLoader) ... ok (0.074s) 2022-12-01T10:23:40.6393407Z test_error_workers (__main__.TestDataLoader) ... ok (0.064s) 2022-12-01T10:23:40.6393693Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:23:40.6393986Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.052s) 2022-12-01T10:23:40.6394487Z 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:23:40.6394864Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6395296Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6395645Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6395858Z ok (2.396s) 2022-12-01T10:23:40.6396079Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6396362Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:23:40.6396649Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:23:40.6397020Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:23:40.6397408Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6397944Z 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:23:40.6398341Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6398773Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6399119Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6399345Z ok (2.253s) 2022-12-01T10:23:40.6399536Z test_len (__main__.TestDataLoader) ... ok (0.008s) 2022-12-01T10:23:40.6399814Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.123s) 2022-12-01T10:23:40.6400354Z 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:23:40.6400726Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6401163Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6401511Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6401945Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6402260Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6402687Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6403033Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6403452Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6403782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6404208Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6404555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6404969Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6405300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6405725Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6406071Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6406285Z ok (2.428s) 2022-12-01T10:23:40.6407061Z 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:23:40.6408179Z 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.001s) 2022-12-01T10:23:40.6408981Z 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:23:40.6409364Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6409838Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6410198Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6410462Z ok (1.281s) 2022-12-01T10:23:40.6410663Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:23:40.6410927Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:23:40.6411195Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6411437Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:23:40.6412408Z 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:23:40.6412957Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:23:40.6413884Z 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:23:40.6414507Z test_random_sampler (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:23:40.6414793Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6415117Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6415637Z 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:23:40.6416009Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6416426Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6416777Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6417215Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6417551Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6417969Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6418321Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6418757Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6419077Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6419511Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6419861Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6420301Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6420616Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6421044Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6421393Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6421605Z ok (1.811s) 2022-12-01T10:23:40.6421841Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.027s) 2022-12-01T10:23:40.6422436Z 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:23:40.6422811Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6423230Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6423618Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6423843Z ok (2.277s) 2022-12-01T10:23:40.6424660Z 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:23:40.6425248Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.115s) 2022-12-01T10:23:40.6425538Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.044s) 2022-12-01T10:23:40.6425818Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.021s) 2022-12-01T10:23:40.6426113Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6426420Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.183s) 2022-12-01T10:23:40.6426687Z test_shuffle (__main__.TestDataLoader) ... ok (0.059s) 2022-12-01T10:23:40.6426946Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.050s) 2022-12-01T10:23:40.6427202Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.052s) 2022-12-01T10:23:40.6428008Z 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:23:40.6428579Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.158s) 2022-12-01T10:23:40.6428893Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6429196Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.258s) 2022-12-01T10:23:40.6429481Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.197s) 2022-12-01T10:23:40.6429972Z 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:23:40.6430340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6430756Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6431098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6431321Z ok (2.223s) 2022-12-01T10:23:40.6431520Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:23:40.6432305Z 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:23:40.6433365Z 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:23:40.6434486Z 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:23:40.6435076Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-12-01T10:23:40.6435945Z 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:23:40.6436569Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:23:40.6436908Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:23:40.6437771Z 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:23:40.6438929Z 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:23:40.6440086Z 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:23:40.6441241Z 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:23:40.6441873Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.105s) 2022-12-01T10:23:40.6442229Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6442612Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6442979Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6443338Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6443714Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6444103Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6444492Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6444857Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6445237Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6445622Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6446010Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6446419Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:23:40.6446801Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6447738Z 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:23:40.6448339Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6448653Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.074s) 2022-12-01T10:23:40.6449528Z 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:23:40.6450167Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:23:40.6450531Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.081s) 2022-12-01T10:23:40.6451121Z 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:23:40.6451512Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6452068Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6452417Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6452633Z ok (2.636s) 2022-12-01T10:23:40.6452890Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:23:40.6453248Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6453617Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:23:40.6454515Z 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.005s) 2022-12-01T10:23:40.6455152Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6455753Z 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:23:40.6456169Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6456588Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6456934Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6457159Z ok (2.528s) 2022-12-01T10:23:40.6457400Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.009s) 2022-12-01T10:23:40.6457736Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.052s) 2022-12-01T10:23:40.6458697Z 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:23:40.6459870Z 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:23:40.6461078Z 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:23:40.6462234Z 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:23:40.6462835Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6463156Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:23:40.6463494Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6463827Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:23:40.6464731Z 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:23:40.6465303Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:23:40.6466247Z 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:23:40.6466910Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:23:40.6467278Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6467672Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6468256Z 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:23:40.6468657Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6469088Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6469434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6469855Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6470183Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6470613Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6470973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6471406Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6471782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6472206Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6472535Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6472962Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:23:40.6473287Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6473699Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6474037Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6474262Z ok (1.810s) 2022-12-01T10:23:40.6474534Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.017s) 2022-12-01T10:23:40.6475113Z 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:23:40.6475510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:23:40.6475935Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:23:40.6476279Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:23:40.6476491Z ok (2.443s) 2022-12-01T10:23:40.6477303Z 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:23:40.6477949Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.126s) 2022-12-01T10:23:40.6478315Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.041s) 2022-12-01T10:23:40.6478650Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.021s) 2022-12-01T10:23:40.6479029Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6479406Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.177s) 2022-12-01T10:23:40.6479732Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.059s) 2022-12-01T10:23:40.6480064Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.051s) 2022-12-01T10:23:40.6480407Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.052s) 2022-12-01T10:23:40.6481293Z 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:23:40.6481936Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.160s) 2022-12-01T10:23:40.6482308Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6482683Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.294s) 2022-12-01T10:23:40.6483038Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.213s) 2022-12-01T10:23:40.6483910Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:40.6484538Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:23:40.6485403Z 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:23:40.6486532Z 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:23:40.6487690Z 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:23:40.6488306Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:23:40.6488643Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:23:40.6488959Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:23:40.6489288Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-12-01T10:23:40.6489618Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:23:40.6489927Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:23:40.6490242Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:23:40.6490545Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:23:40.6490815Z Indices generated by random_split ... ok (0.003s) 2022-12-01T10:23:40.6491090Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.011s) 2022-12-01T10:23:40.6491416Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6491898Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:23:40.6492237Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:23:40.6492562Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.038s) 2022-12-01T10:23:40.6493420Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:40.6494029Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-12-01T10:23:40.6494337Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.050s) 2022-12-01T10:23:40.6494661Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:23:40.6494963Z test_getitem (__main__.TestTensorDataset) ... ok (0.006s) 2022-12-01T10:23:40.6495285Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.004s) 2022-12-01T10:23:40.6495534Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-12-01T10:23:40.6495797Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.004s) 2022-12-01T10:23:40.6496125Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:23:40.6496284Z 2022-12-01T10:23:40.6496474Z ---------------------------------------------------------------------- 2022-12-01T10:23:40.6496719Z Ran 168 tests in 72.186s 2022-12-01T10:23:40.6496837Z 2022-12-01T10:23:40.6496910Z OK (skipped=46) 2022-12-01T10:23:40.6497018Z 2022-12-01T10:23:40.6497103Z Generating XML reports... 2022-12-01T10:23:40.6497564Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201102228.xml 2022-12-01T10:23:40.6498140Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201102228.xml 2022-12-01T10:23:40.6498652Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201102228.xml 2022-12-01T10:23:40.6499194Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201102228.xml 2022-12-01T10:23:40.6499767Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201102228.xml 2022-12-01T10:23:40.6500297Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201102228.xml 2022-12-01T10:23:40.6500834Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201102228.xml 2022-12-01T10:23:40.6501343Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201102228.xml 2022-12-01T10:23:40.6501852Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201102228.xml 2022-12-01T10:23:40.6502372Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201102228.xml 2022-12-01T10:23:40.6502878Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201102228.xml 2022-12-01T10:23:40.6503365Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201102228.xml 2022-12-01T10:23:40.6503875Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201102228.xml 2022-12-01T10:23:40.6504416Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201102228.xml 2022-12-01T10:23:40.6505029Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201102228.xml 2022-12-01T10:23:40.6505254Z 2022-12-01T10:23:40.6505596Z ##[endgroup] 2022-12-01T10:23:40.6505981Z FINISHED PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_hztc3rr8) 2022-12-01T10:23:40.6506202Z 2022-12-01T10:23:42.2981666Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:42.3645417Z Ignoring disabled issues: [] 2022-12-01T10:23:42.3811002Z Running test_mkldnn_fusion ... [2022-12-01 10:23:42.380797] 2022-12-01T10:23:42.3813359Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:42.381078] 2022-12-01T10:23:49.7024996Z 2022-12-01T10:23:49.7025546Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:23:49.7026606Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_7ly9dgdt) 2022-12-01T10:23:49.7043526Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-12-01T10:23:49.7044105Z 2022-12-01T10:23:49.7044228Z Running tests... 2022-12-01T10:23:49.7045060Z ---------------------------------------------------------------------- 2022-12-01T10:23:49.7049560Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7130766Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7132934Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7134019Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7134747Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7135422Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7135975Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7136550Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7137135Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7137720Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7138277Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7140163Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7140716Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7141261Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7143917Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7144997Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7145794Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7146386Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7146961Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7147517Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7149294Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7149990Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7150651Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7151511Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7254429Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7255689Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7259585Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7260332Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7261044Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7261729Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7262410Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7263585Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7264207Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7265124Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7265997Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7268172Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7268860Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7269622Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7271692Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7272374Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7273021Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7273774Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7274330Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7275161Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7275936Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7276619Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7277209Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7277771Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7279031Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7279729Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7280407Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7281062Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7281746Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7282433Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7283082Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7283873Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7284398Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7284925Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7285803Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7286622Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7287290Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7287829Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7288447Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7291352Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7292313Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7293021Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7299594Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7300323Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7301034Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7301745Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7302628Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7303329Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7304128Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7304929Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7305791Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7306348Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7306880Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7316894Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7317607Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7318423Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7319153Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7319760Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7320303Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7320939Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7321615Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7322281Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7322957Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7323620Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7324303Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7324991Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7325667Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7326441Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7326936Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7327449Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7328139Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7329114Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7329798Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7330418Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7331000Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7331824Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7332494Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7333167Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7333842Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7334485Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7335328Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7336033Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7336789Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7337595Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7338112Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7338732Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7339684Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7340397Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7341007Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7341624Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7342308Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7343005Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7343702Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7344425Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7345202Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7345896Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7346586Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7347269Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7348188Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7348712Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7349187Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7349606Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7350450Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7351337Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7352028Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7352627Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7353271Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7353980Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7354664Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7355362Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7356038Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7356739Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7357420Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7358096Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7358949Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7359632Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7360196Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7360618Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7361160Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7362029Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7362839Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7363472Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7367965Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7368671Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7369397Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7370355Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7370932Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7371343Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7372185Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7373103Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7373774Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7374346Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7374955Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7375637Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7376301Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7376996Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7377663Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7378324Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7379008Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7379682Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7380338Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7381050Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7381560Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7382036Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7382465Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7382900Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7383545Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7384333Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7385334Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7385901Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7386491Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7387248Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7387916Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7388599Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7389268Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7389928Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7390606Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7391286Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7391939Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7392870Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7393438Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7393923Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7394331Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7394999Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7395823Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7396536Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7397088Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7397653Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7398314Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7398997Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7399650Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7400311Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7400968Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7401615Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7440755Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7441823Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7442514Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7443220Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7444033Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7444771Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7445733Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7446573Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7447167Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7447965Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7448683Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7449500Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7450209Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7450885Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7451818Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7452533Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7453213Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7453861Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7454408Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7455166Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7456217Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7456956Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7457548Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7458185Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7458857Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7459561Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7460266Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7460976Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7461654Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7462360Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7463051Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7463710Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7464686Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7465224Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7466074Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7466915Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7467623Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7468254Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7468961Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7469678Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7470405Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7471114Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7471815Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7472532Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7473395Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7474112Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7474869Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7475409Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7476382Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7477191Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7477879Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7478508Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7479227Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7479928Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7480644Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7481347Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7482037Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7482759Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7483464Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7484166Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7485076Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7485647Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7486456Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7487388Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7488062Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7488666Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7489370Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7490062Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7490784Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7491486Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7503638Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7504457Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7505261Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7506061Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7506872Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7507551Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7508148Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7508820Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7509633Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7510332Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7511082Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7511754Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7519894Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7520708Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7521424Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7522120Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7522840Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7523522Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7524255Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7525103Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7525790Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7526713Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7527470Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7528098Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7528807Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7529516Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7530209Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7530917Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7531824Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7532555Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7533253Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7533950Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7534737Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7535243Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7535793Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7536656Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7537478Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7538162Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7538787Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7539489Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7540194Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7540877Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7541749Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7542462Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7543250Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7543960Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7544775Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7545762Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7546297Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7547218Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7547968Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7548635Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7549285Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7549990Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7550696Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7551376Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7552056Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7552752Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7553456Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7554361Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7555418Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7556161Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7557215Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7557956Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7558638Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7559244Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7559913Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7560596Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7561319Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7562017Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7562741Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7563468Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7564176Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7564843Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7565730Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7566278Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7567164Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7568053Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7568801Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7612390Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7613084Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7613783Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7614486Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7615326Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7616014Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.7616778Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:49.7617450Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.444s) 2022-12-01T10:23:49.7618046Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.7618769Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.7619443Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.7620071Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.7620734Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7621423Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7622149Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.7622868Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7623565Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7624266Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7625259Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7625772Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7626636Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7627376Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7628011Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7628660Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7629351Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7630052Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7630726Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7631391Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7632082Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7632757Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7633446Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7634124Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7635191Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7635758Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7636828Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7637582Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7638199Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7638829Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7639517Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7640204Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7640882Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7641560Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7642259Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7642974Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.7643641Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7644331Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7645037Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7645555Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7646323Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7647176Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7647888Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7648476Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7649165Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7649858Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7650546Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7651205Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7652422Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7653133Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7653783Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7654463Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7655195Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7655722Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7656430Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7657283Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7659306Z 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:49.7660677Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:49.7661160Z ok (0.003s) 2022-12-01T10:23:49.7661768Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.7662504Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.7663226Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.7663892Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7664712Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7665651Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7666199Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7667157Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7667865Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7668524Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7669158Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7669874Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7758141Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7758844Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7881479Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7950880Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7951916Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7952536Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7953521Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7954252Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7954933Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7955498Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7956141Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7956807Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7963786Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7964498Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7965346Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7966043Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7966578Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7967229Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7969410Z 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:49.7970503Z result = torch.complex(real, imag) 2022-12-01T10:23:49.7970890Z ok (0.005s) 2022-12-01T10:23:49.7971420Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7972369Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.7973194Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.7973795Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8005262Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8006016Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8006567Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8007173Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8007834Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8008507Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8009210Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8009885Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8010562Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8011226Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8012196Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8012859Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8013467Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8014015Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8014563Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8015551Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8016325Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8017027Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8017671Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8018348Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8019080Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8019835Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8020544Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8021262Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8022004Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8022716Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8023400Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8024069Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8024659Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8025810Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8026644Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8027389Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8028100Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8028849Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8029805Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8030509Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8031222Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8031940Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8032620Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8033293Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8034124Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8034777Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8035222Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8035671Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8036119Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8036888Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8037702Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8038425Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8039015Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8039678Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8040369Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8041070Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8041769Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8042445Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8043148Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8043852Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8044517Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8045196Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8045866Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8046356Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8046776Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8047203Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8047724Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8048280Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8049416Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8050166Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8050777Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8051378Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8052919Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8053637Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8054334Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8054998Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8055683Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8056386Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8057038Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8057885Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8058465Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8059026Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8059471Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8060285Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8061160Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8061920Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8062541Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8063275Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8064031Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8064880Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8065631Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8066406Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8067165Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8067893Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8068812Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8069511Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8070058Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8070513Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8071374Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8072472Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8073209Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8073970Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8074709Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8075448Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8076163Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8076892Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8077640Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8078375Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8079081Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8079783Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8080457Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8080939Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8081370Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8082054Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8082916Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8083627Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8084219Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8084834Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8085498Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8086146Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8086820Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8087476Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8088148Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8088860Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8089582Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8090301Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8091047Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8091735Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8092223Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8092661Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8093329Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8094228Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8095109Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8095692Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8096499Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.8097260Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8097983Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8098665Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8099366Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8100076Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8100769Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8101457Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8102349Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8102904Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8103371Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8103803Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8104454Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8105425Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8106152Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8106754Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8107381Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8108030Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8108706Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8109391Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8110057Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8110717Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8111405Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8112075Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8112723Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8113582Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8114112Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8114562Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8114973Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8115687Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8116523Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8117227Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8117799Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8118546Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8119225Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8119924Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8120594Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8121244Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8121914Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8122568Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8123223Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8123913Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8124554Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8125049Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8125487Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8125911Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8126482Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8127253Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8127984Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8128599Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8129156Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8129810Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8130472Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8131135Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8131931Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8132591Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8133259Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8133903Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8134560Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8135310Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8135998Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8136504Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8137256Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8138058Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8138805Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8139420Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8140120Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8140798Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8141611Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8142308Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8143074Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8143746Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8144433Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8145190Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8145943Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8146483Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8147026Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8147974Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8148694Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8149322Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8149974Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8150663Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8151339Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8152028Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8152701Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8153374Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8154082Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8154779Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8155504Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8156356Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8156874Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8157568Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8158368Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8159093Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8159706Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8160365Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8161113Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8161934Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8162749Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8163575Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8164391Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8165291Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8166245Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8167016Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8167841Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8168815Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8169635Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8170364Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8171187Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8172209Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8173093Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8173971Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8174835Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8175688Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8176624Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8177311Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8178188Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8179272Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8180087Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8180916Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8181653Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8182330Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8182994Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8183631Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8184296Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8185063Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8185738Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8186436Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8187311Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8187837Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8188823Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8189515Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8190282Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8190896Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8191534Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8192204Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8192886Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8193556Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8194205Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8194875Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8195544Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8196179Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8196822Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8197502Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8198006Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8198805Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8199553Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8200302Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8200923Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8201643Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8202376Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8203105Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8203797Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8204482Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8205191Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8205874Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8206553Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8207245Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8208033Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8208578Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8209501Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8210262Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8210918Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8211560Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8212511Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8213218Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8213974Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8214654Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8215352Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8216042Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8216706Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8217498Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8218151Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8218704Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8219594Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8220335Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8221053Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8221657Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8222337Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8223032Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8223731Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8224398Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8225175Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8225869Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8226526Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8227187Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8227874Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8228511Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8229017Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8229758Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8230609Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8231263Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8231866Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8232548Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8233252Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8233936Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8234625Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8235321Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8236109Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8236788Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8237521Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8238399Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8238968Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8239713Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8240511Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8241239Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8241827Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8242505Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8243189Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8243866Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8244539Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8245207Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8245887Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8246569Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8247252Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8247913Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8248787Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8249356Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8250101Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8250984Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8251839Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8252438Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8253128Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8253814Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8254489Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8255166Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8255849Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8256519Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8257206Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8257877Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8258584Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8259432Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8260066Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8260992Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8261663Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8262421Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8263034Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8263711Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8264379Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8265170Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8265832Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8266501Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8267161Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8267829Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8268478Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8269300Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8269925Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8270448Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8271246Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8272049Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8272734Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8273309Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8273951Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8274610Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8275265Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8275919Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8276546Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8277200Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8277885Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8278573Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8279286Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8279946Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8280469Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8281168Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8282008Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8282731Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8283305Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8283959Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8284713Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8285394Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8286122Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8286779Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8287445Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8288095Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8288773Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8289479Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8290308Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8290847Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8291955Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8292708Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8293353Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8293972Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8294659Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8295341Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8296018Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8296701Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8297381Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8298061Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8298716Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8299368Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8300063Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8300613Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8301141Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8302042Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8302833Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8303577Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8304355Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8305256Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8306048Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8306810Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8307591Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8308516Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8309305Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8310316Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8310997Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8311748Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8312660Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8313476Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8314156Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8314943Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8316291Z 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:49.8317636Z 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:49.8318967Z 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:49.8320274Z 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:49.8321534Z 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:49.8323086Z 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:49.8324325Z 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:49.8325658Z 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:49.8326982Z 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:49.8328308Z 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:49.8329648Z 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:49.8331021Z 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:49.8332356Z 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:49.8333843Z 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:49.8335156Z 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:49.8336533Z 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:49.8337439Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8338222Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8339002Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8339772Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8340572Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8341337Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8341930Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8343016Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8343821Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8344625Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8345390Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8346174Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8346964Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8347712Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8348495Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8349284Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8350056Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8350815Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8351771Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8352402Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8353559Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8354378Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8355084Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8355856Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8357104Z 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:49.8358509Z 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:49.8359863Z 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:49.8361226Z 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:49.8362525Z 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:49.8364098Z 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:49.8365361Z 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:49.8366679Z 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:49.8368026Z 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:49.8369399Z 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:49.8370756Z 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:49.8372169Z 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:49.8373589Z 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:49.8374948Z 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:49.8376277Z 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:49.8377632Z 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:49.8379000Z 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:49.8380372Z 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:49.8381953Z 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:49.8383195Z 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:49.8384856Z 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:49.8386278Z 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:49.8387663Z 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:49.8389108Z 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:49.8390463Z 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:49.8392066Z 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:49.8393256Z 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:49.8394796Z 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:49.8396065Z 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:49.8397424Z 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:49.8398771Z 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:49.8400137Z 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:49.8401466Z 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:49.8402888Z 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:49.8404437Z 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:49.8405734Z 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:49.8407091Z 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:49.8408452Z 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:49.8409772Z 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:49.8411132Z 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:49.8412427Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8413111Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8413860Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8414793Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8415547Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8416198Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8416900Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8417619Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8418343Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8419054Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8419753Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8420480Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8421183Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8421896Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8422819Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8423388Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8424171Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8425085Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8425803Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8426419Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8427107Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8427782Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8428464Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8429131Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8429783Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8430454Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8431127Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8431771Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8432425Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8433271Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8433814Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8434620Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8435478Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8436213Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8436881Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8437655Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8438360Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8439112Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8439802Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8440486Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8441186Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8441866Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8442549Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8443364Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8443884Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8444729Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8445559Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8446271Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8446860Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8447511Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8448182Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8448854Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8449534Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.289s) 2022-12-01T10:23:49.8450303Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:23:49.8451073Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.136s) 2022-12-01T10:23:49.8451866Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:23:49.8452463Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:23:49.8453086Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:23:49.8453694Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:23:49.8454163Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:23:49.8454891Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:23:49.8455698Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8456418Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.8456989Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8457671Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8458365Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.8459060Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8459744Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:49.8460431Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8461124Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:49.8461929Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.8462598Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.8463449Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8463968Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.8464505Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8465439Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:49.8466345Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.8466970Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.8467601Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.8468266Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8468936Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.8469582Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8470222Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.8470875Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8471552Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8472231Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8472903Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.8473817Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.8474557Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8475369Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8476379Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8477203Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8477915Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8478581Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.8479247Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8479927Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.8480617Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8481323Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.8482034Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8482706Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.8483370Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8484160Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.8484661Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8485353Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8486296Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8486995Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8487569Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8488311Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8489005Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8489705Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8490371Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8491036Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.8491848Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8492521Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.8493175Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.8493933Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.8494519Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8495043Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.8495781Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8496542Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8497155Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8497936Z 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:49.8498800Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:49.8499446Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:23:49.8500085Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:49.8500703Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:23:49.8501325Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:49.8501952Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:23:49.8502595Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:49.8503039Z ok (0.076s) 2022-12-01T10:23:49.8503624Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:49.8504633Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:49.8505330Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8506349Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8507258Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.8507989Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8508839Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8509684Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.8510673Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8511526Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8512456Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8513298Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:49.8514170Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8515076Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8515868Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8516847Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:49.8517670Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:49.8518444Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.8519292Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:49.8520135Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:49.8520949Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8521772Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:49.8522609Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:49.8523409Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8524261Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8525206Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8526019Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:49.8526935Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8527811Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8528544Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.8529375Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:49.8530212Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:49.8531030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:49.8531983Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:23:49.8532815Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8533743Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:49.8534544Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:49.8535552Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8536197Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8537256Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8538133Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8538844Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8539664Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.8540484Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.8541290Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.8542101Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8542923Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8543743Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8544648Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.8545789Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:49.8546410Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.8547231Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.8548210Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8548988Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8549767Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:49.8550596Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8551440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8552255Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:49.8553081Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8553886Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8554692Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8555664Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8556296Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8557238Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8558169Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.8559057Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.8559801Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.8560604Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8561427Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8562248Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8563092Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8563919Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.8564741Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:49.8565558Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:23:49.8566544Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.8567172Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8568258Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.8569085Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8569681Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8570356Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.8571052Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8571895Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8572573Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8573252Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8573935Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8574611Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8575294Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8575964Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8576597Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8577101Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8577846Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8578628Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8579337Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8579913Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8580540Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8581323Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8581967Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8582687Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8583331Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8583993Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8584720Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8585363Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8586049Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8586710Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8587199Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8587848Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8588640Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8589343Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8589958Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8590581Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8591225Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8591887Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8592549Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8593188Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8593822Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8594474Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8595129Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8595758Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8596427Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8597260Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8597795Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8598567Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8599351Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8600046Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8600620Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8601265Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8601921Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8602577Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8603213Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8603850Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8604599Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8605257Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8605938Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8606589Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8607243Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8607717Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8608399Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8609140Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8609833Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8610434Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8611037Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8611870Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8612532Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8613196Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8613851Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8614500Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8615141Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8615791Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8616433Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8617130Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8617651Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8618163Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8618938Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8619684Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8620394Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8620969Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8621626Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8622254Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8622911Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8623554Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8624183Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8624922Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8625574Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8626219Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8626824Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8627641Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8628151Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8628879Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8629709Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8630410Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8631005Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8631631Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8632290Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8632949Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8633596Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8634236Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8634883Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8635523Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8636157Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8636779Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8637558Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8638047Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8638553Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8639298Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8640123Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8640776Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8641350Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8641988Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8642622Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8643291Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8643968Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8644631Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8645291Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8645968Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8646633Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8647338Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8700719Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8701461Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8702144Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8702844Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8703612Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8704489Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8705573Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8706505Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8707117Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8707711Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8708397Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8709115Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8709819Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8710513Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8711211Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8711907Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8712564Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8713242Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8714111Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8714647Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8715160Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8716061Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8716787Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8717398Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8718014Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8718689Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8719378Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8720038Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8720691Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8721360Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8722027Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8722698Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8723360Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8724286Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8724853Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8725392Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8726277Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8726989Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8727580Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8728186Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8728968Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8729635Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8730365Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8731025Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8731852Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8732525Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8733199Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8733864Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8734766Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8735282Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8735935Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8736781Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8737470Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8738062Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8738734Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8739472Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8740184Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8740911Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8741619Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8742328Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8743029Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8743727Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8744442Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8745362Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8745923Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8746839Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8747640Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8748296Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8748984Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8749714Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8750425Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8751137Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8751841Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8752684Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8753401Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8754184Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8755158Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8755715Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8756435Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8757385Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8758121Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8758694Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8759376Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8760279Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8760976Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8761604Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8762253Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8762929Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8763582Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8764222Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8764923Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8765806Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8766284Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8766793Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8767730Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8768390Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8768978Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8769573Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8770261Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8770946Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8771792Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8772500Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8773166Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8773851Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8774529Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8775164Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8775975Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8776508Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8777137Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8778087Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.8778974Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8779578Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8780202Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8780859Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8781542Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8782225Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8782899Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8783560Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8784243Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8784973Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8785598Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8786483Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8787001Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8787506Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8788231Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8789026Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8789706Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8790230Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8790828Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8791477Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8792134Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8792780Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8793420Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8794071Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8794709Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8795356Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8795988Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8796630Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8797250Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8797752Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8798516Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8799298Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8799988Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8800622Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8801270Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8801899Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8802609Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8803257Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8803870Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8804511Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8805152Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8805795Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8806409Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8807271Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8807799Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8808297Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8809191Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8809872Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8810483Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8811011Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8811765Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8812405Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8813043Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8813693Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8814322Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8814964Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8815592Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8816225Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8816845Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8817669Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8818171Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8818665Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8819511Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8820231Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8820912Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8821495Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8822155Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8822836Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8823513Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8824186Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8825033Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8825721Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8826475Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8827109Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8827958Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8828590Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8829117Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8829834Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8830725Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8831399Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8831967Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8832623Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8833289Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8833958Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8834618Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8835281Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8835976Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8836291Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8836604Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8836897Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8837210Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8837507Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8837815Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8838125Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8838546Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.8838840Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8839130Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8839458Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8839960Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8840456Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8840860Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8841252Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8841612Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8842004Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8842353Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8842776Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8843156Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8843565Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8843969Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8844390Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8844813Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8845213Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8845622Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8846029Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8846430Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8846835Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8847235Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8847621Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8848001Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.8848493Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8848840Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8849153Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8849413Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8849681Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8850079Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8850528Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8850871Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8851223Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8851806Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8852109Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8852376Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8852652Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8853070Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8853400Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8853780Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8854095Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8854418Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8854751Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8855075Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8855408Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8855747Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8856068Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8856410Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8856736Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8857048Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8857372Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8857690Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8858004Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8858319Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8858653Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8859054Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.8859301Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8859550Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8859793Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8860063Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8860539Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8860992Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8861350Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8861704Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8862057Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8862332Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8862577Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8862862Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8863181Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8863496Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8863893Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8864220Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8864693Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8865015Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8865332Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8865629Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8865955Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8866298Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8866640Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8866971Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8867303Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8867632Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8867950Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8868264Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8868564Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8868887Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8869395Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8869704Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8869969Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8870222Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8870505Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8870968Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8871412Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8871745Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8872097Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8872425Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8872704Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8872969Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8873268Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8873585Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8873897Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8874208Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8874612Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8874933Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8875310Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:49.8875628Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8875954Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8876278Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.8876610Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8876936Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8877248Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8877574Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8877895Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8878210Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8878521Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8878831Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8879146Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8879654Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8879903Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8880151Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8880409Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8880805Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8881126Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8881571Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8881977Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8882315Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8882658Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8882937Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8883222Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8883529Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8883861Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8884200Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8884560Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8884912Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8885266Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8885700Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8886046Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8886462Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8886793Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8887135Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8887470Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8887807Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8888145Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8888507Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8888860Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8889196Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8889647Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8889915Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8890173Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8890434Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8890716Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8891171Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8891784Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8892168Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8892518Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8892877Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8893165Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8893448Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8893728Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8894064Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8894398Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8894737Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8895057Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8895394Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8895741Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8896076Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8896413Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8896851Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8897190Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8897587Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8897920Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8898237Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8898570Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8898894Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8899222Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8899557Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8899962Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8900226Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8900482Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8900743Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8901007Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8901525Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8901976Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8902404Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8902770Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8903127Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8903403Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8903716Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8904054Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8904399Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8904835Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8905204Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8905561Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8905923Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8906286Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8906641Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8907004Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8907360Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8907802Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8908190Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8908615Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8908973Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8909326Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8909703Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8910183Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8910607Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.8910896Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8911154Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8911442Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8911883Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8912351Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8912783Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8913168Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8913552Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8913879Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8914174Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8914472Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8914788Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8915100Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8915429Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8915763Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.8916098Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8916421Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8916751Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8917066Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8917363Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8917674Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8917989Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8918311Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8918625Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8919047Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8919396Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8919799Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8920129Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8920482Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8921012Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8921283Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8921541Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8921811Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8922210Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8922555Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8923000Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8923388Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.8923748Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.8924089Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8924378Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8924668Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8924978Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8925302Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8925638Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8925983Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8926296Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8926621Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8926952Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8927285Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8927607Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8927924Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8928241Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8928562Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8928866Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8929195Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8929527Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8929925Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8930259Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8930640Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8931054Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8931297Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8931541Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8931896Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8932139Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8932433Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8932887Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8933328Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8933693Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8934044Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8934365Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8934638Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8934882Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8935180Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8935494Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8935811Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8936135Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8936447Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8936765Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8937086Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8937396Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8937710Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8938026Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8938345Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8938667Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8938991Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8939306Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8939622Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8939935Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8940226Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8940541Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8940964Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8941514Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8941830Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8942073Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8942315Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8942569Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8943000Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8943418Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8943737Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8944116Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8944476Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8944885Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8945166Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8945449Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8945781Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8946100Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8946434Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8946778Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8947118Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8947458Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8947794Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8948125Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8948455Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8948766Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8949098Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8949437Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8949779Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8950127Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8950462Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8950788Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8951117Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8951446Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8951963Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8952403Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8952670Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:23:49.8953026Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:23:49.8953530Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.8953987Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8954339Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8954699Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8955048Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8955326Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8955667Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8956014Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8956433Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8956850Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8957258Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8957662Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8958073Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8958471Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8958864Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8959231Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8959628Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8960021Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8960463Z 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:49.8960891Z 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:49.8961325Z 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:49.8961777Z 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:49.8962254Z 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:49.8962579Z 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:49.8962970Z 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:49.8963309Z 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:49.8963960Z 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:49.8964517Z 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:49.8964971Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.8965409Z 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:49.8965684Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8965955Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8966244Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8966568Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8966881Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8967202Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8967534Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8967883Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8968229Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8968568Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8968898Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8969228Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8969548Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8969859Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8970189Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8970512Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8970839Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8971162Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8971479Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8971964Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8972434Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8972821Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8973040Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8973278Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8973515Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8973768Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8974254Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8974746Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8975191Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8975577Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8975908Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8976202Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8976510Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8976848Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8977192Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8977534Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8977871Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8978213Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8978558Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8978892Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8979223Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8979568Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8979921Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8980270Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8980613Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8980943Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8981276Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8981604Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8981918Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8982251Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8982596Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8983116Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8983379Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8983649Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.8983932Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8984274Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8984816Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8985300Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8985756Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8986123Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8986468Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8986756Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8987094Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8987418Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8987731Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8988042Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8988370Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.8988692Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8989014Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8989327Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8989636Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8989944Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8990258Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8990611Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8990937Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8991287Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8991631Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8991965Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8992290Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8992653Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8992989Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8993515Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8993769Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8994017Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8994265Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8994575Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8995157Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8995596Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.8995946Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8996307Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8996633Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8996965Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8997246Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8997612Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8997943Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.8998281Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.8998628Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8998967Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.8999303Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.8999644Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.8999965Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9000300Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9000620Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9000946Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9001280Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9001616Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9001959Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9002301Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9002624Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9002933Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9003253Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9003766Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9004071Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9004315Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9004561Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9004836Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9005163Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9005681Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9006122Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9006465Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9006818Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9007143Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9007409Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9007668Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9008031Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9008354Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9008705Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9009025Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9009361Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9009699Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9010022Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9010344Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9010664Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9010973Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9011289Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9011729Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9012057Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9012380Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9012730Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9013068Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9013402Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9013722Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9014058Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9014392Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9014691Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9014943Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9015199Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9015603Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9015980Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9016465Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9016795Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9017141Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9017447Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9017715Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9018008Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9018339Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9018685Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9019142Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9019487Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9019893Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9020230Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9020565Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9020900Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9021203Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9021531Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9021870Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9022199Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9022531Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9022854Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9023171Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9023485Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9023778Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9024099Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9024689Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9025065Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9025371Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9025654Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9026077Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9026508Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9027010Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9027421Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9027821Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9028145Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9028491Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9028883Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9029256Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9029653Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9030040Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9030506Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9030946Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9031881Z 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:49.9032702Z 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:49.9033518Z 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:49.9034295Z 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:49.9035254Z 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:49.9035883Z 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:49.9036868Z 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:49.9037813Z 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:49.9038536Z 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:49.9039356Z 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:49.9040183Z 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:49.9040992Z 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:49.9041788Z 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:49.9042591Z 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:49.9043406Z 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:49.9044197Z 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:49.9044563Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9045008Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9045308Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9045673Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9046099Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9046670Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9047077Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9047481Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9047847Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9048157Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9048479Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9048869Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9049251Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9049627Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9050005Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9050389Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9050773Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9051162Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9051526Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9052056Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9052438Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9052819Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9053201Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9053583Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9054490Z 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:49.9055380Z 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:49.9056011Z 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:49.9057018Z 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:49.9057807Z 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:49.9058665Z 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:49.9059485Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:49.9060290Z 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:49.9061134Z 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:49.9061974Z 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:49.9062821Z 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:49.9063677Z 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:49.9064501Z 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:49.9065697Z 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:49.9066374Z 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:49.9067317Z 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:49.9068278Z 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:49.9069067Z 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:49.9069846Z 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:49.9070699Z 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:49.9071558Z 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:49.9072393Z 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:49.9073235Z 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:49.9074088Z 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:49.9074995Z 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:49.9076107Z 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:49.9076757Z 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:49.9077641Z 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:49.9078618Z 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:49.9079368Z 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:49.9080048Z 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:49.9080783Z 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:49.9081634Z 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:49.9082465Z 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:49.9083301Z 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:49.9084119Z 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:49.9084957Z 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:49.9085943Z 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:49.9086584Z 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:49.9087211Z 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:49.9087484Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9087765Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9088047Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9088323Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9088665Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:23:49.9088957Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9089281Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9089563Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9089843Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9090111Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9090376Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9090641Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9090899Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9091147Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9091411Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9091800Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9092071Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9092339Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9092590Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9092849Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9093114Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9093379Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9093614Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9093862Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9094105Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9094352Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9094608Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9094851Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9095096Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9095345Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9095616Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9095874Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9096140Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9096408Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9096673Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9096928Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9097313Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9097578Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9097893Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9098145Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9098416Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9098684Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9098948Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9099208Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9099462Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9099728Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9099980Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9100245Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9100487Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9100741Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9100996Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9101237Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9101475Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9101715Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9101938Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9102173Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9102398Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9102634Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9102865Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9103115Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9103363Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9103599Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9103850Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9104085Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9104325Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9104608Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9104847Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9105087Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9105319Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9105546Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9105779Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9106105Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9106346Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9106617Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9106851Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9107079Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9107314Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9107548Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9107775Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9108022Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9108272Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9108516Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9108764Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9109017Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9109273Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9109513Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9109753Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9110001Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9110241Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9110470Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9110728Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9110978Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9111226Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9111473Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9111732Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9111982Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9112221Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9112475Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9112707Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9112950Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9113186Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9113431Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9113670Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9113921Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9114162Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9114428Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9114751Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9115013Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9115343Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9115584Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9115832Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9116074Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9116323Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9116572Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9116812Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9117037Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9117267Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9117499Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9117742Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9117978Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9118207Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9118432Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9118666Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9118887Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9119111Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9119365Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9119615Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9119857Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9120102Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9120345Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9120585Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9120802Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9121037Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9121291Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9121536Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9121770Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9122012Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9122256Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9122499Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9122739Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9122966Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9123202Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9123510Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9123754Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9124070Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9124313Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9124563Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9124811Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9125039Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9125292Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9125534Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9125789Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9126026Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9126269Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9126516Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9126760Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9126981Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9127224Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9127476Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9127709Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9127950Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9128189Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9128429Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9128663Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9128906Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9129129Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9129360Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9129606Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9129845Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9130082Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9130315Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9130552Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9130794Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9131015Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9131253Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9131490Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9131852Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9132080Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9132474Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9132716Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9133018Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9133238Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9133477Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9133712Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9133943Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9134181Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9134416Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9134653Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9134879Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9135094Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9135351Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9135602Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9135847Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9136095Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9136330Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9136569Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9136810Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9137046Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9137262Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9137495Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9137742Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9137968Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9138199Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9138426Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9138667Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9138905Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9139143Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9139397Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9139641Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9139896Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9140136Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9140384Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9140621Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9140877Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9141186Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9141428Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9141729Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9141964Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9142202Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9142445Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9142678Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9142916Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9143127Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9143372Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9143617Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9143846Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9144139Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9144434Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9144785Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9145068Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9145358Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9145628Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9145910Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9146196Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9146483Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9146772Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9147061Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9147338Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9147618Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9147909Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9148171Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9148452Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9149119Z 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:49.9149737Z 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:49.9150424Z 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:49.9151009Z 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:49.9151656Z 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:49.9152243Z 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:49.9152823Z 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:49.9153406Z 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:49.9153991Z 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:49.9154575Z 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:49.9155150Z 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:49.9155714Z 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:49.9156290Z 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:49.9156863Z 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:49.9157441Z 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:49.9158023Z 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:49.9158301Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9158599Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9158894Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9159169Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9159450Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9159715Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9159991Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9160274Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9160553Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9160838Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9161151Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9161519Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9161856Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9162131Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9162396Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9162666Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9162950Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9163243Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9163535Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9163817Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9164100Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9164374Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9164650Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9164914Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9165545Z 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:49.9166138Z 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:49.9166739Z 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:49.9167330Z 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:49.9167903Z 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:49.9168494Z 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:49.9169091Z 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:49.9169663Z 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:49.9170278Z 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:49.9170888Z 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:49.9171510Z 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:49.9172369Z 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:49.9172966Z 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:49.9173624Z 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:49.9174233Z 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:49.9174830Z 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:49.9175424Z 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:49.9176030Z 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:49.9176642Z 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:49.9177247Z 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:49.9177844Z 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:49.9178454Z 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:49.9179034Z 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:49.9179640Z 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:49.9180245Z 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:49.9180834Z 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:49.9181423Z 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:49.9182029Z 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:49.9182650Z 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:49.9183245Z 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:49.9183849Z 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:49.9184600Z 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:49.9185279Z 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:49.9185882Z 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:49.9186485Z 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:49.9187063Z 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:49.9187674Z 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:49.9188275Z 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:49.9188863Z 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:49.9189468Z 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:49.9189718Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9189981Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9190251Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9190510Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9190767Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9191025Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9191274Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9191518Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9191770Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9192029Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9192281Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9192536Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9192791Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9193036Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9193286Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9193535Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9193757Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9193997Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9194233Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9194566Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9194815Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9195140Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9195372Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9195603Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9195820Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9196049Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9196278Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9196508Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9196743Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9196980Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9197227Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9197482Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9197746Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9197987Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9198238Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9198490Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9198746Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9198995Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9199240Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9199494Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9199734Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9199965Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9200205Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9200446Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9200689Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9200935Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9201186Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9201427Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9201674Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9201888Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9202127Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9202369Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9202635Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9202907Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9203253Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9203536Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9203844Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9204107Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9204344Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9204601Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9204849Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9205109Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9205369Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9205611Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9205872Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9206119Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9206350Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9206599Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9206849Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9207106Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9207367Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9207620Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9207878Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9208142Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9208398Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9208641Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9208905Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9209144Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9209401Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9209659Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9209910Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9210170Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9210428Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9210680Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9210915Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9211175Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9211429Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9211924Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9212203Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9212531Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9212790Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9213052Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9213304Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9213543Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9213793Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9214053Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9214305Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9214560Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9214815Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9215053Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9215301Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9215525Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9215781Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9216033Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9216299Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9216571Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9216836Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9217095Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9217355Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9217617Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9217852Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9218107Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9218358Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9218603Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9218861Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9219120Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9219377Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9219641Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9219897Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9220129Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9220457Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9220715Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9221019Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9221278Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9221529Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9221776Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9222028Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9222260Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9222523Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9222769Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9223025Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9223278Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9223524Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9223782Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9224039Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9224293Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9224596Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9224851Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9225099Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9225345Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9225598Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9225846Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9226082Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9226332Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9226569Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9226830Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9227080Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9227346Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9227611Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9227861Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9228106Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9228349Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9228595Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9228919Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9229183Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9229498Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9229772Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9230029Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9230282Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9230551Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9230833Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9231111Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9231369Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9231647Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9231921Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9232166Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9232441Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9232698Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9232969Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9233238Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9233482Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9233772Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9234044Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9234319Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9234589Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9234870Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9235135Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9235391Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9235662Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9235911Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9236172Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9236431Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9236705Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9236972Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9237228Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9237568Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9237838Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9238152Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9238402Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9238666Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9238917Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9239174Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9239446Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9239714Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9239971Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9240240Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9240491Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9240738Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9240992Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9241243Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9241502Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9241765Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9242012Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9242277Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9242531Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9242779Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9243036Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9243301Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9243566Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9243827Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9244101Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9244363Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9244617Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9244877Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9245119Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9245396Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9245683Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9246049Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9246335Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9246678Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9246959Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9247233Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9247512Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9247768Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9248057Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9248338Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9248617Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9248912Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9249201Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9249476Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9249754Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9250039Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9250300Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9250580Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9250865Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9251141Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9251422Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9251815Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9252097Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9252370Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9252645Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9252905Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9253191Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9253471Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9253750Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9254013Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9254267Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9254520Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9254889Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9255142Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9255462Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9255710Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9255959Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9256201Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9256448Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9256699Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9256947Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9257192Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9257439Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9257718Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9257993Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9258270Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9258534Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9258801Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9259058Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9259325Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9259592Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9259846Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9260102Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9260351Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9260655Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.9260924Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9261192Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9261449Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9261718Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9261972Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9262216Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9262474Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9262746Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9262997Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9263332Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9263599Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9263856Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9264149Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9264345Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9264525Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9264787Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9264979Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9265170Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9265371Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9265565Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9265766Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9265962Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9266143Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9266333Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9266524Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9266712Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9266906Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9267096Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9267320Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.9267522Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9267716Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9267898Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9268087Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9268278Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9268467Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9268661Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9268853Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9269045Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9269239Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9269417Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9269611Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9269801Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9269998Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9270228Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9270428Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9270674Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9270865Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9271057Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9271236Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9271425Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9271621Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9271811Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9272009Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9272198Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9272395Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9272587Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9272766Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9272957Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9273149Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9273337Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9273526Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9273717Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9273929Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9274135Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9274342Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9274538Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9274742Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9274946Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9275153Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9275361Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9275562Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9275763Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9275966Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9276153Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9276352Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9276556Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9276759Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9276988Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9277191Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9277433Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9277634Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9277834Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9278025Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9278232Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9278432Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9278646Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9278853Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9279058Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9279260Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9279460Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9279660Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9279843Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9280040Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9280237Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9280434Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9280686Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9280931Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9281181Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9281429Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9281669Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9281903Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9282145Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9282385Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9282626Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9282862Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9283100Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9283334Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9283627Z 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:49.9283887Z 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:49.9284184Z 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:49.9284436Z 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:49.9284699Z 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:49.9284959Z 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:49.9285217Z 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:49.9285471Z 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:49.9285730Z 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:49.9285982Z 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:49.9286237Z 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:49.9286494Z 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:49.9286690Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9286867Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9287062Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9287253Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9287445Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9287649Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9287844Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9288052Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9288258Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9288460Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9288647Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9288850Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9289046Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9289244Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9289439Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9289635Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9289832Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9290055Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9290250Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9290461Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9290653Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9290845Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9291041Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9291233Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9291428Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9291742Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9291938Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9292138Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9292346Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9292565Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9292779Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9292992Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9293200Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9293404Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9293612Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9293818Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9294011Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9294216Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9294419Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9294630Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9294834Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9295047Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9295261Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9295469Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9295674Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9295865Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9296068Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9296273Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9296477Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9296679Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9296947Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9297163Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9297407Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9297611Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9297825Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9298032Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9298240Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9298444Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9298650Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9298853Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9299059Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9299269Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9299457Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9299653Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9299844Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9300037Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9300234Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9300429Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9300624Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9300816Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9301008Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9301184Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9301376Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9301586Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9301791Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9302000Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9302208Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9302412Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9302619Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9302812Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9303017Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9303220Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9303420Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9303654Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9303855Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9304370Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9304636Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9304837Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9305024Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9305222Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9305416Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9305616Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9305817Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9306028Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9306230Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9306437Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9306645Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9306834Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9307035Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9307242Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9307444Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9307645Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9307846Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9308046Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9308247Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9308437Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9308639Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9308840Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9309040Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9309239Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9309453Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9309621Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9309777Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9309930Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9310070Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9310227Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9310414Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9310568Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9310748Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9310902Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9311051Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9311203Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9311340Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9311489Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9311639Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9311789Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9311945Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9312094Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9312247Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9312401Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9312553Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9312692Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9312841Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9312991Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9313139Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9313291Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9313438Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9313585Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9313749Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9313898Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314059Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314217Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314371Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314528Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314686Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314843Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9314995Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9315147Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9315284Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9315434Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9315609Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9315755Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9315932Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9316081Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9316264Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.9316428Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9316590Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9316739Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9316900Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9317058Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9317217Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9317375Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9317530Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9317686Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9317842Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9317985Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9318142Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9318295Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9318447Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9318597Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9318746Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9318896Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9319046Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9319193Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9319370Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9319558Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9319739Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9319927Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9320106Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9320285Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9320466Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9320673Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9320853Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321047Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321225Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321402Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321577Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321752Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9321931Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9322110Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9322540Z 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:49.9322917Z 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:49.9323288Z 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:49.9323653Z 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:49.9324001Z 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:49.9324371Z 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:49.9324738Z 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:49.9325102Z 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:49.9325468Z 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:49.9325835Z 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:49.9326375Z 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:49.9327045Z 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:49.9327649Z 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:49.9328309Z 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:49.9328929Z 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:49.9329598Z 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:49.9329904Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9330194Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9330491Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9330795Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9331095Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9331388Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9331793Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9332104Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9332399Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9332706Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9332989Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9333297Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9333602Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9333908Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9334210Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9334514Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9334810Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9335124Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9335426Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9335738Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9336028Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9336327Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9336627Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9336924Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9337710Z 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:49.9338336Z 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:49.9339026Z 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:49.9339639Z 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:49.9340254Z 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:49.9340884Z 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:49.9341492Z 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:49.9342102Z 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:49.9342727Z 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:49.9343376Z 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:49.9344031Z 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:49.9344756Z 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:49.9345414Z 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:49.9346064Z 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:49.9346717Z 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:49.9347368Z 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:49.9348016Z 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:49.9348668Z 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:49.9349302Z 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:49.9349943Z 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:49.9350671Z 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:49.9351364Z 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:49.9351988Z 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:49.9352609Z 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:49.9353259Z 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:49.9353909Z 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:49.9354540Z 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:49.9355175Z 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:49.9355801Z 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:49.9356443Z 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:49.9357073Z 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:49.9357690Z 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:49.9358311Z 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:49.9358933Z 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:49.9359595Z 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:49.9360234Z 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:49.9360849Z 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:49.9361479Z 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:49.9362109Z 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:49.9362833Z 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:49.9363189Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9363471Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9363770Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9364063Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9364343Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9364618Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9364884Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9365151Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9365433Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9365713Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9365984Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9366267Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9366542Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9366806Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9367079Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9367335Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9367612Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9367894Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9368153Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9368420Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9368677Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9368934Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9369197Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9369456Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9369693Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9369952Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9370200Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9370443Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9370704Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9370955Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9371317Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9371715Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9372055Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9372336Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9372611Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9372885Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9373155Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9373424Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9373699Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9373962Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9374236Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9374482Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9374754Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9375007Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9375267Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9375532Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9375789Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9376056Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9376320Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9376564Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9376800Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9377054Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9377327Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9377583Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9377852Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:49.9378132Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9378389Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9378666Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9378912Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9379164Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9379430Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9379696Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9379948Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9380318Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9380576Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9380887Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9381155Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9381397Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9381647Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9381912Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9382181Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9382444Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9382725Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9382999Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9383253Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9383527Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9383771Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9384020Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9384276Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9384521Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9384860Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9385127Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9385396Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9385657Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9385912Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9386167Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9386423Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9386694Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9386968Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9387238Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9387512Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9387773Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9388041Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9388283Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9388538Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9388798Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9389139Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9389399Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9389720Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9389972Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9390220Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9390475Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9390716Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9390978Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9391249Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9391532Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:49.9391805Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.9392064Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9392334Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9392591Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9392834Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9393086Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9393334Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9393595Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9393858Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9394120Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9394387Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9394655Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9394911Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9395154Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9395414Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:23:49.9395676Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9395934Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9396190Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9396440Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9396691Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9396961Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9397218Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9397452Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9397813Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9398070Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9398382Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9398651Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9398901Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9399164Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9399428Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:49.9399671Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9399933Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9400201Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9400452Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9400719Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9400969Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9401215Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9401471Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9401726Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9401963Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9402222Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9402492Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9402752Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9403003Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9403264Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9403517Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9403778Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9404013Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9404281Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9404556Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9404838Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9405100Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9405377Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9405647Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9405924Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9406217Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9406489Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9406848Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9407144Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9407448Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9407719Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9407993Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9408252Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9408518Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9408773Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9409053Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9409337Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9409629Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9409907Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9410195Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9410467Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9410737Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9411013Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9411261Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9411525Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9411926Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9412209Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9412467Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9412735Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9413001Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9413266Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9413537Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9413789Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9414051Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9414319Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9414581Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9414842Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9415103Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9415380Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9415755Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9416035Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9416341Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9416606Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9416866Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9417134Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9417397Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9417661Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9417924Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9418191Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9418449Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9418719Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9418988Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9419254Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9419525Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9419788Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9420057Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9420316Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9420588Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9420828Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9421120Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9421403Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9421691Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9421974Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9422263Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9422530Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:23:49.9422823Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9423107Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9423363Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9423659Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9423950Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9424243Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9424707Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9425015Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9425381Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9425665Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9425942Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9426216Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9426494Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9426778Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9427066Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9427365Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9427646Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9427934Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9428210Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9428491Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9428758Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9429044Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9429330Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9429612Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9429868Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9430127Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9430390Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9430656Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9430918Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9431160Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9431413Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9431677Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9431932Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9432180Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9432428Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9432681Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9432931Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9433200Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9433548Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9433832Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9434167Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9434428Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9434706Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9434984Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9435245Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9435504Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9435779Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9436058Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9436325Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9436639Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.9436908Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:49.9437182Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9437459Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9437729Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9438009Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9438270Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9438529Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9438802Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9439077Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9439334Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9439592Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9439858Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9440110Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9440354Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9440613Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9440872Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9441129Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9441395Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9441650Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9441913Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9442177Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9442514Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9442754Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9443056Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9443302Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9443553Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9443809Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9444061Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9444330Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9444610Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9444845Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9445114Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9445372Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9445621Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9445876Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9446133Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9446397Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9446659Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9446917Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9447141Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9447407Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9447671Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9447924Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9448190Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9448435Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9448681Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9448941Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9449187Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9449442Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9449690Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9449946Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9450201Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9450453Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9450713Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9450969Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9451290Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9451540Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9451944Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9452197Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9452448Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9452713Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9452963Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9453255Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9453524Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9453777Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9454065Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9454350Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9454606Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9454879Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9455148Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9455411Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9455686Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9455957Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9456201Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9456475Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9456735Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9457001Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9457275Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9457532Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9457806Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9458080Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9458340Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9458590Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9458863Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9459134Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9459409Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9459686Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9459946Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9460214Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9460593Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9460842Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9461174Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9461435Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9461690Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9461967Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9462290Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9462613Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9462936Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9463256Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9463567Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9463876Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9464195Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9464510Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9464943Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9465262Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9465574Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9465892Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9466232Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9466558Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9466887Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9467229Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9467574Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9467908Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9468238Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9468575Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9468914Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9469338Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9469717Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9470048Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9470296Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9470536Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9470794Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9471054Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9471316Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9471585Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9471846Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9472119Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:49.9472391Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9472640Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9472911Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9473173Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9473429Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9473698Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9473959Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9474212Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9474466Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9474721Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9474952Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9475208Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9475477Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9475735Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9475986Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9476255Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9476507Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9476767Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9477016Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9477296Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9477565Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9477857Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9478232Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9478522Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9478836Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9479107Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9479392Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9479654Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9479939Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9480210Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9480493Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9480775Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9481056Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9481334Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9481612Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9481878Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9482132Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9482403Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9482670Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9482948Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9483214Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9483469Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9483733Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9484011Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9484250Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9484530Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9484825Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9485085Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9485371Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9485641Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9485895Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9486168Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9486446Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9486696Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9487063Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9487336Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9487662Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9487930Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9488194Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9488443Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9488710Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9488941Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9489192Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9489449Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9489711Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9489986Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9490253Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9490534Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9490795Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9491081Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9491337Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9491722Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9492004Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9492261Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9492529Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9492795Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9493045Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9493312Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:49.9493583Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9493822Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:49.9494102Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9494373Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9494631Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9494895Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9495153Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9495419Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9495696Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9496070Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9496336Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9496671Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9496937Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9497206Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9497469Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9497728Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9498004Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9498270Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9498517Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9498797Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9499072Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9499331Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9499598Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9499859Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9500121Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9500377Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9500636Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9500870Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9501122Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9501397Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.9501650Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:49.9501905Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9502163Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9502422Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9502678Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9502924Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9503186Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9503439Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9503690Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9503941Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9504195Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9504451Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9504796Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9505117Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9505370Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9505689Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9505942Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9506202Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9506463Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9506703Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9506968Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9507220Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9507483Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9507763Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9508040Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9508305Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9508574Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9508834Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9509097Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9509363Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9509622Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9509866Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9510128Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9510393Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9510639Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9510900Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9511157Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9511406Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9511684Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9511945Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:49.9512211Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9512491Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9512760Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9513031Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9513300Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9513574Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9513831Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9514169Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9514417Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9514746Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9515010Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9515264Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9515526Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9515784Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9516029Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9516290Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9516534Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9516789Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9517108Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9517422Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9517727Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9518037Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9518341Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9538909Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9539279Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9539749Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9540071Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9540390Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:23:49.9540709Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9541026Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9541343Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9541644Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9541936Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9542239Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9543006Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:49.9543649Z 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:49.9544432Z 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:49.9545213Z 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:49.9545847Z 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:49.9546479Z 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:49.9547113Z 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:49.9547737Z 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:49.9548371Z 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:49.9548994Z 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:49.9549591Z 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:49.9550202Z 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:49.9550833Z 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:49.9551461Z 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:49.9552079Z 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:49.9552701Z 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:49.9553015Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9553329Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9553635Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9553943Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9554260Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9554559Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9554833Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9555143Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9555532Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9555863Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9556253Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9556563Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9556868Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9557161Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9557469Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9557764Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9558070Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9558392Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9558700Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9559002Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9559298Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9559589Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9559894Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9560196Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9560856Z 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:49.9561464Z 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:49.9562094Z 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:49.9562709Z 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:49.9563334Z 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:49.9563960Z 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:49.9564585Z 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:49.9565201Z 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:49.9565852Z 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:49.9566577Z 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:49.9567288Z 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:49.9567925Z 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:49.9568569Z 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:49.9569229Z 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:49.9569861Z 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:49.9570493Z 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:49.9571126Z 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:49.9571911Z 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:49.9572571Z 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:49.9573208Z 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:49.9573843Z 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:49.9574476Z 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:49.9575112Z 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:49.9575751Z 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:49.9576397Z 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:49.9577049Z 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:49.9577703Z 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:49.9578334Z 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:49.9579086Z 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:49.9579826Z 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:49.9580467Z 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:49.9581109Z 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:49.9581738Z 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:49.9582376Z 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:49.9583026Z 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:49.9583665Z 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:49.9584301Z 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:49.9585028Z 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:49.9585674Z 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:49.9586325Z 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:49.9586611Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9586878Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9587174Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:49.9587453Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9587754Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:49.9588035Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9588313Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9588597Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9588874Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9589146Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9589407Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9589781Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9590067Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9590409Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9590686Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9590976Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9591248Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9591526Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:49.9591799Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9592050Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:49.9592310Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:49.9592582Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9592842Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9593093Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9593348Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9593612Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9593859Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9594119Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9594370Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9594620Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9594909Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9595184Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9595468Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9595752Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9596037Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9596299Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9596567Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9596832Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9597103Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9597375Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9597639Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9597906Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9598176Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9598441Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9598791Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:49.9599042Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9599307Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9599633Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:49.9599899Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:49.9600141Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9600399Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9600651Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9600897Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9601126Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9601382Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9601623Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9601863Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9602109Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9602351Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9602585Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9602835Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9603082Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9603307Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9603548Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9603799Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9604042Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9604293Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9604529Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9604760Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9604999Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9605224Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9605452Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9605698Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9605950Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9606199Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9606440Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9606694Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9606943Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9607162Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9607398Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9607645Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9607961Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9608223Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:49.9608516Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9608767Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9609017Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9609236Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:49.9609467Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9609709Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9609952Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9610194Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9610419Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9610683Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9610925Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9611139Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9611388Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9611746Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:49.9611989Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9612230Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9612476Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9612723Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9612953Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9613185Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9613421Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9613661Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9613901Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9614142Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9614376Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9614622Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9614858Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9615081Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9615311Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9615556Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9615788Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9616024Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9616268Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9616503Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9616728Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9617057Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9617299Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9617586Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9617840Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9618087Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9618317Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9618558Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9618797Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9619033Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9619247Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9619485Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9619721Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9619946Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9620189Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9620433Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9620665Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9620898Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9621118Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9621351Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9621568Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9621806Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9622041Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9622283Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9622507Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9622750Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9622970Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9623206Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9623453Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9623699Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9623941Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9624185Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9624427Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9624749Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9624968Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9625257Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9625535Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9625817Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9626089Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9626444Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9626729Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9627054Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9627300Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9627576Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9627849Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9628110Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9628375Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9628643Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9628909Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9629179Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9629440Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9629645Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9629957Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9630194Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9630499Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:23:49.9630814Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9631030Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9631325Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9631571Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:23:49.9631822Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:23:49.9632057Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9632295Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9632527Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9632773Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9633035Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9633275Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9633510Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9633765Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9633983Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9634222Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9634466Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9634713Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9634962Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9635301Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9635571Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9635875Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9636107Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9636362Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9636604Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9636852Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9637107Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9637349Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9637597Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9637847Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9638254Z 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:49.9638379Z expect = np.divide(an, 0) 2022-12-01T10:23:49.9638647Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:23:49.9638794Z expect = np.divide(an, 0) 2022-12-01T10:23:49.9638918Z ok (0.002s) 2022-12-01T10:23:49.9639181Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9639444Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9639699Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9639955Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9640343Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:23:49.9640585Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:23:49.9640717Z ok (0.024s) 2022-12-01T10:23:49.9640987Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9641241Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.9641503Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9641752Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9642014Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9642256Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9642505Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9642757Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9643004Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9643258Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9643516Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9643786Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9644036Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:49.9644351Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9644609Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9644934Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9645192Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9645456Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9645710Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9645964Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9646216Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9646448Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9646723Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:49.9646986Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:49.9647245Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9647505Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9647756Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9648008Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9648258Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9648504Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9648731Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9648978Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9649243Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9649502Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9649761Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9650011Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9650255Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9650508Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9650739Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9650978Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9651220Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9651473Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9651833Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9652102Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9652371Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9652611Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9652846Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9653092Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9653336Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9653695Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9653946Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9654244Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9654497Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9654741Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9654994Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9655232Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9655496Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9655742Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9655989Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9656234Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9656483Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9656739Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9656973Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9657190Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9657440Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:49.9657695Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9657952Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9658208Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9658462Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9658700Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9658947Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:49.9659174Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:49.9659416Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9659659Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9659905Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9660138Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9660400Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9660664Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9660913Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9661133Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9661386Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9661627Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9661856Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9662098Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9662339Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9662670Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9662917Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9663233Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9663467Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9663726Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:49.9663972Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9664223Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9664474Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9664775Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9665028Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9665266Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9665492Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9665730Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9665931Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9666132Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9666334Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9666535Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9666729Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9666920Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9667097Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9667293Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9667483Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9667673Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9667860Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9668057Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9668263Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9668466Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:49.9668650Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9668842Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9669037Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9669230Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:49.9669423Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:23:49.9669614Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9669808Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9670002Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9670868Z 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:49.9671042Z torch.float_power(base, exp, out=out) 2022-12-01T10:23:49.9671119Z ok (0.027s) 2022-12-01T10:23:49.9671439Z 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:49.9671593Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:49.9671794Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:23:49.9671948Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:49.9672038Z ok (0.021s) 2022-12-01T10:23:49.9672259Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9672460Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9672647Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9672846Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9673039Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9673237Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9673436Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9673633Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9673831Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674030Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674211Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674410Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674604Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674790Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9674984Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9675177Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9675372Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9675565Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9675760Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9675936Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9676150Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9676368Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9676583Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9676794Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9677005Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9677222Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9677473Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9677668Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:49.9677886Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9678074Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:49.9678268Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:49.9678486Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:49.9678743Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:49.9678978Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:49.9679222Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:49.9679444Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:49.9679671Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9679881Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9680103Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9680331Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9680551Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9680838Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9681122Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9681378Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9681661Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:49.9681918Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9682163Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9682428Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9682681Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9682923Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9683171Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9683422Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9683653Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9683897Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9684158Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9684397Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9684637Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9684890Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9685131Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9685366Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:49.9685585Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9685828Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9686061Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9686374Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:49.9686620Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9686868Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9687174Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9687423Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9687646Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9687891Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9688129Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9688369Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9688606Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9688856Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9689094Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9689350Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:49.9689585Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.9689835Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:49.9690066Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9690312Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:49.9690551Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:49.9690784Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:49.9691031Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9691270Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:49.9691498Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9691866Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9692123Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9692377Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9692620Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9692861Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9693102Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9693350Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9693594Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9693816Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9694059Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9694308Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9694549Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9694789Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9695030Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9695271Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9695618Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9695845Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:49.9696161Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9696396Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9696635Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9696885Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:49.9697121Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:49.9697363Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9697610Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9697828Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9698071Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9698317Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9698560Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9698788Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9699032Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9699281Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9699519Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9699743Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9699985Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9700222Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9700456Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9700703Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9700943Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9701185Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9701422Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9701641Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9701880Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9702120Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9702366Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9702604Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9702850Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9703085Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9703317Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9703536Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9703772Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9704014Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9704258Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9704509Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:49.9704977Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9705231Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9705633Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9705876Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:49.9706100Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9706338Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9706573Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9706866Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:49.9707091Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9707320Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9707552Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9707817Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.952s) 2022-12-01T10:23:49.9708038Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9708269Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9708631Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:49.9708829Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:49.9708943Z ok (0.973s) 2022-12-01T10:23:49.9709188Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:23:49.9709405Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9709626Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9709822Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9710042Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9710988Z 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:49.9711175Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:23:49.9712037Z 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:49.9712235Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:23:49.9712352Z ok (0.046s) 2022-12-01T10:23:49.9712590Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:49.9712823Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:49.9713057Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:49.9713318Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.9713643Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9713929Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.9714228Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9714467Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9714704Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9714933Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9715175Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9715395Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9715659Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9715903Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9716471Z 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:49.9716616Z getattr(a, op + "_")(b) 2022-12-01T10:23:49.9716729Z ok (0.001s) 2022-12-01T10:23:49.9716998Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9717260Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9717506Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9717739Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9718001Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9718251Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9718501Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9718755Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9718994Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9719240Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9719493Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9719727Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9719981Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9720231Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9720470Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9720708Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9720961Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9721203Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9721446Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9721673Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9721912Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9722154Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9722404Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9722760Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9723021Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9723327Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9723578Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9723821Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9724060Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9724313Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9724556Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9724812Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9725077Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9725328Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9725587Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9725848Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9726086Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9726343Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9726594Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9726843Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9727092Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9727355Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9727596Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9727844Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9728101Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9728327Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9728567Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9728833Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9729094Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9729340Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9729595Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9729838Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9730086Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9730314Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9730565Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9730810Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9731058Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9731318Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9731559Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9732062Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9732330Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9732627Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9732887Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9733133Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9733378Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9733620Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9733870Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9734116Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9734363Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9734600Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9734842Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9735101Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9735358Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9735603Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9735843Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9736091Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9736334Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9736582Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9736810Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9737057Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9737298Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9737555Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9737794Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9738047Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9738299Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9738552Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9738774Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9739012Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9739260Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9739494Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9739739Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9739979Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9740219Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9740465Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9740698Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9741023Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9741283Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9741586Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9741819Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9742059Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9742303Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9742537Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9742758Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9743006Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9743253Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9743499Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9743760Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9744014Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9744258Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9744510Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9744838Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9745053Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9745285Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9745541Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9745777Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9746017Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9746265Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9746510Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9746745Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9746979Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9747233Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9747476Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9747726Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9747960Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9748202Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9748444Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9748685Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9748901Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9749142Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9749399Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9749644Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9749974Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9750228Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9750521Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9750776Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9751000Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9751239Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9751479Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9751712Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9751962Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9752193Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9752435Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9752666Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9752874Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9753101Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9753326Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9753561Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9753797Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9754015Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9754238Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9754456Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9754692Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9754950Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9755205Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9755460Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9755726Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9755974Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9756212Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9756455Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9756696Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9756910Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9757154Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9757409Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9757648Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9757893Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9758140Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9758385Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9758624Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9758847Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9759165Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9759406Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9759702Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9759932Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9760181Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9760422Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9760674Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9760917Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9761183Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9761440Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9761687Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9761942Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9762195Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9762454Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9762702Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9762934Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9763185Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9763438Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9763699Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9763938Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9764213Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9764468Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9764716Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9764969Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9765209Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9765450Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9765709Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9765952Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9766198Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9766448Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9766691Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9766934Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9767174Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9767428Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9767673Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9767984Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9768236Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9768569Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9768813Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9769049Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9769270Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9769517Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9769766Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9769997Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9770252Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9770504Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9770750Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9771005Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9771248Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9771469Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9771831Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9772072Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9772318Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9772562Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9772813Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9773055Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9773310Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9773539Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9773785Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9774030Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9774270Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9774525Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9774772Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9775003Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9775241Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9775475Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9775724Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9775974Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9776224Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9776459Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9776709Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9776972Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9777315Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9777547Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9777855Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9778085Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9778330Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9778571Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9778817Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9779067Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9779322Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9779573Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9779787Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9780029Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9780266Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9780493Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9780739Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9780976Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9781206Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9781435Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9781669Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9781911Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9782164Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9782417Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9782657Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9782896Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9783133Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9783362Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9783578Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9783815Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9784061Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9784298Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9784611Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9784856Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9785127Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9785381Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9785608Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9785859Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9786186Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9786429Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9786668Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9786954Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9787198Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9787436Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9787667Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9787908Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9788153Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9788401Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9788656Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9788903Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9789139Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9789387Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9789611Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9789851Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9790087Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9790342Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9790616Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9790861Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9791103Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9791359Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9791601Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9791849Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9792098Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9792335Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9792575Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9792819Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9793055Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9793279Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9793532Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9793769Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9794016Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9794263Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9794497Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9794732Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9794985Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9795283Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9795520Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9795810Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9796055Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9796291Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9796557Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9796807Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9797065Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9797312Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9797571Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9797818Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9798074Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9798318Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9798565Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9798824Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9799065Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9799288Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9799547Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9799804Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9800061Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9800321Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9800572Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9800820Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9801065Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9801319Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9801545Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9801791Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9802031Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9802276Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9802516Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9802779Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9803032Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9803296Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9803529Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9803765Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9804072Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9804320Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9804611Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9804855Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9805098Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9805340Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9805578Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9805829Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9806094Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9806342Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9806590Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9806835Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9807078Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9807326Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9807568Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9807778Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9808023Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9808259Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9808510Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9808762Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9809020Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9809281Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9809520Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9809759Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9810005Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9810244Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9810492Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9810727Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9810963Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9811200Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9811450Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9811790Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9812046Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9812291Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9812529Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9812766Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9813124Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9813372Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9813666Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9813905Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9814123Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9814353Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9814613Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9814851Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9815098Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9815354Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9815601Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9815841Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9816067Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9816302Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9816527Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9816765Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9817007Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9817244Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9817475Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9817718Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9817946Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9818198Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9818433Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9818665Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9818909Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9819154Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9819388Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9819622Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9819851Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9820094Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9820341Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9820578Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9820828Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9821075Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9821307Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9821558Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9821783Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9822092Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9822328Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9822631Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9822863Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9823095Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9823348Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9823582Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9823840Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9824081Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9824319Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9824634Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9824892Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9825137Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9825373Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9825609Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9825852Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9826070Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9826350Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:23:49.9826599Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:49.9826901Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9827196Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9827490Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9827766Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9828048Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9828330Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9828603Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9828890Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9829174Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9829467Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9829750Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9830028Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9830316Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9830594Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9830942Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9831210Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9831554Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:23:49.9831821Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:49.9832111Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:23:49.9832399Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:23:49.9832678Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:23:49.9832948Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:23:49.9833229Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9833512Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9833759Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9834020Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9834294Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:49.9834564Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9834847Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9835123Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:49.9835405Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9835689Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9835950Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9836223Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9836489Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9836765Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9837029Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:49.9837307Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:23:49.9837580Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9837848Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:49.9838145Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.9838380Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9838632Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9838888Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9839135Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9839410Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9839804Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9840079Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9840450Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9840706Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:49.9840941Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9841204Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9841457Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9841712Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9841968Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9842221Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9842505Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9842801Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9843094Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9843361Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9843643Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9843923Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9844208Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9844504Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9844787Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9845060Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9845338Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9845609Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9845874Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9846156Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9846429Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9846709Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9846977Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9847248Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9847521Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9847776Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9848056Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9848343Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9848711Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9849002Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9849348Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9849636Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9849912Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9850185Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9850464Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9850731Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9851020Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9851312Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9851771Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9852064Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9852341Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9852619Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9852903Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9853185Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9853438Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9853727Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9854007Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9854298Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9854587Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9854866Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9855144Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9855425Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9855706Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9855977Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9856265Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9856540Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9856823Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9857104Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9857379Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9857785Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9858064Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9858407Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9858660Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9858929Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9859199Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9859479Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9859758Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9860026Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9860304Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9860590Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9860864Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9861113Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9861387Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9861656Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9861931Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9862204Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9862496Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9862769Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9863055Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9863320Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9863582Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9863848Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9864115Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9864379Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9864753Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9865023Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9865309Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9865578Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9865857Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9866114Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9866468Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9866741Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9867058Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9867327Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9867598Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9867866Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9868142Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9868417Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9868686Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9868962Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9869246Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9869525Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9869793Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9870065Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9870330Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9870614Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:49.9870849Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:49.9871113Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:49.9871414Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:49.9871631Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9871891Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:49.9872139Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9872381Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9872620Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9872862Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9873103Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9873342Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9873587Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9873823Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9874062Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9874298Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9874531Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9874768Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9874984Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9875316Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9875561Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9875841Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9876092Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9876337Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9876592Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9876842Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9877073Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9877313Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9877551Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9877800Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9878042Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9878279Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9878524Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9878767Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9878985Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9879228Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9879465Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9879703Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9879947Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9880167Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9880431Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9880669Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9880912Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9881147Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9881382Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9881622Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9881859Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9882104Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9882341Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9882562Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9882808Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9883025Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9883270Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9883510Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9883749Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9884071Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9884322Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9884605Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9884858Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9885100Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9885342Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9885580Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9885821Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9886070Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9886307Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9886543Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9886795Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9887033Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9887253Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9887488Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9887718Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9887952Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9888185Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9888420Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9889552Z 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:49.9889786Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:49.9889910Z ok (0.002s) 2022-12-01T10:23:49.9890138Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9890393Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9890631Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9890872Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9891111Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9891348Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9891696Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9891944Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9892170Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9892406Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9892652Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9892894Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9893144Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9893505Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9893743Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9894068Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9894288Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9894521Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9894746Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9894989Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9895220Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9895464Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9895699Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9895942Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9896159Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9896386Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9896622Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9896872Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9897108Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9897347Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9897587Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9897829Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9898066Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9898301Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9898540Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9898763Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9899004Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9899248Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9899482Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9899714Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9899961Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9900176Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9900414Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9900665Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9900907Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9901141Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9901383Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9901625Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9901853Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9902082Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9902422Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9902683Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9902988Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9903233Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9903480Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9903752Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9904014Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9904253Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9904522Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9904880Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9905126Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9905391Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9905639Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9905877Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9906123Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9906374Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9906622Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9906881Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9907150Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9907416Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9907678Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9907931Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9908183Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9908426Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9908657Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9908900Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9909158Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9909407Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9909658Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9909903Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9910142Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9910393Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9910637Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9910875Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9911200Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9911456Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9911713Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9912037Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9912271Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9912534Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9912783Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9913014Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9913256Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9913504Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9913746Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9913983Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9914243Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9914487Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9914728Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9914956Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9915201Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9915448Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9915702Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9915944Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9916186Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9916426Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9916674Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9916913Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9917160Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9917406Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9917674Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9917951Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9918222Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9918494Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9918754Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9919011Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9919254Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9919517Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9919779Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9920121Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9920396Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9920714Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9920996Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9921263Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9921525Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9921776Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9922040Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9922298Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9922568Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9922833Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9923105Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9923375Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9923653Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9923897Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9924164Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9924432Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9924692Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9924959Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9925224Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9925487Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9925727Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9925968Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9926197Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9926442Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9926683Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9926930Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9927176Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9927423Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9927654Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9927895Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9928110Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9928341Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9928565Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9928830Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9929163Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9929442Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9929770Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9930026Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9930272Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9930539Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9930802Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9931051Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9931306Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9931564Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9931948Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9932201Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9932446Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9932685Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9932933Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9933178Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9933424Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9933692Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9933945Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9934206Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9934464Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9934711Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9934956Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9935207Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9935458Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9935708Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9935961Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9936212Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9936458Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9936712Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9936957Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9937206Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9937464Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9937725Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9938090Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9938366Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9938697Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9938961Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9939203Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9939453Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9939701Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9939959Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9940208Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9940462Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9940724Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9940978Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9941222Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9941449Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9941697Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9941949Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9942194Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9942463Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9942726Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9942997Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9943259Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9943492Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9943755Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9944004Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9944254Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9944506Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9944839Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9945093Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9945363Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9945637Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9945882Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9946146Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9946396Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9946649Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9946993Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9947252Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9947546Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9947800Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9948044Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9948277Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9948522Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9948769Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9949013Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9949258Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9949513Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9949768Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9950021Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9950268Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9950521Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9950781Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9951031Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9951288Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9951552Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9951804Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9952041Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9952267Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9952520Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9952756Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9953015Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9953268Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9953517Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9953773Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9954027Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9954273Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9954503Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9954754Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9955007Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9955273Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9955616Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9955877Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9956208Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9956475Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9956719Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9957004Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9957284Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9957555Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9957839Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9958119Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9958377Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9958634Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9958899Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9959142Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9959406Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9959664Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9959949Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9960233Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9960508Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9960786Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9961063Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9961319Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9961567Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9961826Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9962090Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9962352Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9962611Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9962885Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9963143Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9963409Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9963650Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9963906Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9964166Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9964499Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9964780Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9965085Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9965340Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9965603Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9965855Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9966093Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9966360Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9966610Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9966866Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9967127Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9967386Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9967644Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9967897Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9968158Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9968399Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9968658Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9968930Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9969184Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9969452Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9969719Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9969978Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9970240Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9970477Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9970723Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9970980Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9971237Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9971519Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9971961Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9972248Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9972532Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9972821Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9973070Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9973461Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9973746Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9974068Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9974359Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9974632Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9974924Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:49.9975221Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:49.9975501Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:49.9975767Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9976057Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9976338Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9976616Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9976890Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9977173Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9977453Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9977732Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9978018Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9978283Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9978561Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9978835Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9979111Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9979369Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9979654Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9979930Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9980178Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9980423Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9980681Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9980945Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9981207Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9981458Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9981706Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9981954Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9982345Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9982607Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9982831Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9983131Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9983372Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9983646Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9983917Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9984199Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9984468Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9984829Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9985072Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9985338Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9985587Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9985848Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9986107Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9986367Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9986628Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9986936Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:49.9987200Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9987460Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9987722Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9987986Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9988244Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9988509Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9988773Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9989030Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9989293Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9989550Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9989788Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9990050Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9990298Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9990550Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9990801Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9991054Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9991396Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9991658Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9991948Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9992204Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9992461Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9992721Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9992978Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9993222Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9993466Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9993723Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9993961Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9994220Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9994474Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9994735Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9994996Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9995248Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:49.9995509Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9995742Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9995992Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9996223Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9996479Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9996726Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9996983Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9997212Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9997469Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9997725Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9997990Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9998223Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9998476Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9998726Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9998969Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9999233Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9999471Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9999714Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:49.9999960Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0000274Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0000538Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0000790Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0001094Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0001343Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0001603Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0001850Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0002099Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0002341Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0002569Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0002814Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0003089Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0003349Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0003622Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0003896Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0004151Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0004414Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0004662Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0004927Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0005187Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0005448Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0005699Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0005958Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0006209Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0006466Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0006736Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0006988Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0007243Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0007504Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0007772Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0008028Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0008294Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0008561Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0008827Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0009083Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0009427Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0009703Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0010011Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0010262Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0010520Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0010780Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0011028Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0011293Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0011539Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0011974Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0012292Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0012620Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0012935Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0013240Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0013544Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0013870Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0014176Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0014475Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0014780Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0015087Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0015388Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0015721Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0015993Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0016266Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0016540Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0016803Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0017054Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0017310Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0017659Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0017921Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0018244Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0018504Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0018767Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0018965Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0019165Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0019360Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0019556Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0019746Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0019952Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0020153Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0020363Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0020573Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0020776Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0020973Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0021178Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0021369Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0021568Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0021758Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0021962Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0022158Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0022352Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0022538Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0022736Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0022929Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0023113Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0023310Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0023501Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0023698Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0023893Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0024083Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0024302Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0024674Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0024886Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0025131Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0025343Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0025555Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0025763Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0025973Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0026182Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0026391Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0026589Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0026787Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0026999Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0027209Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0027427Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0027643Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0027853Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0028061Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0028274Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0028470Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0028671Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0028869Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0029067Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0029265Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0029491Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0029728Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0029995Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0030247Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0030488Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0030738Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0030991Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0031234Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0031472Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0031712Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0032030Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0032283Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0032573Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0032786Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0033022Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0033251Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0033481Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0033710Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0033940Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0034169Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0034393Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0034607Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0034857Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0035098Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0035346Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0035595Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0035843Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0036083Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0036328Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0036553Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0036797Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0037035Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0037279Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0037516Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0037759Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0037996Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0038234Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0038477Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0038702Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0038936Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0039173Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0039407Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0039660Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0039899Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0040143Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0040474Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0040708Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0041008Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0041249Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0041482Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0041721Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0041951Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0042197Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0042435Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0042676Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0042906Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0043143Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0043384Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0043625Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0043864Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0044099Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0044331Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0044567Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0044780Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0045028Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0045266Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0045499Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0045731Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0045963Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0046196Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0046431Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0046658Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0046878Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0047108Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0047337Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0047570Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0047807Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0048042Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0048279Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0048595Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0052371Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0052739Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0052973Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0053202Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0053429Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0053653Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0053880Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0054133Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0054392Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0054626Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0054872Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0055111Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0055350Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0055593Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0055833Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0056070Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0056303Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0056528Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0056760Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0056996Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0057222Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0057453Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0057682Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0057933Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0058180Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0058433Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0058662Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0058910Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0059153Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0059393Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0059633Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0059870Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0060109Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0060350Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0060693Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0060948Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0061246Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0061478Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0061712Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0061949Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0062183Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0062417Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0062647Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0062927Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0063229Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0063513Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0063797Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0064082Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0064364Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0064752Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0065050Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0065335Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0065607Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0065887Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0066165Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0066449Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0066726Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0067015Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0067302Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0068045Z 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:50.0068659Z 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:50.0069272Z 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:50.0069968Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:50.0070594Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:50.0071293Z 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:50.0071904Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:50.0072496Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:50.0073084Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:50.0073680Z 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:50.0074278Z 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:50.0074854Z 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:50.0075437Z 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:50.0076027Z 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:50.0076614Z 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:50.0077194Z 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:50.0077462Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0077749Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0078031Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0078309Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0078595Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0078869Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0079151Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0079426Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0079704Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0079988Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0080256Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0080621Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0080917Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0081299Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0081574Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0081848Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0082131Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0082417Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0082713Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0082985Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0083273Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0083561Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0083841Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0084118Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0084759Z 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:50.0085375Z 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:50.0085976Z 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:50.0086574Z 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:50.0087160Z 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:50.0087745Z 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:50.0088325Z 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:50.0088913Z 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:50.0089520Z 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:50.0090141Z 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:50.0090763Z 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:50.0091451Z 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:50.0092259Z 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:50.0092869Z 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:50.0093471Z 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:50.0094073Z 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:50.0094678Z 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:50.0095305Z 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:50.0095930Z 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:50.0096533Z 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:50.0097148Z 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:50.0097768Z 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:50.0098377Z 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:50.0098999Z 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:50.0099608Z 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:50.0100221Z 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:50.0100823Z 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:50.0101439Z 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:50.0102046Z 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:50.0102645Z 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:50.0103381Z 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:50.0104007Z 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:50.0104776Z 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:50.0105387Z 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:50.0106019Z 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:50.0106627Z 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:50.0107236Z 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:50.0107865Z 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:50.0108468Z 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:50.0109066Z 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:50.0109340Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0109600Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0109864Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0110121Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0110359Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0110613Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0110867Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0111121Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0111381Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0111640Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0111895Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0112148Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0112405Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0112640Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0112888Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0113133Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0113479Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0113743Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0114046Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0114290Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0114530Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0114765Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0114986Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0115220Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0115457Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0115700Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0115931Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0116161Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0116392Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0116614Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0116856Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0117104Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0117360Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0117619Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0117874Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0118128Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0118379Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0118624Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0118866Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0119091Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0119338Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0119582Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0119829Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0120069Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0120315Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0120554Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0120786Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0121007Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0121240Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0121470Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0121789Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0122033Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0122374Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0122604Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0122845Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0123087Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0123308Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0123542Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0123780Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0124016Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0124247Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0124481Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0124713Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0124944Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0125203Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0125441Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0125670Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0125909Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0126152Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0126386Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0126621Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0126853Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0127088Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0127304Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0127520Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0127744Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0127967Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0128196Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0128416Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0128642Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0128865Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0129065Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0129285Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0129512Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0129737Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0129961Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0130266Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0130503Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0130782Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0130986Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0131200Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0131415Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0131855Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0132123Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0132346Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0132575Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0132794Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0133005Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0133229Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0133447Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0133664Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0133879Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0134099Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0134316Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0134530Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0134742Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0134964Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0135193Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0135414Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0135635Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0135857Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0136076Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0136299Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0136500Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0136719Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0136935Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0137157Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0137380Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0137598Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0137819Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0138039Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0138247Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0138464Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0138680Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0139018Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0139249Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0139541Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0139778Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0140015Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0140250Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0140472Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0140707Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0140948Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0141182Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0141410Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0141646Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0141874Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0142105Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0142315Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0142542Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0142774Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0143002Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0143241Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0143468Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0143711Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0143945Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0144162Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0144388Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0144706Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0144948Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0145191Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0145436Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0145676Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0145919Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0146155Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0146375Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0146607Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0146841Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0147076Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0147401Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0147651Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0147963Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0148191Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0148402Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0148633Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0148862Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0149099Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0149328Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0149577Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0149827Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0150070Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0150307Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0150521Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0150747Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0150973Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0151200Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0151438Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0151670Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0151912Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0152150Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0152367Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0152601Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0152838Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0153074Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0153318Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0153563Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0153801Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0154039Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0154272Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0154490Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0154720Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0154944Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0155173Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0155482Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0155726Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0156014Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0156239Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0156452Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0156673Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0156897Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0157134Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0157377Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0157627Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0157863Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0158104Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0158343Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0158561Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0158791Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0159012Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0159207Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0159401Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0159655Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0159937Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0160206Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0160459Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0160729Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0160990Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0161246Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0161501Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0161758Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0162018Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0162279Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0162545Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0162790Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0163043Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0163285Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0163546Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0163880Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0164152Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0164451Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0164712Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0164965Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0165229Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0165494Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0165751Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0166015Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0166282Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0166542Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0166803Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0167044Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0167299Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0167554Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0167822Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0168090Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0168357Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0168617Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0168877Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0169135Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0169381Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0169637Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0169917Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0170188Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0170463Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0170735Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0171012Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0171288Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0171563Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0171950Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0172229Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0172515Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0172803Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0173079Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0173447Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0173727Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0174052Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0174302Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0174566Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0174863Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0175153Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0175446Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0175738Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0176029Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0176301Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0176553Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0176828Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0177100Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0177377Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0177647Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0177934Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0178207Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0178488Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0178765Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0179020Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0179296Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0179569Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0179845Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0180113Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0180388Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0180655Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0180924Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0181182Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0181452Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0181719Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0181983Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0182252Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0182591Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0182865Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0183173Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0183438Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0183702Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0183979Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0184264Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0184625Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0184899Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0185179Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0185454Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0185723Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0185974Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0186244Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0186509Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0186777Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0187079Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0187378Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0187666Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0187962Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0188253Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0188531Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0188816Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0189106Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0189396Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0189698Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0189989Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0190300Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0190602Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0190898Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0191177Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0191474Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0191774Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0192149Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0192455Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0192793Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0193081Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0193381Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0193669Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0193946Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0194239Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0194539Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0194820Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0195103Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0195394Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0195676Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0195936Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0196200Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0196462Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0196741Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0197017Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0197284Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0197543Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0197791Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0198044Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0198297Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0198536Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0198786Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0199037Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0199317Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0199592Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0199875Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0200158Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0200435Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0200713Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0200976Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0201309Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0201600Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0201912Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0202178Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0202459Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0202773Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0203052Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0203317Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0203603Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0203878Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0204156Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0204431Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0204708Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0204982Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0205253Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0205517Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0205775Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0206046Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0206310Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0206562Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0206814Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0207065Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0207325Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0207575Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0207824Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0208080Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0208348Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0208612Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0208886Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0209147Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0209407Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0209660Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0209923Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0210166Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0210434Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0210770Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0211032Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0211361Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0211726Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0211976Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0212228Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0212476Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0212730Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0212990Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0213242Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0213493Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0213758Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0214021Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0214286Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0214528Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0214784Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0215037Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0215286Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0215547Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0215803Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0216055Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0216311Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0216543Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0216809Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0217053Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0217309Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0217564Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0217820Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0218077Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0218332Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0218589Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0218829Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0219078Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0219361Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0219635Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0220007Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0220297Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0220628Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0220899Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0221156Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0221424Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0221701Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0221979Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0222256Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0222534Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0222804Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0223081Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0223353Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0223610Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0223875Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0224147Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0224416Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0224750Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0225008Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0225283Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0225552Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0225821Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0226104Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0226374Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0226651Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0226920Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0227186Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0227456Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0227730Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0227998Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0228245Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0228578Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0228907Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0229250Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0229661Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0230002Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0230375Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0230705Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0231025Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0231336Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0231662Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0231985Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0232307Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0232667Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0233018Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0233376Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0233732Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0234097Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0234448Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0234788Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0235132Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0235477Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0235815Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0236161Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0236509Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0236774Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0237018Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0237264Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0237524Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0237776Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0238051Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0238312Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0238647Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0238923Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0239237Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0239501Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0239767Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0240016Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0240286Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0240554Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0240824Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0241085Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0241339Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0241596Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0241860Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0242109Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0242373Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0242633Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0242880Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0243132Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0243384Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0243643Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0243933Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0244210Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0244487Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0244771Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0245045Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0245326Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0245606Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0245885Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0246171Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0246442Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0246703Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0246984Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0247273Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0247552Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0247904Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0248203Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0248515Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0248784Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0274976Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0275322Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0275601Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0275867Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0276125Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0276398Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0276674Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0276951Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0277238Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0277525Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0277803Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0278079Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0278345Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0278625Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0278890Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0279164Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0279437Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0279702Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0279971Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0280237Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0280504Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0280751Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0281006Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0281260Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0281508Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0281759Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0281994Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0282237Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0282508Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0282767Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0283186Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0283464Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0283790Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0284062Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0284327Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0284591Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0284852Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0285102Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0285369Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0285634Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0285897Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0286156Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0286419Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0286687Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0286955Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0287220Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0287474Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0287738Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0288010Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0288281Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0288550Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0288824Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0289096Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0289367Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0289621Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0289887Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0290160Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0290417Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0290689Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0290957Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0291232Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0291502Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0291902Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0292149Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0292542Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0292799Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0293113Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0293379Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0293636Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0293890Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0294153Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0294414Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0294682Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0294934Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0295188Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0295449Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0295699Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0295957Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0296216Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0296470Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0296708Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0296965Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0297219Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0297483Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0297753Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0298015Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0298275Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0298538Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0298783Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0299030Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0299281Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0299539Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0299797Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0300084Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0300360Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0300646Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0300903Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0301179Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0301454Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0301727Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0302075Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0302338Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0302670Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0302938Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0303208Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0303442Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0303689Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0303947Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0304202Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0304492Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0304842Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0305124Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0305400Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0305665Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0305949Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0306217Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0306489Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0306766Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0307031Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0307301Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0307567Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0307823Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0308070Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0308339Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0308607Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0308868Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0309122Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0309376Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0309632Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0309949Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0310259Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0310582Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0310904Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0311302Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0311629Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0312004Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0312321Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0312643Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0312964Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0313272Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0313589Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0313907Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0314228Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0314553Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0314865Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0315613Z 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:50.0316299Z 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:50.0316971Z 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:50.0317617Z 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:50.0318274Z 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:50.0318921Z 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:50.0319589Z 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:50.0320236Z 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:50.0320878Z 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:50.0321551Z 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:50.0322214Z 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:50.0322859Z 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:50.0323582Z 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:50.0324238Z 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:50.0324932Z 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:50.0325579Z 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:50.0325907Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0326213Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0326533Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0326851Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0327169Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0327473Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0327788Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0328100Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0328413Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0328733Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0329059Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0329366Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0329675Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0329991Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0330303Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0330618Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0330935Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0331257Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0331699Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0332012Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0332308Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0332624Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0332943Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0333256Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0334041Z 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:50.0334758Z 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:50.0335418Z 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:50.0336080Z 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:50.0336740Z 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:50.0337410Z 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:50.0338061Z 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:50.0338695Z 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:50.0339384Z 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:50.0340072Z 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:50.0340772Z 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:50.0341463Z 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:50.0342134Z 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:50.0342811Z 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:50.0343480Z 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:50.0344153Z 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:50.0344902Z 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:50.0345602Z 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:50.0346300Z 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:50.0347043Z 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:50.0347709Z 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:50.0348412Z 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:50.0349078Z 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:50.0349743Z 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:50.0350430Z 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:50.0351112Z 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:50.0351807Z 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:50.0352489Z 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:50.0353161Z 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:50.0353824Z 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:50.0354488Z 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:50.0355158Z 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:50.0355831Z 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:50.0356503Z 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:50.0357176Z 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:50.0357832Z 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:50.0358482Z 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:50.0359161Z 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:50.0359831Z 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:50.0360561Z 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:50.0360894Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0361178Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0361472Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0361748Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0362022Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0362291Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0362581Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0362863Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0363141Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0363424Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0363690Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0363965Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0364239Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0364519Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0364782Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0365058Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0365330Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0365604Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0365860Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0366129Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0366395Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0366665Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0366929Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0367182Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0367438Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0367693Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0367932Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0368184Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0368440Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0368693Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0368968Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0369230Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0369584Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0369866Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0370190Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0370470Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0370752Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0371023Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0371298Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0371555Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0371942Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0372209Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0372472Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0372733Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0372995Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0373254Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0373512Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0373770Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0374018Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0374282Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0374537Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0374794Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0375047Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0375288Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0375551Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0375812Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0376068Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0376329Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0376575Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0376827Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0377078Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0377321Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0377574Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0377828Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0378150Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0378455Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0378875Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0379202Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0379582Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0379890Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0380202Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0380506Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0380809Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0381123Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0381420Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0381722Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0382059Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0382400Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0382739Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0383080Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0383416Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0383752Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0384087Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0384416Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0384801Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0385098Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0385343Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0385606Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0385848Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0386090Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0386343Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0386593Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0386841Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0387089Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0387341Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0387681Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0387954Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0388219Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0388526Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0388785Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0389039Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0389274Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0389529Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0389776Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0390016Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0390267Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0390508Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0390764Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0391010Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0391240Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0391485Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0391740Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0391982Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0392224Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0392466Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0392738Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0393009Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0393275Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0393555Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0393832Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0394106Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0394367Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0394633Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0394906Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0395171Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0395440Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0395686Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0395952Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0396223Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0396504Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0396784Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0397054Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0397395Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0397664Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0397956Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0398210Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0398459Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0398722Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0398982Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0399256Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0399525Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0399808Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0400074Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0400349Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0400619Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0400885Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0401147Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0401408Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0401675Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0401938Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0402204Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0402451Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0402696Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0402936Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0403192Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0403446Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0403693Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0403943Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0404184Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0404423Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0404672Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0404942Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0405202Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0405465Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0405722Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0405991Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0406254Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0406499Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0406826Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0407088Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0407389Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0407644Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0407906Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0408169Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0408429Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0408666Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0408922Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0409177Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0409428Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0409686Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0409943Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0410209Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0410466Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0410728Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0410975Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0411233Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0411497Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0411861Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0412114Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0412380Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0412637Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0412898Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0413145Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0413405Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0413657Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0413921Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0414178Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0414441Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0414699Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0414953Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0415192Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0415441Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0415693Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0415952Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0416299Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0416555Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0416858Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0417109Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0417340Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0417596Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0417842Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0418087Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0418328Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0418578Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0418836Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0419086Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0419336Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0419570Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0419822Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0420072Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0420301Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0420551Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0420799Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0421040Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0421282Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0421518Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0421785Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0422058Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0422324Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0422581Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0422837Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0423086Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0423357Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0423603Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0423860Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0424110Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0424357Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0424671Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0424922Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0425176Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0425418Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0425725Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0426033Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0426349Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0426622Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0426898Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0427166Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0427423Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0427678Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0427919Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0428181Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0428434Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0428697Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0428954Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0429199Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0429451Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0429707Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0429963Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0430191Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0430440Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0430688Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0430942Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0431252Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0431569Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0431883Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0432189Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0432481Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0432791Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0433094Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0433386Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0433694Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0434003Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0434319Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0434624Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0434927Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0435282Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0435593Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0435946Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0436639Z 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:50.0437294Z 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:50.0437930Z 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:50.0438581Z 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:50.0439234Z 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:50.0439859Z 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:50.0440495Z 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:50.0441134Z 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:50.0441773Z 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:50.0442394Z 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:50.0443044Z 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:50.0443673Z 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:50.0444308Z 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:50.0444935Z 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:50.0445578Z 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:50.0446195Z 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:50.0446501Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0446806Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0447109Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0447408Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0447768Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0448081Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0448486Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0448791Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0449093Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0449405Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0449715Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0450026Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0450331Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0450614Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0450904Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0451203Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0451507Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0451928Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0452236Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0452544Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0452846Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0453156Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0453445Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0453744Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0454418Z 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:50.0455063Z 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:50.0455707Z 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:50.0456347Z 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:50.0456993Z 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:50.0457616Z 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:50.0458250Z 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:50.0459003Z 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:50.0459720Z 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:50.0460370Z 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:50.0461033Z 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:50.0461708Z 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:50.0462367Z 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:50.0463022Z 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:50.0463677Z 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:50.0464318Z 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:50.0465038Z 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:50.0465720Z 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:50.0466386Z 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:50.0467028Z 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:50.0467696Z 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:50.0468359Z 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:50.0469013Z 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:50.0469655Z 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:50.0470324Z 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:50.0470995Z 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:50.0471646Z 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:50.0472377Z 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:50.0473081Z 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:50.0473728Z 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:50.0474386Z 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:50.0475054Z 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:50.0475710Z 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:50.0476376Z 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:50.0477040Z 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:50.0477699Z 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:50.0478328Z 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:50.0479001Z 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:50.0479672Z 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:50.0480324Z 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:50.0480606Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0480876Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0481146Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0481430Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0481709Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0481982Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0482241Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0482504Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0482779Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0483053Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0483321Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0483599Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0483957Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0484235Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0484540Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0484809Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0485089Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0485364Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0485617Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0485878Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0486130Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0486393Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0486649Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0486897Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0487145Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0487389Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0487632Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0487877Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0488123Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0488367Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0488640Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0488888Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0489167Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0489448Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0489714Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0489985Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0490258Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0490527Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0490791Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0491039Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0491306Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0491569Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0491962Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0492216Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0492473Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0492734Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0492986Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0493230Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0493585Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0493837Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0494129Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0494379Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0494659Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0494935Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0495212Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0495486Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0495741Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0496012Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0496288Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0496574Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0496855Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0497136Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0497423Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0497700Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0497990Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0498299Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0498595Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0498868Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0499159Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0499459Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0499733Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0500017Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0500291Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0500551Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0500827Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0501122Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0501402Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0501676Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0501956Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0502228Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0502566Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0502989Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0503269Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0503583Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0503879Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0504168Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0504456Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0504793Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0505076Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0505360Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0505630Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0505916Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0506191Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0506465Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0506748Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0507022Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0507298Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0507581Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0507864Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0508185Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0508513Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0509241Z 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:50.0509919Z 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:50.0510254Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0510579Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0510908Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0511572Z 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:50.0512267Z 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:50.0512966Z 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:50.0513664Z 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:50.0514415Z 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:50.0514765Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0515055Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0515325Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0515602Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0515876Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0516134Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0516372Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:50.0516618Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:50.0516843Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:50.0517079Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0517313Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:50.0517537Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:23:50.0517764Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:23:50.0517986Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0518206Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0518416Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0518637Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0518987Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0519329Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0519617Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:50.0519854Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0520151Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:50.0521245Z 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:50.0521463Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:23:50.0522427Z 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:50.0522636Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:23:50.0522756Z ok (0.002s) 2022-12-01T10:23:50.0522988Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0523293Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0523539Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0523836Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0524072Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0524298Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0524525Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0524746Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0524950Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0525231Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:50.0525513Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0525805Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:23:50.0526085Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:23:50.0526370Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:23:50.0526647Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:23:50.0526915Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0527170Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:50.0527444Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0527725Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0527998Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0528272Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0528534Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0528818Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0529108Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0529385Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:50.0529672Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:23:50.0529966Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0530250Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0530538Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0530818Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0531096Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0531369Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0531761Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0532017Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0532299Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0532591Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0532877Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0533260Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0533546Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:50.0533880Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0534167Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:50.0534446Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0534709Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:50.0534985Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:50.0535267Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:50.0535546Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0535823Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0536097Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0536374Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0536649Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0536917Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:50.0537188Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0537467Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:50.0537749Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0538030Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:23:50.0538312Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0538589Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0538865Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0539138Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0539394Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0539663Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0539927Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0540208Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:23:50.0540481Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:23:50.0540752Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0541025Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:50.0541293Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0541548Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0541818Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0542083Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0542407Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0542673Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0542933Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0543911Z 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:50.0544158Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:23:50.0544278Z ok (0.006s) 2022-12-01T10:23:50.0544674Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0545010Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0545333Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0545639Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0545949Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0546270Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0546593Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0546912Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0547232Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0547547Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0547861Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0548177Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0548497Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0548804Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0549127Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0549433Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0549743Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0550052Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0550339Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0550809Z 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:50.0550968Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0551253Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:23:50.0551424Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0551539Z ok (0.004s) 2022-12-01T10:23:50.0551892Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0552320Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0552658Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0553020Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0553342Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0553698Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0554052Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0555013Z 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:50.0555170Z return np.floor_divide(a, b) 2022-12-01T10:23:50.0555284Z ok (0.004s) 2022-12-01T10:23:50.0555609Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0556045Z 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:50.0556197Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0556308Z ok (0.004s) 2022-12-01T10:23:50.0556622Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0556931Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0557243Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0557703Z 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:50.0557871Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0557985Z ok (0.002s) 2022-12-01T10:23:50.0558278Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0558578Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0558878Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0559324Z 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:50.0559486Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0559605Z ok (0.002s) 2022-12-01T10:23:50.0559914Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0560216Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0560520Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0560857Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0561206Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0561555Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0561894Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0562304Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0562660Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0563054Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0563404Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0563743Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0564085Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0564444Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0564826Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0565208Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0565575Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0565948Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0566316Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0566708Z 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:50.0567113Z 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:50.0567513Z 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:50.0567903Z 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:50.0568283Z 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:50.0568672Z 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:50.0569121Z 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:50.0569281Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0569401Z ok (0.002s) 2022-12-01T10:23:50.0569705Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0570011Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0570315Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0570641Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0570957Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0571287Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0571807Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0572192Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0572516Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0572844Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0573170Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0573495Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0573814Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0574137Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0574441Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0574765Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0575091Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0575416Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0575726Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0576049Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0576371Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0576809Z 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:50.0576978Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0577077Z ok (0.002s) 2022-12-01T10:23:50.0577378Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0577685Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0577988Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0578314Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0578638Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0578960Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0579278Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0579596Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0579898Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0580204Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0580519Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0580846Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0581232Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0581594Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0581918Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0582233Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0582548Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0582847Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0583156Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0583463Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0583783Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0584102Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0584401Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0584767Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0585072Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0585516Z 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:50.0585667Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0585938Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:50.0586107Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0586225Z ok (0.003s) 2022-12-01T10:23:50.0586576Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0586923Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0587351Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:23:50.0587514Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0587611Z ok (0.004s) 2022-12-01T10:23:50.0587921Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0588233Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0588699Z 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:50.0588867Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0588981Z ok (0.004s) 2022-12-01T10:23:50.0589299Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0589617Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0589938Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0590925Z 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:50.0591200Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:23:50.0591374Z ok (0.003s) 2022-12-01T10:23:50.0592287Z 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:50.0592552Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:23:50.0592670Z ok (0.006s) 2022-12-01T10:23:50.0592981Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0593288Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0593599Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0593892Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0594190Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:50.0594476Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:23:50.0594778Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:23:50.0595081Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.244s) 2022-12-01T10:23:50.0595371Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:23:50.0595666Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:50.0595961Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0596248Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:50.0596522Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:50.0596802Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:50.0597082Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:50.0597360Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:50.0597678Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0597971Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:23:50.0598266Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:50.0598564Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:50.0598845Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0599131Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0599418Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:50.0599703Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0599986Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0600302Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0600574Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:23:50.0600923Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:50.0601203Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:23:50.0601494Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0601760Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0602030Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:50.0602301Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0602568Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0602836Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:50.0603111Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:50.0603375Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:23:50.0603625Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:50.0603903Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:50.0604168Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0604442Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0604718Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:50.0604993Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:50.0605263Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0605532Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0605781Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0606027Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0606286Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0606546Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0606825Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0607096Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0607369Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:23:50.0607641Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0607921Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0608169Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0608437Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0608690Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0608944Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0609202Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0609493Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:50.0609777Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:50.0610059Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:50.0610437Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0610714Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:50.0611042Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0611327Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0611724Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0612001Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:50.0612274Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:23:50.0612557Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:50.0612835Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:23:50.0613109Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:23:50.0613407Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:23:50.0613696Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:23:50.0613976Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:50.0614257Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:50.0614532Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0614814Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0615089Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:50.0615377Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:50.0615640Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:50.0615986Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:50.0616328Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0616674Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0617025Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0617373Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0617715Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0618043Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0618305Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0618545Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0618844Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0619141Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0619530Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0619860Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0620225Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0620557Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0620885Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0621211Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0621543Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0621854Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0622176Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0622492Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0622811Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0623129Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0623449Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0623726Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0624006Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0624286Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0624624Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0624878Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0625142Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0625407Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0625670Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0625931Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0626215Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0626501Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0626776Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0627054Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0627315Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0627586Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0627945Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0628229Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0628545Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0628831Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0629108Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0629384Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0629655Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0629917Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0630194Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0630472Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0630759Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0631040Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0631317Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0631590Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0631867Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0632144Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0632404Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0632679Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0632953Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0633227Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0633496Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0633766Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0634026Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0634291Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0634550Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0634793Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0635199Z 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:50.0635350Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0635451Z ok (0.005s) 2022-12-01T10:23:50.0635769Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0636082Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0636424Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0636716Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0637037Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0637300Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0637580Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0637859Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0638169Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0638452Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0638743Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0639029Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0639314Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0639598Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0639863Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0640139Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0640414Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0640691Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0640961Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0641234Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0641500Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0641762Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0642030Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0642274Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0642531Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0642804Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0643069Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0643333Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0643592Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0643854Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0644110Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0644364Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0644616Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0644940Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0645212Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0645520Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0645779Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0646036Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0646292Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0646580Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0646867Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0647135Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0647414Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0647694Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0647973Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0648250Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0648529Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0648812Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0649095Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0649369Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0649632Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0649907Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0650181Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0650458Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0650731Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0651058Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0651398Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0652044Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0652300Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0652507Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0652698Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0652903Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0653247Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0653481Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0653699Z 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:50.0653921Z 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:50.0654143Z 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:50.0654361Z 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:50.0654573Z 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:50.0654782Z 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:50.0654993Z 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:50.0655190Z 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:50.0655394Z 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:50.0655561Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0655725Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0655885Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0656056Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0656227Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0656393Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0656553Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0656705Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0656866Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0657027Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0657208Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0657398Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0657582Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0657763Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0657942Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0658122Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0658313Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0658492Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0658688Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0658862Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0659042Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0659224Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0659401Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0659580Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0659752Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0659916Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0660090Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0660260Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0660438Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0660624Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0660805Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0660985Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0661162Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0661338Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0661516Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0661678Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0661850Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0662020Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0662190Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0662354Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0662516Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0662683Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0662845Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0662991Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0663181Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0663356Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0663572Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0663734Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0663934Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0664106Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0664273Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0664442Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0664691Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0664867Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0665041Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0665216Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0665373Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0665546Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0665721Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0665899Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0666072Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0666243Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0666417Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0666589Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0666755Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0666911Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0667079Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0667249Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0667417Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0667590Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0667760Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0667932Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0668097Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0668266Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0668435Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0668589Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0668784Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0668944Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0669138Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0669297Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0669453Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0669619Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0669810Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0669984Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0670154Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0670317Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0670480Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0670663Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0670846Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0671027Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0671206Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0671384Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0671560Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0671721Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0671892Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0672067Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0672237Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0672409Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0672580Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0672755Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0672921Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0673085Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0673232Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0673396Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0673555Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0673712Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0673863Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:50.0674038Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:50.0674189Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:50.0674368Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:50.0674506Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:50.0674658Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0674806Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0674955Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:23:50.0675107Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:50.0675258Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0675408Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0675553Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0675696Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0675832Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0675973Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0676136Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0676300Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0676469Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:50.0676639Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0676803Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:23:50.0676968Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0677119Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0677277Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0677436Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0677596Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0677755Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:23:50.0677911Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0678075Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0678236Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0678403Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:23:50.0678554Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0678715Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:23:50.0678875Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0679036Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0679195Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0679378Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0679534Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0679721Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0679874Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0680026Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0680184Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0680350Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:23:50.0680515Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0680681Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:23:50.0680845Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0681009Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0681169Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0681317Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0681478Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0681635Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0681792Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0681947Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0682095Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0682250Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:50.0682402Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0682552Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0682691Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0682837Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0682979Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0683127Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:23:50.0683273Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0683435Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0683595Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0683756Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:23:50.0683904Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:50.0684064Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:50.0684223Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0684379Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0684559Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0684718Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0684899Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0685055Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:50.0685210Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0685354Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:23:50.0685512Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0685664Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:50.0685821Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0685976Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0686126Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0686283Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0686438Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0686587Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:50.0686745Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0686904Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:23:50.0687063Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0687224Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0687380Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0687538Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0687691Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0687849Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0687990Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0688143Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0688298Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0688452Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:23:50.0688610Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:50.0688762Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:50.0688919Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0689073Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:50.0689211Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0689364Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0689518Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0689672Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0689857Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0690013Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:23:50.0690199Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:50.0690353Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:23:50.0690504Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:50.0690644Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0690794Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0690937Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0691079Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0691230Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0691374Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0691529Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:50.0691819Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:23:50.0692050Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.258s) 2022-12-01T10:23:50.0692289Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:23:50.0692529Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0692769Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:50.0693005Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0693246Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:50.0693483Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0693722Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0693959Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0694229Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0694606Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-12-01T10:23:50.0694749Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:50.0694850Z ok (0.113s) 2022-12-01T10:23:50.0695108Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:50.0695368Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:50.0695619Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:50.0695869Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0696103Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:50.0696351Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:50.0696597Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0696868Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0697393Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0697758Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:50.0698040Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0698356Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0698629Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0698881Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0699140Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0699403Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0699664Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0699919Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0700187Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0700447Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0700951Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0701232Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0701495Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0701768Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0702050Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0702322Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0702809Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0703081Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0703353Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0703620Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0703892Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0704153Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0704719Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0704995Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0705269Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0705537Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0705809Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0706075Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0706356Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0706903Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0707208Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0707485Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0707759Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0708033Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0708304Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0708577Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0708853Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0709125Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0709405Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0709889Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0710155Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0710430Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0710702Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0710974Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0711245Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0711519Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0711792Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0712064Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0712331Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0712781Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0713051Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0713328Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:50.0713596Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0713865Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0714127Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0714384Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0714643Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0714893Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0715129Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0715442Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0715708Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0716034Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0716531Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0716844Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0717155Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0717435Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0717716Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0717979Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0718259Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0718535Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0718807Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0719081Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0719352Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0719662Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0719944Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0720227Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0720495Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0720772Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0721045Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0721316Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0721616Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0721898Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0722174Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0722444Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0722712Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0722966Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0723231Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0723492Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0723815Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0724086Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0724415Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0724678Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0724934Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0725188Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0725466Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.003s) 2022-12-01T10:23:50.0725731Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0726000Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0726483Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0726752Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0727013Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0727268Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0727526Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0727783Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0728024Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0728284Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0728542Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0728810Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0729276Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0729540Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0729799Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0730055Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0730313Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0730558Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0730809Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0731068Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0731327Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0731739Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0732239Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0732520Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0732888Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0733173Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0733480Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0733755Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0734026Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0734301Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0734571Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0734848Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0735328Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0735613Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0735890Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0736149Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0736420Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0736688Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0736959Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0737231Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0737499Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0737769Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0738038Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0738365Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0738692Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0739006Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0739337Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0739659Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0739981Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0740302Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0740618Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0740929Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0741300Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0741625Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0741973Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0742305Z 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:50.0742642Z 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:50.0742991Z 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:50.0743340Z 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:50.0743683Z 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:50.0744021Z 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:50.0744348Z 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:50.0744744Z 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:50.0745072Z 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:50.0745397Z 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:50.0745734Z 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:50.0746050Z 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:50.0746312Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0746570Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0746823Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0747085Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0747345Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0747610Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0748089Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0748354Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0748600Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0748857Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0749115Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0749372Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0749703Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0749963Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0750271Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0750558Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0751057Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:23:50.0751330Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0751617Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0751902Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0752182Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0752460Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0752736Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0753011Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0753280Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0753553Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0753823Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0754087Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0754573Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:23:50.0754859Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:50.0755146Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0755423Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0755703Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0755977Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0756253Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0756525Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0756784Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0757056Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0757333Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0757615Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0758102Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0758450Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0758743Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0759061Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0759338Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0759598Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0759873Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0760147Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0760422Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0760695Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0760965Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0761213Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0761630Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0761917Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0762185Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0762462Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0762749Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0763031Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0763321Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0763603Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0763884Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0764188Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0764726Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0765026Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0765335Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0765639Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0765943Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0766245Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0766545Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0766841Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0767139Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0767512Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0768034Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0768376Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0768673Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0768974Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0769272Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0769572Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0769867Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0770164Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0770462Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0770769Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0771294Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0771727Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0772035Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0772334Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0772638Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0772934Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0773232Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0773526Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0773827Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0774114Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0774644Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0774949Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0775251Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0775552Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0775849Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0776145Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0776444Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0776737Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0777017Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0777407Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0777934Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:50.0778326Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0778621Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0778911Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0779196Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0779480Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0779767Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0780037Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0780313Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0780596Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0780879Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0781174Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0781501Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:50.0781825Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0782120Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0782405Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0782676Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0782992Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0783312Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0783628Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0783947Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:50.0784237Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0784612Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0784922Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0785222Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0785510Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0785817Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0786115Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0786419Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0786784Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0787119Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0787453Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0787756Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0788051Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0788334Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:50.0788624Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0788916Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0789207Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0789493Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0789779Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0790062Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0790348Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0790661Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0790914Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0791188Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:50.0791460Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:23:50.0791731Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:50.0791999Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:50.0792265Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0792529Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:50.0792786Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0793030Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:50.0793289Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0793548Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0793842Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:50.0794126Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0794409Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0794658Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0794874Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0795139Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0795387Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0795640Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0795967Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0796242Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0796509Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0796825Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0797088Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0797355Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0797606Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0797870Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0798124Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0798378Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0798660Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0798934Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0799203Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0799477Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:50.0799749Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0799994Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:50.0800248Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0800502Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0800756Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0801006Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0801265Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0801516Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0801786Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0802039Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0802309Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0802575Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0802838Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0803170Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0803500Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0803816Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0804168Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0804515Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0804841Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:50.0805096Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0805411Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0805670Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0805991Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0806265Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0806535Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0806814Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0807086Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0807340Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0807621Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0807892Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0808162Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0808419Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0808668Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0808941Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0809204Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0809454Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0809715Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0809986Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0810252Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0810519Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0810784Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0811044Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0811296Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0811544Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0811918Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:50.0812178Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0812432Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:50.0812699Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0812967Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0813231Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0813486Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0813738Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:50.0813944Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:50.0814182Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:50.0814395Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:50.0814734Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:50.0814952Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:50.0815235Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:50.0815445Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:50.0815675Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:50.0815891Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0816112Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0816345Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0816577Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0816801Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0817028Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0817247Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0817456Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0817674Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0817887Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0818107Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0818326Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0818549Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0818928Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:50.0819122Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:50.0819372Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:23:50.0819565Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:50.0819671Z ok (0.033s) 2022-12-01T10:23:50.0819898Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0820151Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0820399Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:50.0820648Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0820896Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0821165Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:23:50.0821411Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0821660Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0821907Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0823074Z 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:50.0823320Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:50.0823433Z ok (0.013s) 2022-12-01T10:23:50.0823681Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0823926Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0824169Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:23:50.0824485Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0824836Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0825165Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:50.0825429Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0825698Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0825965Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0826230Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0826526Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0826798Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0827088Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0827369Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0827622Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0827927Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-12-01T10:23:50.0828201Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:23:50.0828460Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0828713Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0828952Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0829210Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0829459Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0829706Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0829973Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:50.0830230Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:50.0830489Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:50.0830753Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0831040Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-12-01T10:23:50.0831296Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:50.0831548Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0831816Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0832089Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0832358Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0832608Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0832873Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0833135Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0833377Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0833628Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:50.0833956Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0834220Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0834526Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0834783Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:50.0835054Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:50.0835306Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:50.0835558Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0835805Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0836051Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0836315Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0836615Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0836874Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:50.0837181Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0837441Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0837683Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0837939Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0838223Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-12-01T10:23:50.0838484Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0838757Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0839032Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:50.0839306Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0839547Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0839835Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0840085Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0840355Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0840622Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0840871Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0841115Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0841364Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0841602Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0841892Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-12-01T10:23:50.0842131Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:50.0842381Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:50.0842634Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0842916Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:23:50.0843284Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:23:50.0843545Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:23:50.0843762Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:50.0843947Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0844124Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0844306Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0844495Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0844688Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0844867Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0845059Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0845245Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:50.0845436Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0845621Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:50.0845788Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0845967Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0846156Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0846359Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:50.0846540Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:50.0846733Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:50.0846914Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:50.0847139Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0847351Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0847856Z 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:50.0848323Z 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:50.0848544Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0848772Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0848994Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0849459Z 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:50.0849938Z 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:50.0850419Z 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:50.0850891Z 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:50.0851396Z 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:50.0851732Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0851931Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:50.0852111Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:50.0852304Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:50.0852488Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0852674Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:50.0852859Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0853053Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0853226Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0853408Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0853594Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0853775Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0853954Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0854138Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0854324Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0854511Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0854693Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0854887Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0855076Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0855270Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0855454Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0855637Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0855826Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0856009Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0856192Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0856373Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0856559Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0856749Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0856937Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0857118Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0857299Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0857484Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0857666Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0857837Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0858076Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0858271Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:50.0858499Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:50.0858684Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0858866Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:50.0859049Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0859235Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0859403Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:50.0859588Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0859770Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0859951Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0860132Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0860318Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0860504Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0860684Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0860865Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0861031Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0861211Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0861396Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0861580Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0861763Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0861941Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0862120Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0862295Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0862462Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0862640Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0862820Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0863005Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0863186Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0863366Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0863545Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0863723Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0863895Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0864076Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0864257Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0864482Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0864836Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:50.0865209Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0865642Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0865905Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0866155Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0866400Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0866663Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0866922Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0867191Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0867468Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0867742Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0868013Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:50.0868288Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0868539Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0868805Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0869076Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0869342Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:50.0869628Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0869934Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:50.0870322Z 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:50.0870712Z 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:50.0871089Z 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:50.0871449Z 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:50.0871826Z 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:50.0872211Z 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:50.0872571Z 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:50.0872955Z 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:50.0873336Z 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:50.0873727Z 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:50.0874111Z 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:50.0874599Z 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:50.0874993Z 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:50.0875406Z 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:50.0875784Z 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:50.0876146Z 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:50.0876531Z 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:50.0876928Z 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:50.0877306Z 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:50.0877683Z 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:50.0878049Z 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:50.0878422Z 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:50.0878815Z 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:50.0879195Z 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:50.0879554Z 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:50.0879935Z 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:50.0880312Z 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:50.0880676Z 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:50.0881042Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:23:50.0881397Z 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:50.0881770Z 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:50.0882148Z 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:50.0882508Z 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:50.0882883Z 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:50.0883257Z 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:50.0883605Z 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:50.0884066Z 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:50.0884489Z 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:50.0884853Z 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:50.0885223Z 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:50.0885595Z 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:50.0885978Z 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:50.0886362Z 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:50.0886731Z 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:50.0887103Z 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:50.0887445Z 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:50.0887821Z 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:50.0888192Z 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:50.0888565Z 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:50.0888949Z 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:50.0889327Z 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:50.0889700Z 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:50.0890075Z 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:50.0890447Z 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:50.0890817Z 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:50.0891181Z 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:50.0891537Z 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:50.0892066Z 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:50.0892439Z 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:50.0892807Z 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:50.0893308Z 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:50.0893680Z 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:50.0894144Z 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:50.0894510Z 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:50.0894530Z 2022-12-01T10:23:50.0894943Z ---------------------------------------------------------------------- 2022-12-01T10:23:50.0895093Z Ran 8284 tests in 72.912s 2022-12-01T10:23:50.0895108Z 2022-12-01T10:23:50.0895267Z OK (skipped=901, expected failures=14) 2022-12-01T10:23:50.0895296Z 2022-12-01T10:23:50.0895433Z Generating XML reports... 2022-12-01T10:23:50.0896016Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102235.xml 2022-12-01T10:23:50.0896028Z 2022-12-01T10:23:50.0896690Z ##[endgroup] 2022-12-01T10:23:50.0897262Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_7ly9dgdt) 2022-12-01T10:23:50.0897271Z 2022-12-01T10:23:51.4745326Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:51.5397778Z Ignoring disabled issues: [] 2022-12-01T10:23:51.5547407Z Running test_optim ... [2022-12-01 10:23:51.554149] 2022-12-01T10:23:51.5548099Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:51.554463] 2022-12-01T10:23:57.1736083Z 2022-12-01T10:23:57.1736649Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-12-01T10:23:57.1737839Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_dn82s8p0) 2022-12-01T10:23:57.1738756Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-12-01T10:23:57.1739049Z 2022-12-01T10:23:57.1739166Z Running tests... 2022-12-01T10:23:57.1739682Z ---------------------------------------------------------------------- 2022-12-01T10:23:57.1740189Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.839s) 2022-12-01T10:23:57.1740707Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.351s) 2022-12-01T10:23:57.1741230Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (11.253s) 2022-12-01T10:23:57.1741539Z 2022-12-01T10:23:57.1741892Z ---------------------------------------------------------------------- 2022-12-01T10:23:57.1742347Z Ran 3 tests in 13.443s 2022-12-01T10:23:57.1742560Z 2022-12-01T10:23:57.1742678Z OK 2022-12-01T10:23:57.1742852Z 2022-12-01T10:23:57.1743019Z Generating XML reports... 2022-12-01T10:23:57.1743812Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201102343.xml 2022-12-01T10:23:57.1744271Z 2022-12-01T10:23:57.1744823Z ##[endgroup] 2022-12-01T10:23:57.1745583Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_dn82s8p0) 2022-12-01T10:23:57.1745999Z 2022-12-01T10:23:58.5995860Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:58.6609071Z Ignoring disabled issues: [] 2022-12-01T10:23:58.6752246Z Running test_mkldnn ... [2022-12-01 10:23:58.674912] 2022-12-01T10:23:58.6754066Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:58.675185] 2022-12-01T10:24:43.6893027Z 2022-12-01T10:24:43.6897299Z Expand the folded group to see the log file of test_optim 2022-12-01T10:24:43.6898185Z ##[group]PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_74jplel6) 2022-12-01T10:24:43.6898839Z Test results will be stored in test-reports/python-unittest/test_optim 2022-12-01T10:24:43.6899294Z 2022-12-01T10:24:43.6899389Z Running tests... 2022-12-01T10:24:43.6899787Z ---------------------------------------------------------------------- 2022-12-01T10:24:43.6900265Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.248s) 2022-12-01T10:24:43.6900666Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.013s) 2022-12-01T10:24:43.6934348Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.005s) 2022-12-01T10:24:43.6935058Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:24:43.6935672Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:24:43.6936024Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:24:43.6936418Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.068s) 2022-12-01T10:24:43.6937034Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:24:43.6937662Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6940264Z 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:24:43.6941850Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6942277Z ok (0.002s) 2022-12-01T10:24:43.6942516Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6942814Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.6943107Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6943369Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6943622Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6943896Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:24:43.6944194Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:24:43.6944626Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:24:43.6944913Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:24:43.6945199Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:24:43.6945487Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:24:43.6945754Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:24:43.6952332Z 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:24:43.6954261Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6954852Z ok (0.002s) 2022-12-01T10:24:43.6955407Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6956109Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6957052Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6957719Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6958522Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6959216Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6959703Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6960182Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6960701Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6961268Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6961724Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6962190Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6962761Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6963190Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6963647Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6964150Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6964733Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6966001Z 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:24:43.6966846Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6967106Z ok (0.002s) 2022-12-01T10:24:43.6967883Z 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:24:43.6968433Z warnings.warn(msg, FutureWarning) 2022-12-01T10:24:43.6968628Z ok (0.002s) 2022-12-01T10:24:43.6968841Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6969122Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6969451Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.6969777Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6970062Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6970378Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6970684Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.6971363Z 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:24:43.6972988Z 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:24:43.6973699Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:24:43.6974008Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:24:43.6974332Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:24:43.6974635Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6974936Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6975295Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6975628Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6975935Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6976223Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6976533Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6976804Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6977062Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6977385Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6977698Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6977981Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6978256Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6979369Z 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:24:43.6980123Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:24:43.6980339Z ok (0.003s) 2022-12-01T10:24:43.6980553Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6981601Z 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:24:43.6982427Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6982694Z ok (0.002s) 2022-12-01T10:24:43.6982923Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6983202Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6983517Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6984698Z 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:24:43.6985719Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6986147Z ok (0.002s) 2022-12-01T10:24:43.6986571Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6987689Z 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:24:43.6988508Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6988776Z ok (0.002s) 2022-12-01T10:24:43.6988993Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6989283Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6990336Z 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:24:43.6991164Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.6991416Z ok (0.002s) 2022-12-01T10:24:43.6991643Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6991944Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.6992262Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6992581Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.113s) 2022-12-01T10:24:43.6992864Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6993156Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6993455Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6993761Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6994085Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:24:43.6994408Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.6994724Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.6995026Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.7004466Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.7005021Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7005595Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7007808Z 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:24:43.7009425Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.7009930Z ok (0.002s) 2022-12-01T10:24:43.7010391Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7010932Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7011312Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7011812Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7012097Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7012391Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7012819Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7013105Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7013382Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7013683Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7014776Z 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:24:43.7015616Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.7016687Z /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:24:43.7017391Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:24:43.7017605Z ok (0.002s) 2022-12-01T10:24:43.7017832Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7018108Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7018367Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:24:43.7018635Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7018935Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7019277Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7019543Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7019854Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7020162Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7020459Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:24:43.7020763Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:24:43.7021889Z 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:24:43.7022758Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.7023032Z ok (2.627s) 2022-12-01T10:24:43.7023241Z test_adadelta_complex (__main__.TestOptim) ... ok (0.005s) 2022-12-01T10:24:43.7023495Z test_adagrad (__main__.TestOptim) ... ok (3.606s) 2022-12-01T10:24:43.7023751Z test_adagrad_complex (__main__.TestOptim) ... ok (0.006s) 2022-12-01T10:24:43.7023999Z test_adagrad_sparse (__main__.TestOptim) ... ok (13.274s) 2022-12-01T10:24:43.7024316Z test_adam (__main__.TestOptim) ... ok (8.485s) 2022-12-01T10:24:43.7024919Z 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:24:43.7025958Z 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:24:43.7026800Z 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:24:43.7027816Z 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:24:43.7028636Z 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:24:43.7029658Z 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:24:43.7030181Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:24:43.7030511Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-12-01T10:24:43.7030819Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:24:43.7031076Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:24:43.7031328Z test_lbfgs (__main__.TestOptim) ... ok (0.336s) 2022-12-01T10:24:43.7031583Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-12-01T10:24:43.7031842Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:24:43.7032488Z 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:24:43.7033540Z 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:24:43.7034045Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:24:43.7034657Z 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:24:43.7035670Z 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:24:43.7036828Z 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:24:43.7038691Z 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:24:43.7039531Z test_rprop (__main__.TestOptim) ... ok (2.998s) 2022-12-01T10:24:43.7041367Z 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:24:43.7042828Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:24:43.7043304Z ok (7.091s) 2022-12-01T10:24:43.7043653Z test_sgd_complex (__main__.TestOptim) ... ok (0.011s) 2022-12-01T10:24:43.7044088Z test_sgd_sparse (__main__.TestOptim) ... ok (8.416s) 2022-12-01T10:24:43.7044520Z test_sparse_adam (__main__.TestOptim) ... ok (2.384s) 2022-12-01T10:24:43.7045000Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.018s) 2022-12-01T10:24:43.7045502Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.011s) 2022-12-01T10:24:43.7046042Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.011s) 2022-12-01T10:24:43.7046579Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.003s) 2022-12-01T10:24:43.7047075Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.007s) 2022-12-01T10:24:43.7047577Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.058s) 2022-12-01T10:24:43.7048053Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.201s) 2022-12-01T10:24:43.7048490Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.031s) 2022-12-01T10:24:43.7048748Z 2022-12-01T10:24:43.7049188Z ---------------------------------------------------------------------- 2022-12-01T10:24:43.7049613Z Ran 149 tests in 50.387s 2022-12-01T10:24:43.7049812Z 2022-12-01T10:24:43.7049982Z OK (skipped=8) 2022-12-01T10:24:43.7050147Z 2022-12-01T10:24:43.7050295Z Generating XML reports... 2022-12-01T10:24:43.7051089Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201102352.xml 2022-12-01T10:24:43.7052130Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201102352.xml 2022-12-01T10:24:43.7052932Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221201102352.xml 2022-12-01T10:24:43.7053738Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201102352.xml 2022-12-01T10:24:43.7054113Z 2022-12-01T10:24:43.7054731Z ##[endgroup] 2022-12-01T10:24:43.7055387Z FINISHED PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_74jplel6) 2022-12-01T10:24:43.7055740Z 2022-12-01T10:24:45.5455453Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:45.6090343Z Ignoring disabled issues: [] 2022-12-01T10:24:45.6237622Z Running test_jit_llga_fuser ... [2022-12-01 10:24:45.623323] 2022-12-01T10:24:45.6239434Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:45.623611] 2022-12-01T10:24:53.9260119Z 2022-12-01T10:24:53.9260662Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:24:53.9261872Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_f0aa3nkm) 2022-12-01T10:24:53.9262713Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:24:53.9263028Z 2022-12-01T10:24:53.9263149Z Running tests... 2022-12-01T10:24:53.9263641Z ---------------------------------------------------------------------- 2022-12-01T10:24:53.9264148Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.280s) 2022-12-01T10:24:53.9264740Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.121s) 2022-12-01T10:24:53.9265296Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.028s) 2022-12-01T10:24:53.9266098Z test_add (__main__.TestMkldnn) ... ok (0.112s) 2022-12-01T10:24:53.9266566Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:24:53.9267084Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:24:53.9267571Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.017s) 2022-12-01T10:24:53.9268031Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:24:53.9268545Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:24:53.9269038Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.442s) 2022-12-01T10:24:53.9269509Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.370s) 2022-12-01T10:24:53.9270769Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:24:53.9271805Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:24:53.9272295Z ok (0.088s) 2022-12-01T10:24:53.9272707Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.021s) 2022-12-01T10:24:53.9273175Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.009s) 2022-12-01T10:24:53.9273654Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.439s) 2022-12-01T10:24:53.9274128Z test_clone (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9274574Z test_conv1d (__main__.TestMkldnn) ... ok (0.129s) 2022-12-01T10:24:53.9275018Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.058s) 2022-12-01T10:24:53.9275504Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9276233Z test_conv2d (__main__.TestMkldnn) ... ok (0.671s) 2022-12-01T10:24:53.9276687Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.164s) 2022-12-01T10:24:53.9277149Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:24:53.9277809Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.012s) 2022-12-01T10:24:53.9278338Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.706s) 2022-12-01T10:24:53.9278818Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (2.034s) 2022-12-01T10:24:53.9279281Z test_conv3d (__main__.TestMkldnn) ... ok (2.140s) 2022-12-01T10:24:53.9279730Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.388s) 2022-12-01T10:24:53.9280176Z test_conversion (__main__.TestMkldnn) ... ok (0.022s) 2022-12-01T10:24:53.9280631Z test_copy (__main__.TestMkldnn) ... ok (0.015s) 2022-12-01T10:24:53.9281080Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9281510Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9281963Z test_gelu (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9282422Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:24:53.9282869Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9283347Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:24:53.9283838Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:24:53.9284289Z test_linear (__main__.TestMkldnn) ... ok (0.020s) 2022-12-01T10:24:53.9284762Z test_linear_backward (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:24:53.9285246Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:24:53.9285756Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:24:53.9286256Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.097s) 2022-12-01T10:24:53.9286734Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.043s) 2022-12-01T10:24:53.9287237Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:24:53.9287725Z test_max_pool3d (__main__.TestMkldnn) ... ok (17.827s) 2022-12-01T10:24:53.9288204Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (13.916s) 2022-12-01T10:24:53.9288710Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.013s) 2022-12-01T10:24:53.9289216Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.026s) 2022-12-01T10:24:53.9289696Z test_mul (__main__.TestMkldnn) ... ok (0.072s) 2022-12-01T10:24:53.9290142Z test_prelu (__main__.TestMkldnn) ... ok (6.768s) 2022-12-01T10:24:53.9290600Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (3.365s) 2022-12-01T10:24:53.9291036Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:24:53.9291470Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9292176Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9292635Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9293097Z test_repr (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9293553Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9294017Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9294547Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:24:53.9295879Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:24:53.9297016Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:24:53.9298397Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:24:53.9299380Z warnings.warn(msg) 2022-12-01T10:24:53.9299722Z ok (0.346s) 2022-12-01T10:24:53.9300128Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.838s) 2022-12-01T10:24:53.9300708Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:24:53.9301206Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9301667Z test_softmax (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9302105Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:24:53.9302559Z test_transpose (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:24:53.9303044Z test_unsupported (__main__.TestMkldnn) ... ok (0.051s) 2022-12-01T10:24:53.9303502Z test_view (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:24:53.9303927Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:24:53.9304188Z 2022-12-01T10:24:53.9304660Z ---------------------------------------------------------------------- 2022-12-01T10:24:53.9305129Z Ran 67 tests in 53.790s 2022-12-01T10:24:53.9305349Z 2022-12-01T10:24:53.9305450Z OK 2022-12-01T10:24:53.9305624Z 2022-12-01T10:24:53.9305788Z Generating XML reports... 2022-12-01T10:24:53.9306529Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201102359.xml 2022-12-01T10:24:53.9306943Z 2022-12-01T10:24:53.9307435Z ##[endgroup] 2022-12-01T10:24:53.9308127Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_f0aa3nkm) 2022-12-01T10:24:53.9308533Z 2022-12-01T10:24:55.5018463Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:55.5684064Z Ignoring disabled issues: [] 2022-12-01T10:24:55.5827745Z Running test_sparse ... [2022-12-01 10:24:55.582461] 2022-12-01T10:24:55.5830082Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:55.582780] 2022-12-01T10:25:19.1806138Z 2022-12-01T10:25:19.1807463Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:25:19.1865644Z ##[group]PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_mrmu9f8r) 2022-12-01T10:25:19.1866325Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-12-01T10:25:19.1866570Z 2022-12-01T10:25:19.1866668Z Running tests... 2022-12-01T10:25:19.1867116Z ---------------------------------------------------------------------- 2022-12-01T10:25:19.1868758Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:25:19.1869732Z self.assertEqual(None, x1.grad) 2022-12-01T10:25:19.1869983Z ok (0.028s) 2022-12-01T10:25:19.1870520Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:25:19.1871060Z x1 = x1.to(torch.float32) 2022-12-01T10:25:19.1871291Z ok (0.025s) 2022-12-01T10:25:19.1871587Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:25:19.1872179Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-12-01T10:25:19.1872780Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-12-01T10:25:19.1873230Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:25:19.1873818Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:25:19.1874240Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1874718Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1875110Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1875470Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1875849Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1876222Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:25:19.1876555Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1876915Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:25:19.1877283Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:25:19.1877649Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.097s) 2022-12-01T10:25:19.1877994Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.098s) 2022-12-01T10:25:19.1878358Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.101s) 2022-12-01T10:25:19.1878715Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:25:19.1879060Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.101s) 2022-12-01T10:25:19.1879416Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1879779Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:25:19.1880118Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:25:19.1880483Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.254s) 2022-12-01T10:25:19.1880836Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.142s) 2022-12-01T10:25:19.1881239Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1881856Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-12-01T10:25:19.1882601Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-12-01T10:25:19.1883078Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.051s) 2022-12-01T10:25:19.1883429Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.048s) 2022-12-01T10:25:19.1883796Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:25:19.1884268Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1884653Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1884999Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1885358Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:25:19.1885728Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:25:19.1886097Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:25:19.1886990Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... Test test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/89395 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:25:19.1888474Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89395 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:25:19.1889186Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:25:19.1889584Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:25:19.1889964Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1890309Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1890676Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1892113Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1892482Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:25:19.1892873Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1893262Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1893662Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1894040Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:25:19.1894422Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.031s) 2022-12-01T10:25:19.1894807Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1895157Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.064s) 2022-12-01T10:25:19.1895501Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1895841Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1896185Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.070s) 2022-12-01T10:25:19.1896556Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.064s) 2022-12-01T10:25:19.1896919Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1897276Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1897629Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1897992Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1898348Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1898687Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1899041Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1899419Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:25:19.1899808Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:25:19.1900215Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:19.1900634Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1901013Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:25:19.1901375Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:25:19.1901753Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1902134Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1902522Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:25:19.1902897Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:25:19.1903296Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1903709Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1904184Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1904588Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1904990Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1905438Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1905815Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1906203Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.047s) 2022-12-01T10:25:19.1906592Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.045s) 2022-12-01T10:25:19.1906943Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.064s) 2022-12-01T10:25:19.1907305Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.294s) 2022-12-01T10:25:19.1907683Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.182s) 2022-12-01T10:25:19.1908109Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1908564Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.167s) 2022-12-01T10:25:19.1909024Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.470s) 2022-12-01T10:25:19.1909466Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.358s) 2022-12-01T10:25:19.1909893Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.283s) 2022-12-01T10:25:19.1910336Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.203s) 2022-12-01T10:25:19.1910756Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1911166Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.126s) 2022-12-01T10:25:19.1911552Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1911949Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.165s) 2022-12-01T10:25:19.1912327Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1912655Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1912989Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1913340Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1913699Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1914027Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.032s) 2022-12-01T10:25:19.1914380Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-12-01T10:25:19.1914726Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.030s) 2022-12-01T10:25:19.1915049Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.030s) 2022-12-01T10:25:19.1915383Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:25:19.1915722Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:25:19.1916051Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:25:19.1916393Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.521s) 2022-12-01T10:25:19.1916734Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.230s) 2022-12-01T10:25:19.1917065Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:25:19.1917401Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.074s) 2022-12-01T10:25:19.1917757Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.069s) 2022-12-01T10:25:19.1918120Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1918480Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1918839Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:25:19.1919219Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:25:19.1919602Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-12-01T10:25:19.1920074Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1920465Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.042s) 2022-12-01T10:25:19.1920819Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:25:19.1921164Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.497s) 2022-12-01T10:25:19.1921529Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.357s) 2022-12-01T10:25:19.1921883Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:25:19.1922236Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1922619Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1922985Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1923339Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.032s) 2022-12-01T10:25:19.1923682Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-12-01T10:25:19.1924041Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.214s) 2022-12-01T10:25:19.1924477Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:25:19.1924843Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:25:19.1925223Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1925580Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:25:19.1925962Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.356s) 2022-12-01T10:25:19.1926350Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.203s) 2022-12-01T10:25:19.1926911Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1927319Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1927623Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1927936Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1928248Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1928546Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1928812Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1929098Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1929389Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.465s) 2022-12-01T10:25:19.1929663Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1929952Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.105s) 2022-12-01T10:25:19.1930249Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1930551Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1930862Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1931164Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:25:19.1931503Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1931993Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1932404Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:25:19.1932917Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:25:19.1933339Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:25:19.1933727Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1934020Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:25:19.1934329Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1934625Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:25:19.1935015Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.065s) 2022-12-01T10:25:19.1935385Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1935691Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.147s) 2022-12-01T10:25:19.1935988Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.167s) 2022-12-01T10:25:19.1936380Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.062s) 2022-12-01T10:25:19.1936757Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.141s) 2022-12-01T10:25:19.1937056Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.146s) 2022-12-01T10:25:19.1937339Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.122s) 2022-12-01T10:25:19.1937632Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.110s) 2022-12-01T10:25:19.1937918Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.107s) 2022-12-01T10:25:19.1938191Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.105s) 2022-12-01T10:25:19.1938487Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.096s) 2022-12-01T10:25:19.1938777Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1939067Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:25:19.1939356Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.040s) 2022-12-01T10:25:19.1939665Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:25:19.1939957Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1940264Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (2.085s) 2022-12-01T10:25:19.1940574Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1940888Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.364s) 2022-12-01T10:25:19.1941195Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1941494Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.301s) 2022-12-01T10:25:19.1941794Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:25:19.1942160Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.282s) 2022-12-01T10:25:19.1942562Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:25:19.1943060Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:25:19.1943627Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.015s) 2022-12-01T10:25:19.1944184Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:25:19.1944621Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-12-01T10:25:19.1945064Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:25:19.1945550Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:25:19.1945978Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1946463Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1946899Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1947328Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-12-01T10:25:19.1947751Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:25:19.1948876Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... test_sparse.py:3750: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:25:19.1949886Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-12-01T10:25:19.1950269Z ok (0.047s) 2022-12-01T10:25:19.1950657Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.058s) 2022-12-01T10:25:19.1951177Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.058s) 2022-12-01T10:25:19.1951679Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:25:19.1952160Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:25:19.1952649Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1953141Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1953612Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1954102Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1954590Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1955071Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:25:19.1955535Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1956017Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.147s) 2022-12-01T10:25:19.1956499Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.081s) 2022-12-01T10:25:19.1957001Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:19.1957515Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1957984Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:25:19.1958454Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:25:19.1958914Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1959399Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1959867Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1960324Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:25:19.1960788Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:25:19.1961272Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:25:19.1961769Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:25:19.1962246Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:25:19.1962721Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:25:19.1963207Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:25:19.1963675Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.122s) 2022-12-01T10:25:19.1964277Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.110s) 2022-12-01T10:25:19.1964750Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.087s) 2022-12-01T10:25:19.1965212Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:25:19.1965736Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.017s) 2022-12-01T10:25:19.1966212Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.055s) 2022-12-01T10:25:19.1966695Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:25:19.1967160Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.185s) 2022-12-01T10:25:19.1967622Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.171s) 2022-12-01T10:25:19.1968103Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.214s) 2022-12-01T10:25:19.1968460Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.205s) 2022-12-01T10:25:19.1968882Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1969311Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.069s) 2022-12-01T10:25:19.1969740Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1970155Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:25:19.1970579Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1971006Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.122s) 2022-12-01T10:25:19.1971409Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1971993Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:25:19.1972417Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1972834Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1973247Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1973671Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1974098Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1974498Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1974920Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1975339Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1975754Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1976155Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1976579Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1977008Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:25:19.1977417Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1977846Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:25:19.1978275Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1978697Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:25:19.1979109Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1979530Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:25:19.1980079Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1980549Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1981114Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1981599Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1982130Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1982594Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1983075Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1983558Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1984024Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1984510Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1984989Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1985470Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1985946Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1986435Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:25:19.1986983Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1987399Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:25:19.1987821Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1988238Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:25:19.1988652Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1989057Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:25:19.1989478Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1989893Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1990298Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1990715Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1991130Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1991544Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:25:19.1991948Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1992362Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1992775Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1993193Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:25:19.1993597Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1994018Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:25:19.1994436Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1994835Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.1995259Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1995684Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.1996107Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1996518Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:25:19.1996967Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1997385Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:25:19.1997824Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1998242Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:25:19.1998658Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1999074Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:25:19.1999473Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.1999896Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.2000294Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.2000704Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.2001117Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.2001521Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.2001933Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.2002342Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:25:19.2002754Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:25:19.2003153Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:25:19.2003499Z test_basic (__main__.TestSparseMeta) ... ok (0.003s) 2022-12-01T10:25:19.2003874Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:25:19.2004516Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:25:19.2005129Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2005628Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2006114Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2006576Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2007054Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2007524Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2007977Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2008454Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2008929Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2009411Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2009897Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2010382Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2010869Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2011399Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2013944Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2014426Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2014907Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2015487Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2015980Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2016474Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2017037Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2017506Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2017984Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2018455Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2018911Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2019380Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2019846Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2020334Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2020817Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2021309Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2021884Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2022311Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2022738Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2023145Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2023562Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2023962Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2024378Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2024809Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2025343Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2025810Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2026278Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2026747Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2027206Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2027743Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2028339Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2028907Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2029480Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2030048Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2030617Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2031166Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2031725Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2032388Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2032947Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2033573Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2034161Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2034744Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2035325Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2035893Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2036468Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2037047Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2037622Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:25:19.2038103Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2038523Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2038938Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2039349Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2039742Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2040148Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2040559Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2040963Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2041390Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2041935Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2042409Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2042872Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2043345Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2043821Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2044360Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2044845Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2045323Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2045794Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2046254Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2046725Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2047196Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2047722Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2048452Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2049011Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2049515Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2049997Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2050486Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2050971Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2051464Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2052042Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2052545Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2053062Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2053567Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2054059Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2054554Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2055042Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2055532Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2056011Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2056504Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2057011Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2057522Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2058012Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2058522Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2059028Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2059518Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2060026Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2060540Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2061045Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2061534Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2062038Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2062612Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2063119Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2063675Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2064138Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2064566Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2064986Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2065384Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2065798Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2066216Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2066619Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2067039Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2067470Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2067953Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2068361Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2068780Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2069203Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2069608Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2070041Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2070470Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2070889Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2071293Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2071704Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2072112Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:19.2072498Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2072910Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2073320Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2073734Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2074144Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2074563Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2074982Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2075378Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2075789Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2076199Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2076620Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2077029Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2077443Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2077898Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2078300Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2078751Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2079154Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2079562Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2079955Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2080370Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2080792Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2081193Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2081602Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2082006Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2082419Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2082816Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2083279Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2083787Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2084362Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2084856Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2085362Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2085860Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2086351Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2086811Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2087240Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2087662Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2088018Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2088339Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2088660Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2088978Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2089288Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2089601Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2089933Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2090253Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2090585Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2090910Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2091235Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2091695Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2092057Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:19.2092444Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:19.2092753Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2093084Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2093419Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2093751Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2094063Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2094388Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2094707Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2095015Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2095337Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2095656Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2095983Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2096300Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2096632Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2096955Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2097266Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2097586Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2097903Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2098221Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2098580Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2098905Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2099239Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2099560Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2099883Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2100205Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:19.2100526Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2100833Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2101158Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2101476Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2101789Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2102116Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2102445Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2102771Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2103081Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2103400Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2103765Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2104079Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2104434Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2104752Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2105067Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2105367Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2105679Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2105988Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2106338Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2106748Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2107308Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2107793Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2108253Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2108715Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2109176Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2109617Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2110063Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2110519Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2110984Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2111440Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2112068Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2112608Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2113119Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2113638Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2114159Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2114677Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2115178Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2115694Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2116233Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2116771Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2117309Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2117841Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2118368Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2118944Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2119354Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2119750Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2120134Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2120578Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2120981Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2121382Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2121802Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2122200Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2122594Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2122977Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2123427Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2123926Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2124481Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2124952Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2125437Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2125914Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2126375Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2126847Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2127330Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2127786Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2128214Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2128648Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2129079Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2129506Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2129919Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2130337Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2130758Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2131165Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2131579Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2132093Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2132488Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2132870Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2133262Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2133653Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2134031Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2134427Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2134835Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2135236Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2135684Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2136080Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2136524Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2136912Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2137314Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2137716Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2138116Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2138499Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2138890Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2139285Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2139673Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2140127Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2140628Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2141120Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2141598Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2142078Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2142566Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2143048Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2143526Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2144164Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2144730Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2145289Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2145851Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2146408Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2146968Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2147503Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2148050Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2148606Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2149161Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:25:19.2149664Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2150145Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2150704Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2151120Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2151549Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2151961Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2152399Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2152794Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2153214Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2153628Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2154037Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2154432Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2154841Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2155252Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2155643Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2156047Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2156449Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2156845Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2157228Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2157620Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2158018Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2158415Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2158835Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2159249Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2159657Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2160053Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2160469Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2160881Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2161278Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2161683Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2162087Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2162485Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2162867Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2163259Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2163652Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2164025Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2164493Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2164890Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2165276Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2165673Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2166070Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2166506Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2166906Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2167488Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2167955Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2168416Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2168881Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2169339Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2169791Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2170233Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2170684Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2171134Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2171572Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2172152Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2172617Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2173075Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2173516Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2174038Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2174439Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2174822Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2175230Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2175651Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2176192Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2176641Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2177100Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2177563Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2178162Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2178696Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2179231Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2179763Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2180272Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2180792Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2181307Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2181804Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2182318Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2182831Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2183361Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2183893Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2184452Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2184937Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2185328Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2185767Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2186162Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2186559Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2187052Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2187518Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2187992Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2188447Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2188910Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2189371Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2189829Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2190273Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2190726Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2191182Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2191634Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2192106Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2192570Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2193026Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2193472Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2194011Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2194419Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2194795Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2195187Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2195591Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2196002Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2196394Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2196793Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2197196Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2197578Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2197972Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2198371Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2198751Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2199150Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2199555Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2199954Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2200337Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2200725Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2201164Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2201553Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2202018Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2202486Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2203049Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2203551Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2204053Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2204633Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2205143Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2205632Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2206141Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2206662Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2207176Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2207700Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2208215Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2208730Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2209231Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2209828Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2210289Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2210734Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2211176Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2211729Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2212185Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2212617Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2213059Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2213503Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2213943Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2214364Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2214807Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2215259Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2215705Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2216161Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2216606Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2217116Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2217551Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2218049Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2218491Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2218933Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2219388Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2219835Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2220279Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2220710Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2221146Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2221587Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2222032Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2222468Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2222927Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2223375Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2223804Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2224250Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2224691Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2225127Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2225554Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2225999Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2226465Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2226950Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2227418Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2227895Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2228372Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2228827Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2229294Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2229764Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2230231Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2230675Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2231115Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2231556Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2232026Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2232451Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2232923Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2233360Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2233792Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2234241Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2234687Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2235130Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2235559Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2236000Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2236450Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2236899Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2237329Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2237772Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2238213Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2238638Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2239075Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2239519Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2239976Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2240427Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2240882Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2241329Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2241764Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2242204Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2242643Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2243083Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2243512Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2243968Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2244487Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2244944Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2245376Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2245815Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2246253Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2246722Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2247167Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2247647Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2248100Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2248548Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2248986Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2249343Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2249695Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2250042Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2250393Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2250757Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2251106Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2251463Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2251974Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2252327Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2252674Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2253029Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2253386Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2253742Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2254083Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2254433Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2254782Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2255119Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2255464Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2255829Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2256193Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2256545Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2256901Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2257263Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2257622Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2257967Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2258318Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2258778Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2259120Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2259506Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2259851Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2260192Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2260518Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2260863Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2261207Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2261543Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2261899Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2262246Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2262597Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2262930Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2263276Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2263625Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2263983Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2264324Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2264673Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2265034Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2265483Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2266055Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2266557Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2267059Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2267554Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2268071Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2268588Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2269089Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2269595Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2270106Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2270612Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2271240Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2271833Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2272435Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2273035Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2273659Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2274251Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2274914Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2275494Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2276099Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2276694Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2277280Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2277940Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2278378Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2278815Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2279248Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2279665Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2280102Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2280550Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2280997Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2281447Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2281892Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2282338Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2282766Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2283208Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2283646Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2284071Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2284587Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2285044Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2285494Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2285924Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2286363Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2286803Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2287238Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2287657Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2288099Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2288548Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2288990Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2289476Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2289925Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2290398Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2290824Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2291262Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2291795Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2292222Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2292670Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2293130Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2293581Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2294016Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2294459Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2294897Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2295334Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2295754Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2296192Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2296637Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2297072Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2297517Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:19.2297960Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2298403Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2298826Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2299269Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2299776Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2300338Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2300881Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2301443Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2302025Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2302577Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2303117Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2303669Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2304224Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:19.2304670Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:19.2305140Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:19.2305600Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2306070Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:19.2306568Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2307118Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2307610Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:19.2308369Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2309054Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2309748Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2310430Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2311116Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2311794Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2312346Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2312908Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2313405Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:19.2313831Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:19.2314272Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:19.2314782Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2315334Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2315812Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:19.2316449Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:25:19.2317004Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2317552Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2318090Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2318641Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2319230Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2319786Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2320357Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2320620Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2337880Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2338296Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:25:19.2338518Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:19.2338745Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2338945Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2339163Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2339372Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2339577Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2339781Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2339985Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2340192Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2340398Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2340601Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2340821Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2341030Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2341240Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2341445Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2341654Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2341856Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2342059Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2342266Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2342466Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2342683Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2342889Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2343097Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2343304Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2343507Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2343705Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2344064Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2344270Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2344537Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2344752Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2344960Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2345172Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2345379Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2345581Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2345789Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2345991Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2346180Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2346387Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2346593Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2346795Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2346997Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2347212Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2347415Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2347620Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2347836Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2348037Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2348243Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2348449Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2348650Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2348852Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2349050Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2349253Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2349454Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2349673Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2349904Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2350127Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2350344Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2350564Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2350779Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2351022Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2351252Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2351502Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2351696Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2351901Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2352105Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2352308Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2352509Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2352710Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2352913Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2353123Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2353336Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2353529Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2353731Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2353934Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2354137Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2354339Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2354552Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2354757Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2354965Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2355156Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2355356Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2355561Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2355763Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2355979Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2356195Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2356404Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2356612Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2356815Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2357005Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2357205Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2357410Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2357611Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2357829Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2358074Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2358285Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2358528Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2358717Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2358922Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2359126Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2359331Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2359535Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2359753Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2359970Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2360188Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2360398Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2360597Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2360806Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2361014Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2361227Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2361445Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2361652Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2361863Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2362072Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2362267Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2362478Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2362688Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2362898Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2363103Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2363311Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2363514Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2363722Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2363936Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2364224Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2364440Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2364653Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2364869Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2365119Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2365332Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2365596Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2365806Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2366020Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2366210Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2366416Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2366618Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2366823Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2367024Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2367232Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2367434Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2367644Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2367838Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2368044Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2368247Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2368451Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2368660Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2368863Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2369076Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2369288Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2369491Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2369679Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2369879Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2370081Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2370284Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2370488Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2370693Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2370901Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2371113Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2371302Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2371505Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2371824Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2372026Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2372287Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2372501Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2372754Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2372964Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2373173Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2373363Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2373570Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2373777Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2373986Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2374189Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2374398Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2374604Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2374805Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2374991Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2375190Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2375392Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2375592Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2375807Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2376021Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2376231Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2376439Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2376642Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2376831Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2377034Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2377232Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2377434Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2377644Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2377856Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2378062Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2378263Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2378463Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2378651Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2378850Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2379081Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2379282Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2379494Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2379737Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2379946Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2380149Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2380339Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2380538Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2380741Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2380943Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2381141Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2381357Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2381567Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2381777Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2381979Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2382168Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2382369Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2382572Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2382774Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2382977Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2383187Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2383396Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2383603Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2383795Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2384001Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2384204Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2384410Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2384621Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2384825Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2385029Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2385231Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2385432Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2385615Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2385812Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2386010Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2386248Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2386461Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2386700Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2386899Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2387097Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2387285Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2387486Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2387687Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2387892Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2388089Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2388298Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2388502Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2388703Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2388890Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2389087Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2389285Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2389480Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2389679Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2389879Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2390092Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2390301Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2390506Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2390694Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2390896Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2391092Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2391289Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2391489Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2391690Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2391895Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2392096Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2392278Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2392475Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2392674Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2392873Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2393101Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2393314Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2393555Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2393754Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2393956Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2394138Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2394333Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2394528Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2394728Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2394927Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2395155Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2395381Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2395601Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2395803Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2396018Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2396231Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2396444Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2396664Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2396877Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2397083Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2397280Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2397478Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2397656Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2397848Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2398042Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2398233Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2398437Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2398640Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2398840Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2399039Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2399225Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2399425Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2399622Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2399822Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2400023Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2400254Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2400451Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2400679Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2400880Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2401065Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2401273Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2401479Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2401680Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2401885Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2402085Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2402284Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2402480Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2402669Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2402866Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2403077Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2403286Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2403489Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2403693Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2403894Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2404094Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2404347Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2404547Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2404746Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2404954Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2405164Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2405368Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2405576Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2405784Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2405989Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2406178Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2406384Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2406594Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2406795Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2406999Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2407236Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2407442Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2407678Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2407869Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2408074Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2408273Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2408473Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2408669Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2408871Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409074Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409286Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409507Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409660Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409819Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2409976Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410137Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410293Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410456Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410616Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410774Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2410914Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411071Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411225Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411377Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411531Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411788Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2411950Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412112Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412270Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412413Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412570Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412726Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2412881Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2413179Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2413341Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2413561Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2413718Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2413946Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414102Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414253Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414407Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414557Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414718Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2414876Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415033Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415176Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415332Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415485Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415639Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415802Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2415963Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416122Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416282Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416438Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416584Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416741Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2416900Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417058Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417217Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417370Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417523Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417674Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417807Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2417964Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418113Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418276Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418442Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418601Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418759Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2418917Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419100Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419244Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419427Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419582Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419746Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2419909Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420066Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420226Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420381Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420520Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420669Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420825Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2420980Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421141Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421299Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421457Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421613Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421767Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2421903Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422052Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422206Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422359Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422523Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422687Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422845Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2422999Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423143Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423297Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423451Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423604Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423755Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2423914Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424076Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424232Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424374Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424552Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424710Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424893Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:19.2424906Z 2022-12-01T10:25:19.2425199Z ---------------------------------------------------------------------- 2022-12-01T10:25:19.2425281Z Ran 1409 tests in 21.098s 2022-12-01T10:25:19.2425287Z 2022-12-01T10:25:19.2425361Z OK (skipped=137) 2022-12-01T10:25:19.2425366Z 2022-12-01T10:25:19.2425453Z Generating XML reports... 2022-12-01T10:25:19.2425754Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201102457.xml 2022-12-01T10:25:19.2426077Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201102457.xml 2022-12-01T10:25:19.2426356Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201102457.xml 2022-12-01T10:25:19.2426663Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201102457.xml 2022-12-01T10:25:19.2426948Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201102457.xml 2022-12-01T10:25:19.2426953Z 2022-12-01T10:25:19.2427305Z ##[endgroup] 2022-12-01T10:25:19.2427581Z FINISHED PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_mrmu9f8r) 2022-12-01T10:25:19.2427586Z 2022-12-01T10:25:20.7648875Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:20.8333825Z Ignoring disabled issues: [] 2022-12-01T10:25:20.8517696Z Running test_serialization ... [2022-12-01 10:25:20.851355] 2022-12-01T10:25:20.8519330Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:20.851625] 2022-12-01T10:25:30.3899714Z 2022-12-01T10:25:30.3900314Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:25:30.3901397Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_sk3rzp01) 2022-12-01T10:25:30.3901950Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:25:30.3902143Z 2022-12-01T10:25:30.3902217Z Running tests... 2022-12-01T10:25:30.3902530Z ---------------------------------------------------------------------- 2022-12-01T10:25:30.3902843Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (0.297s) 2022-12-01T10:25:30.3903149Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.024s) 2022-12-01T10:25:30.3903429Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.031s) 2022-12-01T10:25:30.3903692Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.031s) 2022-12-01T10:25:30.3903974Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.110s) 2022-12-01T10:25:30.3904256Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.121s) 2022-12-01T10:25:30.3904534Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.184s) 2022-12-01T10:25:30.3904828Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.041s) 2022-12-01T10:25:30.3905928Z 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:25:30.3906589Z argument_names, 2022-12-01T10:25:30.3906762Z ok (0.029s) 2022-12-01T10:25:30.3907126Z test_vision_alexnet (__main__.TestModel) ... ok (0.811s) 2022-12-01T10:25:30.3907388Z test_vision_densenet121 (__main__.TestModel) ... ok (4.221s) 2022-12-01T10:25:30.3908228Z 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:25:30.3908814Z FutureWarning, 2022-12-01T10:25:30.3908986Z ok (2.021s) 2022-12-01T10:25:30.3909187Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.307s) 2022-12-01T10:25:30.3909448Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.370s) 2022-12-01T10:25:30.3909707Z test_vision_resnet50 (__main__.TestModel) ... ok (1.736s) 2022-12-01T10:25:30.3909960Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (5.162s) 2022-12-01T10:25:30.3910230Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.930s) 2022-12-01T10:25:30.3910502Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.707s) 2022-12-01T10:25:30.3910762Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.667s) 2022-12-01T10:25:30.3911017Z test_vision_vgg16 (__main__.TestModel) ... ok (4.129s) 2022-12-01T10:25:30.3911274Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (3.208s) 2022-12-01T10:25:30.3911503Z test_add (__main__.TestOp) ... ok (0.081s) 2022-12-01T10:25:30.3911735Z test_add_scalar (__main__.TestOp) ... ok (0.011s) 2022-12-01T10:25:30.3911966Z test_addmm (__main__.TestOp) ... ok (0.011s) 2022-12-01T10:25:30.3912198Z test_avg_pool2d (__main__.TestOp) ... ok (2.362s) 2022-12-01T10:25:30.3912417Z test_bn2d (__main__.TestOp) ... ok (0.012s) 2022-12-01T10:25:30.3912636Z test_cat (__main__.TestOp) ... ok (0.111s) 2022-12-01T10:25:30.3912861Z test_conv2d (__main__.TestOp) ... ok (8.550s) 2022-12-01T10:25:30.3913078Z test_eltwise (__main__.TestOp) ... ok (0.024s) 2022-12-01T10:25:30.3913319Z test_identity_binary (__main__.TestOp) ... ok (0.007s) 2022-12-01T10:25:30.3913559Z test_layer_norm (__main__.TestOp) ... ok (0.016s) 2022-12-01T10:25:30.3913782Z test_linear (__main__.TestOp) ... ok (0.118s) 2022-12-01T10:25:30.3914012Z test_max_pool2d (__main__.TestOp) ... ok (1.428s) 2022-12-01T10:25:30.3914241Z test_mul (__main__.TestOp) ... ok (0.071s) 2022-12-01T10:25:30.3914456Z test_softmax (__main__.TestOp) ... ok (0.069s) 2022-12-01T10:25:30.3914687Z test_typecheck (__main__.TestOp) ... ok (0.012s) 2022-12-01T10:25:30.3914943Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.010s) 2022-12-01T10:25:30.3915101Z 2022-12-01T10:25:30.3915306Z ---------------------------------------------------------------------- 2022-12-01T10:25:30.3915539Z Ran 37 tests in 42.033s 2022-12-01T10:25:30.3915652Z 2022-12-01T10:25:30.3915717Z OK 2022-12-01T10:25:30.3915810Z 2022-12-01T10:25:30.3915895Z Generating XML reports... 2022-12-01T10:25:30.3916338Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102446.xml 2022-12-01T10:25:30.3916901Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102446.xml 2022-12-01T10:25:30.3917404Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102446.xml 2022-12-01T10:25:30.3917874Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102446.xml 2022-12-01T10:25:30.3918083Z 2022-12-01T10:25:30.3918324Z ##[endgroup] 2022-12-01T10:25:30.3918718Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_sk3rzp01) 2022-12-01T10:25:30.3918938Z 2022-12-01T10:25:32.2340354Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:32.3372078Z Ignoring disabled issues: [] 2022-12-01T10:25:32.3727912Z Running test_view_ops ... [2022-12-01 10:25:32.372411] 2022-12-01T10:25:32.3729698Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:32.372697] 2022-12-01T10:25:49.4231237Z 2022-12-01T10:25:49.4231722Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:25:49.4232668Z ##[group]PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_41hum1ym) 2022-12-01T10:25:49.4233421Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-12-01T10:25:49.4233656Z 2022-12-01T10:25:49.4233756Z Running tests... 2022-12-01T10:25:49.4234185Z ---------------------------------------------------------------------- 2022-12-01T10:25:49.4237522Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3281.) 2022-12-01T10:25:49.4238901Z t1 = a.T 2022-12-01T10:25:49.4252770Z ok (0.003s) 2022-12-01T10:25:49.4253304Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.246s) 2022-12-01T10:25:49.4253879Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.244s) 2022-12-01T10:25:49.4254449Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.225s) 2022-12-01T10:25:49.4254939Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.208s) 2022-12-01T10:25:49.4255387Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.202s) 2022-12-01T10:25:49.4255751Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-12-01T10:25:49.4256043Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-12-01T10:25:49.4256325Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.089s) 2022-12-01T10:25:49.4256729Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.099s) 2022-12-01T10:25:49.4257223Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-12-01T10:25:49.4257738Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-12-01T10:25:49.4258093Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4258389Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:25:49.4258696Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4259993Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:25:49.4260820Z return torch.as_tensor(tensor_like) 2022-12-01T10:25:49.4261053Z ok (0.039s) 2022-12-01T10:25:49.4261304Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-12-01T10:25:49.4261606Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-12-01T10:25:49.4261958Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-12-01T10:25:49.4262272Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-12-01T10:25:49.4262627Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-12-01T10:25:49.4262912Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4263402Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4263704Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-12-01T10:25:49.4264096Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4264393Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4264673Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:25:49.4265013Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:25:49.4265299Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4265965Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:25:49.4330071Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:25:49.4330473Z ok (0.001s) 2022-12-01T10:25:49.4330862Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4331378Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-12-01T10:25:49.4331983Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:25:49.4332509Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4333055Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4333539Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4334018Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:25:49.4334494Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4334957Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:25:49.4335395Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4335736Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4336047Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4336371Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4336963Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4337580Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4338108Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4338712Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4339287Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4339593Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4339993Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4340552Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4341104Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4341623Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4342206Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4342757Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4343266Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:25:49.4343853Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4344312Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:25:49.4344792Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4345460Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-12-01T10:25:49.4346044Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.220s) 2022-12-01T10:25:49.4346656Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.227s) 2022-12-01T10:25:49.4347268Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.203s) 2022-12-01T10:25:49.4347849Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.203s) 2022-12-01T10:25:49.4348446Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.194s) 2022-12-01T10:25:49.4349041Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-12-01T10:25:49.4349633Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.164s) 2022-12-01T10:25:49.4350203Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.158s) 2022-12-01T10:25:49.4350802Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-12-01T10:25:49.4351392Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.167s) 2022-12-01T10:25:49.4351969Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.567s) 2022-12-01T10:25:49.4352568Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.718s) 2022-12-01T10:25:49.4353190Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.739s) 2022-12-01T10:25:49.4353804Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.691s) 2022-12-01T10:25:49.4354392Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.691s) 2022-12-01T10:25:49.4354997Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.661s) 2022-12-01T10:25:49.4355588Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.565s) 2022-12-01T10:25:49.4356164Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.568s) 2022-12-01T10:25:49.4356756Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.546s) 2022-12-01T10:25:49.4357348Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.567s) 2022-12-01T10:25:49.4357942Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.567s) 2022-12-01T10:25:49.4358524Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:25:49.4359123Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-12-01T10:25:49.4359717Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-12-01T10:25:49.4360300Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-12-01T10:25:49.4360905Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-12-01T10:25:49.4361493Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4362073Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4362617Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4363182Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4363759Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4364387Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:25:49.4364948Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4365588Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4366142Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4366678Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4367281Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4367833Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4368368Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4368943Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:25:49.4369538Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4370115Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:25:49.4370722Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:25:49.4371322Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4372002Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4372573Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4373152Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4373730Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4374286Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4374863Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4375440Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:25:49.4375990Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4376533Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4377074Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-12-01T10:25:49.4377587Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4378080Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4378625Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4379204Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4379768Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.086s) 2022-12-01T10:25:49.4380312Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4380850Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4381360Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4381918Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4382493Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4383168Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:25:49.4383817Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4384358Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4384910Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4385442Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4385955Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4386458Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4386975Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4387602Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4388109Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4388682Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4389197Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4389794Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4390331Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4390868Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4391394Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4391903Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4392419Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4392946Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4393454Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4393993Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4394566Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4395129Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4395667Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4396225Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4396772Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4397299Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4397839Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4398397Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4398923Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:25:49.4399408Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4399922Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4400461Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4401003Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4401552Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4402081Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4402600Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4403089Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4403645Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4404298Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4404879Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4405487Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4406082Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4406663Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4407229Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4407807Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4408383Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4409014Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4409597Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4410178Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4410805Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4493853Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4494462Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4495024Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4495586Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4496114Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4496663Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4497178Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4497719Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4498221Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4498775Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4499352Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4499902Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:25:49.4500515Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4501003Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4501454Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4501910Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4502398Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4502884Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4503338Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:25:49.4503799Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4504289Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4504760Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4505252Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4505761Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.029s) 2022-12-01T10:25:49.4506200Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4507461Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:25:49.4508360Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-12-01T10:25:49.4508646Z ok (0.002s) 2022-12-01T10:25:49.4508882Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4509307Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4509595Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4509864Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4510132Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.185s) 2022-12-01T10:25:49.4510424Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.208s) 2022-12-01T10:25:49.4510877Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.171s) 2022-12-01T10:25:49.4511181Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.189s) 2022-12-01T10:25:49.4511514Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.190s) 2022-12-01T10:25:49.4511807Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.172s) 2022-12-01T10:25:49.4512093Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.187s) 2022-12-01T10:25:49.4512363Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.187s) 2022-12-01T10:25:49.4512642Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.168s) 2022-12-01T10:25:49.4512925Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.185s) 2022-12-01T10:25:49.4513209Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.185s) 2022-12-01T10:25:49.4513496Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.096s) 2022-12-01T10:25:49.4513816Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.141s) 2022-12-01T10:25:49.4514131Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4514440Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-12-01T10:25:49.4514756Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.095s) 2022-12-01T10:25:49.4515068Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.064s) 2022-12-01T10:25:49.4515375Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-12-01T10:25:49.4515667Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.094s) 2022-12-01T10:25:49.4515975Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.063s) 2022-12-01T10:25:49.4516285Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-12-01T10:25:49.4516581Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.141s) 2022-12-01T10:25:49.4516887Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.141s) 2022-12-01T10:25:49.4517196Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:25:49.4517496Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4517788Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4518094Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4518395Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4518680Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4518970Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4519268Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4519564Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4519848Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4520140Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4520436Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4520724Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4521022Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4521324Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4521631Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4521919Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4522249Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4522549Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4522865Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4523156Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4523446Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4523739Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4524020Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4524420Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4524715Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4525006Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4525312Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4525616Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4525986Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4526280Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4526561Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4526849Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4527141Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4527430Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4527708Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4528007Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4528303Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4528594Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4528901Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4529201Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4529497Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4529778Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4530067Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4530358Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4530640Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4530934Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4531228Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4531510Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:25:49.4531909Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.081s) 2022-12-01T10:25:49.4532408Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:25:49.4532988Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4533491Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.039s) 2022-12-01T10:25:49.4533945Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4534477Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4535007Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4535384Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:25:49.4535946Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:25:49.4536529Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:25:49.4537505Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4538454Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4539087Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4539617Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4540130Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4540641Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4541164Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4541654Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4542163Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4542671Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4543197Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4543934Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4544796Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4545144Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4545417Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-12-01T10:25:49.4545697Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4546131Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4546615Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4547081Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:25:49.4547576Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4548077Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4548579Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4549059Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4549556Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4550051Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4550537Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4551011Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4551500Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4551903Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.102s) 2022-12-01T10:25:49.4552185Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:25:49.4552499Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-12-01T10:25:49.4552943Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:25:49.4553440Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:25:49.4553769Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4554201Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4554535Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-12-01T10:25:49.4554813Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4555258Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4555778Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4556306Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4556836Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4557345Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4557858Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4558373Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4558876Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4559373Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4559882Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4560393Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4560902Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4561403Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4561910Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4562436Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4562961Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4563465Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4563976Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4564589Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4565140Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4565670Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4566178Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4566686Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4567194Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4567596Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:25:49.4567947Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4568234Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4568512Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4568773Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4569114Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-12-01T10:25:49.4569434Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-12-01T10:25:49.4569696Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:25:49.4570113Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4570448Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4570730Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4571026Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:25:49.4571459Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:25:49.4572088Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4572577Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4573078Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4573409Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:25:49.4573683Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:25:49.4573948Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:25:49.4574383Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4574887Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4575378Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4575884Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4576373Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4576865Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4577334Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4577891Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4578373Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4578902Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4579370Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:25:49.4579997Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4580624Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4581155Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4581673Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4582200Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4582723Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4583237Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4583735Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4584255Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4584774Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4585290Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4585791Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4586296Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4586798Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4587308Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4587810Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4588317Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4588824Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4589325Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4589811Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4590309Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4590800Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4591349Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4591831Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4592362Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4592865Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4593371Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4593868Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4594376Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4594885Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4595389Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4595874Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4596372Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4596861Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4597360Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4597884Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4598366Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4598864Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4599368Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4599876Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4600367Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4600866Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4601360Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4601862Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4602340Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4602831Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4603319Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4603807Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4604458Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4604961Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4605493Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4606001Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4606498Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4606997Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4607498Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4607998Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4608480Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4608975Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4609465Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4609956Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:25:49.4610275Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:25:49.4610431Z 2022-12-01T10:25:49.4610633Z ---------------------------------------------------------------------- 2022-12-01T10:25:49.4610884Z Ran 439 tests in 15.541s 2022-12-01T10:25:49.4611000Z 2022-12-01T10:25:49.4611061Z OK (skipped=123) 2022-12-01T10:25:49.4611172Z 2022-12-01T10:25:49.4611260Z Generating XML reports... 2022-12-01T10:25:49.4611805Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201102533.xml 2022-12-01T10:25:49.4612319Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201102533.xml 2022-12-01T10:25:49.4612807Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201102533.xml 2022-12-01T10:25:49.4613030Z 2022-12-01T10:25:49.4613387Z ##[endgroup] 2022-12-01T10:25:49.4613758Z FINISHED PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_41hum1ym) 2022-12-01T10:25:49.4613964Z 2022-12-01T10:25:50.9645290Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:51.0262157Z Ignoring disabled issues: [] 2022-12-01T10:25:51.0409642Z Running test_jit_autocast ... [2022-12-01 10:25:51.040723] 2022-12-01T10:25:51.0412777Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:51.041045] 2022-12-01T10:25:55.9010347Z 2022-12-01T10:25:55.9011372Z Expand the folded group to see the log file of test_serialization 2022-12-01T10:25:55.9012757Z ##[group]PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_be_b5jdh) 2022-12-01T10:25:55.9013635Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-12-01T10:25:55.9014053Z 2022-12-01T10:25:55.9014170Z Running tests... 2022-12-01T10:25:55.9014695Z ---------------------------------------------------------------------- 2022-12-01T10:25:55.9015297Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.060s) 2022-12-01T10:25:55.9016208Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... ok (0.057s) 2022-12-01T10:25:55.9016774Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9017374Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9017916Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.031s) 2022-12-01T10:25:55.9018423Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9018949Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9019516Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.138s) 2022-12-01T10:25:55.9020048Z test_serialization (__main__.TestOldSerialization) ... ok (0.017s) 2022-12-01T10:25:55.9020563Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.112s) 2022-12-01T10:25:55.9021123Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.011s) 2022-12-01T10:25:55.9021669Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.008s) 2022-12-01T10:25:55.9022195Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.008s) 2022-12-01T10:25:55.9022817Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:25:55.9023503Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:25:55.9024138Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9024640Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.010s) 2022-12-01T10:25:55.9025219Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9025821Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9026400Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.376s) 2022-12-01T10:25:55.9026948Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9027488Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.011s) 2022-12-01T10:25:55.9029023Z 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:25:55.9030005Z test_serialization_offset (__main__.TestOldSerialization) ... ok (9.585s) 2022-12-01T10:25:55.9030571Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (7.173s) 2022-12-01T10:25:55.9031217Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (7.077s) 2022-12-01T10:25:55.9031802Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9032327Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.018s) 2022-12-01T10:25:55.9032856Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:25:55.9033388Z test_serialization_sparse (__main__.TestOldSerialization) ... ok (0.016s) 2022-12-01T10:25:55.9034459Z 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:25:55.9035359Z x = x.to_sparse_csr() 2022-12-01T10:25:55.9035648Z ok (0.003s) 2022-12-01T10:25:55.9036197Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:25:55.9036764Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.018s) 2022-12-01T10:25:55.9037394Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9037919Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.005s) 2022-12-01T10:25:55.9038447Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9038941Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9039421Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9039984Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:25:55.9040495Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9041017Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9041575Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9042149Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.007s) 2022-12-01T10:25:55.9042732Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.007s) 2022-12-01T10:25:55.9043256Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9043793Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.154s) 2022-12-01T10:25:55.9044395Z test_serialization (__main__.TestSerialization) ... ok (0.017s) 2022-12-01T10:25:55.9044868Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (7.764s) 2022-12-01T10:25:55.9045397Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.012s) 2022-12-01T10:25:55.9045977Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.011s) 2022-12-01T10:25:55.9046618Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:25:55.9047283Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-12-01T10:25:55.9047888Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9048389Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.008s) 2022-12-01T10:25:55.9048944Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9049499Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9050059Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.473s) 2022-12-01T10:25:55.9050601Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9051108Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.020s) 2022-12-01T10:25:55.9051863Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.025s) 2022-12-01T10:25:55.9052403Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:25:55.9052914Z test_serialization_safe (__main__.TestSerialization) ... ok (0.023s) 2022-12-01T10:25:55.9053398Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9053914Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.019s) 2022-12-01T10:25:55.9054451Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:25:55.9054967Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:25:55.9055489Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.017s) 2022-12-01T10:25:55.9056203Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9057584Z 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:25:55.9058464Z " silence this warning)", UserWarning) 2022-12-01T10:25:55.9058813Z ok (0.016s) 2022-12-01T10:25:55.9059229Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:25:55.9059769Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.032s) 2022-12-01T10:25:55.9060345Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.035s) 2022-12-01T10:25:55.9060864Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9061376Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-12-01T10:25:55.9061752Z ok (0.003s) 2022-12-01T10:25:55.9062216Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9062827Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:25:55.9063400Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9063964Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9064534Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9065139Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:25:55.9065470Z 2022-12-01T10:25:55.9065828Z ---------------------------------------------------------------------- 2022-12-01T10:25:55.9066234Z Ran 80 tests in 33.465s 2022-12-01T10:25:55.9066443Z 2022-12-01T10:25:55.9066582Z OK (skipped=5) 2022-12-01T10:25:55.9066754Z 2022-12-01T10:25:55.9066879Z Generating XML reports... 2022-12-01T10:25:55.9067612Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201102522.xml 2022-12-01T10:25:55.9068567Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201102522.xml 2022-12-01T10:25:55.9069452Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201102522.xml 2022-12-01T10:25:55.9070356Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201102522.xml 2022-12-01T10:25:55.9070782Z 2022-12-01T10:25:55.9071255Z ##[endgroup] 2022-12-01T10:25:55.9071920Z FINISHED PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_be_b5jdh) 2022-12-01T10:25:55.9072300Z 2022-12-01T10:25:57.8368818Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:57.9010817Z Ignoring disabled issues: [] 2022-12-01T10:25:57.9159992Z Running test_type_promotion ... [2022-12-01 10:25:57.915480] 2022-12-01T10:25:57.9161508Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:57.915792] 2022-12-01T10:26:06.9043573Z 2022-12-01T10:26:06.9044018Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:26:06.9044917Z ##[group]PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_o5tcafgn) 2022-12-01T10:26:06.9045600Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-12-01T10:26:06.9045935Z CUDA not available, skipping tests 2022-12-01T10:26:06.9046375Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:26:06.9046607Z 2022-12-01T10:26:06.9046702Z Running tests... 2022-12-01T10:26:06.9047308Z ---------------------------------------------------------------------- 2022-12-01T10:26:06.9047696Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9048227Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:26:06.9048673Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9049088Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-12-01T10:26:06.9049526Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9049930Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9050286Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9050662Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9051064Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9051456Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9052019Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-12-01T10:26:06.9052437Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9052818Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9053178Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9053550Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9053920Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9054284Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9054641Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9055028Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9055428Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9055782Z test_ignore_amp (__main__.TestAutocast) ... ok (0.014s) 2022-12-01T10:26:06.9056151Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9056521Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9056881Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.059s) 2022-12-01T10:26:06.9057251Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9057655Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9058060Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9058451Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9058859Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9059272Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:26:06.9059746Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9060083Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9060438Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9060798Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9061153Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9061528Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9061899Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9062374Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:26:06.9062776Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9063216Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:06.9063641Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9064109Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:26:06.9064537Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9064909Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9065387Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:26:06.9065863Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.592s) 2022-12-01T10:26:06.9067076Z 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:26:06.9067802Z warnings.warn(msg, FutureWarning) 2022-12-01T10:26:06.9068055Z ok (5.040s) 2022-12-01T10:26:06.9068369Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (4.321s) 2022-12-01T10:26:06.9068758Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.063s) 2022-12-01T10:26:06.9069171Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:06.9069599Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.074s) 2022-12-01T10:26:06.9069988Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.067s) 2022-12-01T10:26:06.9070205Z 2022-12-01T10:26:06.9070472Z ---------------------------------------------------------------------- 2022-12-01T10:26:06.9070782Z Ran 52 tests in 13.261s 2022-12-01T10:26:06.9070930Z 2022-12-01T10:26:06.9071021Z OK (skipped=44) 2022-12-01T10:26:06.9071148Z 2022-12-01T10:26:06.9071257Z Generating XML reports... 2022-12-01T10:26:06.9071779Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201102553.xml 2022-12-01T10:26:06.9072454Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201102553.xml 2022-12-01T10:26:06.9072762Z 2022-12-01T10:26:06.9073066Z ##[endgroup] 2022-12-01T10:26:06.9073576Z FINISHED PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_o5tcafgn) 2022-12-01T10:26:06.9073856Z 2022-12-01T10:26:08.4379634Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:08.4992229Z Ignoring disabled issues: [] 2022-12-01T10:26:08.5142119Z Running test_xnnpack_integration ... [2022-12-01 10:26:08.513679] 2022-12-01T10:26:08.5142889Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:08.513972] 2022-12-01T10:26:13.6340646Z 2022-12-01T10:26:13.6345205Z Expand the folded group to see the log file of test_type_promotion 2022-12-01T10:26:13.6349850Z ##[group]PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_jen24ovu) 2022-12-01T10:26:13.6362078Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-12-01T10:26:13.6362337Z 2022-12-01T10:26:13.6362433Z Running tests... 2022-12-01T10:26:13.6362845Z ---------------------------------------------------------------------- 2022-12-01T10:26:13.6363442Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6363844Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-12-01T10:26:13.6364388Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:26:13.6364784Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6365247Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-12-01T10:26:13.6365709Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-12-01T10:26:13.6366065Z Consider using one of the following signatures instead: 2022-12-01T10:26:13.6366548Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1420.) 2022-12-01T10:26:13.6367002Z torch.tensor(True, device=device), True), 2022-12-01T10:26:13.6367260Z ok (0.018s) 2022-12-01T10:26:13.6367543Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6367941Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.049s) 2022-12-01T10:26:13.6368364Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (2.692s) 2022-12-01T10:26:13.6368798Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:26:13.6369233Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6369684Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6370137Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:26:13.6370581Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6371030Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6371562Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:26:13.6372284Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6372825Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6387225Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6387915Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6388493Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6389044Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6389629Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6390243Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6390859Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6391424Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6391980Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6392583Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6393154Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6393709Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6394483Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6395115Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6395833Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6396481Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6397122Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6397777Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6398412Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6399057Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6411483Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6412226Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6412806Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6413383Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6413965Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6414555Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6415123Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6415703Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6416296Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6416873Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6417467Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:26:13.6418047Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:26:13.6418631Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6419205Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6419755Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6420336Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6420899Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:26:13.6421442Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:26:13.6422067Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6422698Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6430888Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6431470Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6432132Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6432838Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6433584Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6434208Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6434875Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6435512Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6436172Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6436785Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6437386Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6437996Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6438493Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:26:13.6439023Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6439669Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:26:13.6440309Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.362s) 2022-12-01T10:26:13.6441682Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:26:13.6442501Z v = torch.tensor([2], dtype=dt2, device=device) 2022-12-01T10:26:13.6442865Z ok (1.175s) 2022-12-01T10:26:13.6443300Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6443855Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-12-01T10:26:13.6444500Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6445128Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6445693Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:26:13.6446190Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6446768Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6447294Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6447827Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6448275Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6448743Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6449267Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.025s) 2022-12-01T10:26:13.6449865Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6450467Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6451077Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:26:13.6451843Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:26:13.6452455Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.025s) 2022-12-01T10:26:13.6453053Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:26:13.6453651Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:26:13.6454270Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-12-01T10:26:13.6454791Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6455369Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6455887Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-12-01T10:26:13.6456458Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.028s) 2022-12-01T10:26:13.6457030Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-12-01T10:26:13.6457515Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-12-01T10:26:13.6458032Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:26:13.6458585Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6459134Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6459608Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6460127Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6460671Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:26:13.6461210Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.030s) 2022-12-01T10:26:13.6461735Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6462276Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6462830Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:26:13.6463340Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:26:13.6463889Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:26:13.6464464Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:26:13.6465387Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:26:13.6465978Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6466555Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.825s) 2022-12-01T10:26:13.6467092Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:26:13.6467602Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6468144Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6468699Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6469283Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6469903Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6470541Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6471120Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6471748Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6472373Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6473002Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6473581Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6474309Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6474956Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6475708Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6476419Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6477047Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6477630Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6478163Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6478779Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6479355Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6479951Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6480583Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6481154Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6481782Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6482467Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6483151Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6483700Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6484367Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6484863Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6485369Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6485875Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6486358Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6486857Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6487364Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6487849Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6488372Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6489008Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6489622Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6490209Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6490818Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6491492Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6492241Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6492932Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6493593Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6494259Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6494920Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6495582Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6496225Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6496844Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6497441Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6498120Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6498802Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6499478Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:26:13.6500058Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6500633Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6501249Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6501921Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6502589Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6503277Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6503970Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6504645Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6505265Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6505893Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6506540Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6507200Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6507790Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6508446Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6509124Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6509772Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6510452Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6511269Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6511941Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6512635Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6513209Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6513818Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6514472Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6515116Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6515750Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6516342Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:26:13.6533369Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6534140Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:26:13.6534791Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6535422Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6536002Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6536535Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6537097Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6537666Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6538272Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6538907Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6539570Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6540813Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6541703Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6542586Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6543451Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6544320Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6545155Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6546003Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6546842Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6547705Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6548539Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6549490Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6550152Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6550884Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6551605Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6552335Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6553180Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6554014Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6554873Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6555610Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6556450Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6557011Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6558344Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6559177Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6560015Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6560816Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6561642Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6562454Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6563273Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6564152Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6564977Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6565796Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6566586Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6567157Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6567675Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:26:13.6568202Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6568711Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:26:13.6569219Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6569723Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:26:13.6570223Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6570740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6571258Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6573465Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6573997Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6574499Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6574891Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6575313Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6575699Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6576080Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6576464Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6576835Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6577215Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6577595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6577961Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6578346Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6578727Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6579110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6579479Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6579861Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6580244Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6580615Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6580989Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6581364Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-12-01T10:26:13.6581737Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6582123Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6582501Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6582888Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6583250Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6583626Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6584003Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6584367Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6584743Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6585123Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6585495Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6585856Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6586224Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6586598Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6586957Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6587329Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6587701Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6588063Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6588437Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6588815Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6589201Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6589611Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6589998Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6590417Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6590795Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6591182Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6591571Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6591958Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6592327Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6592711Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6593090Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6593465Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6593844Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6594229Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6594605Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6594973Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6595355Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6595736Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6596106Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6596483Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6596865Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6597235Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6597616Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6598001Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6598387Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6598757Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6599139Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6599522Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6599891Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6600273Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6600661Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6601052Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6601423Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6601812Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6602197Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6602569Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6602953Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6603338Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6603721Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6604183Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6604568Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6604994Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6605367Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6605783Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6606167Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6606548Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6606918Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6607303Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6607690Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6608059Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6608437Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6608819Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6609193Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6609579Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6609962Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6610348Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6610714Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6611093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6611473Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6611952Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6612336Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6612719Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6613101Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6613469Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6613847Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6614225Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6614589Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6614970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6615351Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6615733Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6616098Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6616479Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6616862Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6617232Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6617615Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6617988Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6618361Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6618745Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6619128Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6619512Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6619880Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6620317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6620705Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6621112Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6621493Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6621878Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6622260Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6622624Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6623004Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6623382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6623744Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6624122Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6624500Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6624869Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6625252Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6625631Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6626011Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6626380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6626759Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6627134Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6627508Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6627898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6628283Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6628672Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:26:13.6629038Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6629418Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6629800Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6630163Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6630542Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6630917Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6631296Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6631660Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6632034Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6632412Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6632773Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6633151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6633525Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6633891Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6634271Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6634649Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6635025Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6635438Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6635813Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6636260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6636686Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6637077Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6637470Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6637870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6638234Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6638615Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6639002Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6639379Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6639768Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6640160Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6640543Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6640912Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6641298Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6641685Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6642052Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6642431Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6642811Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6643182Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6643566Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6643949Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6644406Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6644776Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6645149Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6645535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6645916Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6646304Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6646689Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6647085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6647461Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6647847Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6648241Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6648613Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6649002Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6649384Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6649752Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6650137Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6650521Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6650963Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6651333Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6651880Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6652327Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6652681Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6653063Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6653448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6653824Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6654202Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6654582Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6654962Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6655344Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6655729Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6656118Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6656507Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6656878Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6657261Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6657643Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6658006Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6658392Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6658783Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6659157Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6659538Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6659925Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6660309Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6660676Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6661061Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-12-01T10:26:13.6661439Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6661805Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6662180Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6662558Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6662940Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6663319Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6663695Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6664065Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6664443Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6664820Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6665212Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6665592Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6665980Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6666359Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6666788Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6667151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6667573Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6667947Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6668312Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6668694Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6669075Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6669452Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6669820Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6670203Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6670583Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6670951Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6671336Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6671714Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6672105Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6672475Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6672855Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6673235Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6673622Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6674002Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6674399Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6674781Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6675168Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6675559Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6675950Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6676323Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6676707Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6677087Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6677452Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6677840Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6678224Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6678609Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6678981Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6679366Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6679743Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6680118Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6680501Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:26:13.6680889Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:26:13.6681290Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:26:13.6681721Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (1.828s) 2022-12-01T10:26:13.6682136Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.199s) 2022-12-01T10:26:13.6682536Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6682939Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6683401Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6683810Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6684279Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6684669Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.609s) 2022-12-01T10:26:13.6685043Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (3.484s) 2022-12-01T10:26:13.6685419Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6685826Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6686292Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6686750Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6687203Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6687638Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6688095Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6688550Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:26:13.6688991Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6689437Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6689884Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6690331Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6690764Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6691207Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6691754Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6692197Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6692628Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6693077Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6693520Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6693944Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:26:13.6694376Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:26:13.6694813Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6695253Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:26:13.6695668Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6696100Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:26:13.6696526Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:26:13.6696970Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:26:13.6697185Z 2022-12-01T10:26:13.6697533Z ---------------------------------------------------------------------- 2022-12-01T10:26:13.6697887Z Ran 422 tests in 13.906s 2022-12-01T10:26:13.6698035Z 2022-12-01T10:26:13.6698114Z OK 2022-12-01T10:26:13.6698218Z 2022-12-01T10:26:13.6698328Z Generating XML reports... 2022-12-01T10:26:13.6698906Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201102559.xml 2022-12-01T10:26:13.6699221Z 2022-12-01T10:26:13.6699612Z ##[endgroup] 2022-12-01T10:26:13.6700125Z FINISHED PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_jen24ovu) 2022-12-01T10:26:13.6700416Z 2022-12-01T10:26:15.6270048Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:15.7016161Z Ignoring disabled issues: [] 2022-12-01T10:26:15.7206732Z Running nn/test_embedding ... [2022-12-01 10:26:15.720122] 2022-12-01T10:26:15.7214692Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:15.721047] 2022-12-01T10:26:17.9178193Z 2022-12-01T10:26:17.9178635Z Expand the folded group to see the log file of test_xnnpack_integration 2022-12-01T10:26:17.9179661Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_t043apxy) 2022-12-01T10:26:17.9180571Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-12-01T10:26:17.9180924Z 2022-12-01T10:26:17.9181059Z Running tests... 2022-12-01T10:26:17.9181621Z ---------------------------------------------------------------------- 2022-12-01T10:26:17.9182298Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:26:17.9183081Z 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:26:17.9183439Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.030s) 2022-12-01T10:26:17.9183714Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.490s) 2022-12-01T10:26:17.9184078Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-12-01T10:26:17.9184432Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.187s) 2022-12-01T10:26:17.9184726Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.116s) 2022-12-01T10:26:17.9185028Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.919s) 2022-12-01T10:26:17.9185410Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-12-01T10:26:17.9185771Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.052s) 2022-12-01T10:26:17.9186053Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.305s) 2022-12-01T10:26:17.9186410Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-12-01T10:26:17.9186644Z 2022-12-01T10:26:17.9186848Z ---------------------------------------------------------------------- 2022-12-01T10:26:17.9187091Z Ran 12 tests in 8.111s 2022-12-01T10:26:17.9187205Z 2022-12-01T10:26:17.9187278Z OK (skipped=5) 2022-12-01T10:26:17.9187384Z 2022-12-01T10:26:17.9187456Z Generating XML reports... 2022-12-01T10:26:17.9187891Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102609.xml 2022-12-01T10:26:17.9188458Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102609.xml 2022-12-01T10:26:17.9189016Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102609.xml 2022-12-01T10:26:17.9189768Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102609.xml 2022-12-01T10:26:17.9190114Z 2022-12-01T10:26:17.9190358Z ##[endgroup] 2022-12-01T10:26:17.9190780Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_t043apxy) 2022-12-01T10:26:17.9191023Z 2022-12-01T10:26:19.4355339Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:19.4975186Z Ignoring disabled issues: [] 2022-12-01T10:26:19.5161454Z Running test_expanded_weights ... [2022-12-01 10:26:19.515733] 2022-12-01T10:26:19.5162860Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:19.516001] 2022-12-01T10:26:22.7481991Z 2022-12-01T10:26:22.7482807Z Expand the folded group to see the log file of nn/test_embedding 2022-12-01T10:26:22.7483907Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_kjurinto) 2022-12-01T10:26:22.7484865Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-12-01T10:26:22.7485302Z 2022-12-01T10:26:22.7485427Z Running tests... 2022-12-01T10:26:22.7485959Z ---------------------------------------------------------------------- 2022-12-01T10:26:22.7486486Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:26:22.7487062Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7487623Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7488161Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.012s) 2022-12-01T10:26:22.7488684Z test_embedding_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7489241Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7489815Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7490342Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7490854Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7491458Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:22.7492237Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7492752Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7493240Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:26:22.7493659Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7494050Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:26:22.7494548Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7495129Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7495700Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:26:22.7496255Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:26:22.7496822Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7497381Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7498147Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7498699Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7499334Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7499891Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:26:22.7500446Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7500994Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7501560Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:26:22.7502122Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:26:22.7502682Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:26:22.7503224Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:26:22.7503780Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T10:26:22.7504328Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:26:22.7504880Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:22.7505414Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:26:22.7505974Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:26:22.7506529Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:22.7507084Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:22.7507635Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:26:22.7508175Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:26:22.7508721Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:22.7509265Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:26:22.7509801Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:22.7510332Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7510876Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7511422Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7512005Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7512535Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7513118Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7513665Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7514215Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7514744Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7515293Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7515836Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7516378Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7516896Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:26:22.7517429Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:26:22.7517954Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:26:22.7518464Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:26:22.7518960Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:22.7519443Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.766s) 2022-12-01T10:26:22.7519935Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.759s) 2022-12-01T10:26:22.7520403Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.065s) 2022-12-01T10:26:22.7520885Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.063s) 2022-12-01T10:26:22.7521387Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7521907Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7522410Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7522924Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7523423Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.191s) 2022-12-01T10:26:22.7523906Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.179s) 2022-12-01T10:26:22.7524453Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.214s) 2022-12-01T10:26:22.7524942Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.188s) 2022-12-01T10:26:22.7525423Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.187s) 2022-12-01T10:26:22.7525902Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.184s) 2022-12-01T10:26:22.7526398Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.200s) 2022-12-01T10:26:22.7526887Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.196s) 2022-12-01T10:26:22.7527404Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.175s) 2022-12-01T10:26:22.7527870Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.173s) 2022-12-01T10:26:22.7528341Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.215s) 2022-12-01T10:26:22.7528826Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.184s) 2022-12-01T10:26:22.7529308Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:22.7529788Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:22.7530267Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:22.7530745Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:22.7531217Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:26:22.7531771Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:26:22.7532227Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:26:22.7532680Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:26:22.7533162Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7533689Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7534213Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7534739Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7535236Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7535749Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7536270Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7536787Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7537289Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7537802Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7538323Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7538778Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7539181Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:26:22.7539608Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7540107Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7540541Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7541002Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7541441Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7541877Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7542309Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7542729Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:26:22.7543155Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:26:22.7543585Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:26:22.7544014Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:26:22.7544432Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7544878Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7545309Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7545732Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7546169Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7546603Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7547035Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:22.7547449Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:26:22.7547879Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:26:22.7548311Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:26:22.7548740Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:26:22.7549149Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:26:22.7549539Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:26:22.7549906Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:22.7550302Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7550732Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7551136Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:22.7551557Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T10:26:22.7551928Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:26:22.7552281Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:26:22.7552478Z 2022-12-01T10:26:22.7552723Z ---------------------------------------------------------------------- 2022-12-01T10:26:22.7552965Z Ran 132 tests in 5.335s 2022-12-01T10:26:22.7553081Z 2022-12-01T10:26:22.7553141Z OK (skipped=8) 2022-12-01T10:26:22.7553247Z 2022-12-01T10:26:22.7553331Z Generating XML reports... 2022-12-01T10:26:22.7553757Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201102617.xml 2022-12-01T10:26:22.7554319Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201102617.xml 2022-12-01T10:26:22.7554571Z 2022-12-01T10:26:22.7554848Z ##[endgroup] 2022-12-01T10:26:22.7555236Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_kjurinto) 2022-12-01T10:26:22.7555454Z 2022-12-01T10:26:23.6672771Z 2022-12-01T10:26:23.6673451Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:26:23.6674777Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_w_da153b) 2022-12-01T10:26:23.6675892Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-12-01T10:26:23.6676306Z 2022-12-01T10:26:23.6676463Z Running tests... 2022-12-01T10:26:23.6677102Z ---------------------------------------------------------------------- 2022-12-01T10:26:23.6677839Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.213s) 2022-12-01T10:26:23.6678608Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.182s) 2022-12-01T10:26:23.6679401Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:26:23.6680167Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:26:23.6681056Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:26:23.6682007Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:26:23.6682938Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:26:23.6683880Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6684786Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6685707Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6687945Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:26:23.6689258Z return self.op(*args, **kwargs) 2022-12-01T10:26:23.6689628Z ok (0.021s) 2022-12-01T10:26:23.6690282Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.030s) 2022-12-01T10:26:23.6691526Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.073s) 2022-12-01T10:26:23.6692606Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:26:23.6693535Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:26:23.6694455Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:26:23.6695403Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6696325Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6697288Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6698237Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6699191Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6700105Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6701039Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6701993Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-12-01T10:26:23.6702959Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:26:23.6703897Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:26:23.6704846Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6705777Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6706702Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6707614Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6708552Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:26:23.6709490Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:26:23.6710417Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6711318Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:26:23.6712239Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6713153Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6714059Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6714954Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6715953Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6716914Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-12-01T10:26:23.6717969Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-12-01T10:26:23.6718951Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:26:23.6719949Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6720955Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-12-01T10:26:23.6721964Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6722932Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:26:23.6723914Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-12-01T10:26:23.6724989Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.029s) 2022-12-01T10:26:23.6725979Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:26:23.6726959Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6727963Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-12-01T10:26:23.6728966Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6729959Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:26:23.6730939Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:26:23.6732069Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:26:23.6733126Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:26:23.6734192Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6735230Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:26:23.6736292Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:26:23.6737335Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:26:23.6738224Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6738991Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:26:23.6739788Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-12-01T10:26:23.6740676Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.115s) 2022-12-01T10:26:23.6741484Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-12-01T10:26:23.6742348Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-12-01T10:26:23.6743160Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.122s) 2022-12-01T10:26:23.6743969Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:26:23.6744770Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-12-01T10:26:23.6745543Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.102s) 2022-12-01T10:26:23.6746419Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:26:23.6747377Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:26:23.6748324Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:26:23.6749300Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:26:23.6750284Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:26:23.6751257Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:26:23.6752188Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:26:23.6753063Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-12-01T10:26:23.6753922Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-12-01T10:26:23.6754781Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:26:23.6755635Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:26:23.6756511Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:26:23.6757390Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:26:23.6758302Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:26:23.6759237Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:26:23.6760037Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6760719Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6761493Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6762233Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6762918Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6763609Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6764196Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6764537Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6764865Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6765243Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6765556Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6765887Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6766261Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6766602Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6766958Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6767322Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6767663Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6767976Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6768550Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6769142Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6769551Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6769892Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6770221Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6770540Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6770884Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6771221Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6771553Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6772059Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6772368Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6772697Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6773020Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6773333Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6773676Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6774030Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6774385Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6774734Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6775073Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6775504Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6776092Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6776675Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6777076Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6777427Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6777833Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6778142Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6778552Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6778899Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6779243Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:26:23.6779598Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6779919Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6780232Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6780574Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6780941Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:26:23.6781280Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6781592Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6781922Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6782264Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6782783Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6783349Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6783754Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6784109Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6784427Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6784749Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6785100Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6785453Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6785765Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6786089Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6786430Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6786791Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6787121Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6787470Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6787813Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6788143Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6788482Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6788819Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6789155Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6789491Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6789861Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6790206Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6790574Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6790942Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6791502Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6792136Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:26:23.6792555Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6792929Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6793294Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6793662Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6794014Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.025s) 2022-12-01T10:26:23.6794389Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:26:23.6794754Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6795122Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6795442Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6795751Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6796230Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:26:23.6796770Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:26:23.6797145Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6797471Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:26:23.6797815Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6798170Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6798520Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:26:23.6798706Z 2022-12-01T10:26:23.6798911Z ---------------------------------------------------------------------- 2022-12-01T10:26:23.6799154Z Ran 184 tests in 1.837s 2022-12-01T10:26:23.6799259Z 2022-12-01T10:26:23.6799333Z OK (skipped=10) 2022-12-01T10:26:23.6799442Z 2022-12-01T10:26:23.6799528Z Generating XML reports... 2022-12-01T10:26:23.6800006Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102621.xml 2022-12-01T10:26:23.6800639Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102621.xml 2022-12-01T10:26:23.6801249Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102621.xml 2022-12-01T10:26:23.6801505Z 2022-12-01T10:26:23.6801838Z ##[endgroup] 2022-12-01T10:26:23.6802233Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_w_da153b) 2022-12-01T10:26:23.6802503Z 2022-12-01T10:26:24.2746320Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:24.3366356Z Ignoring disabled issues: [] 2022-12-01T10:26:24.3512056Z Running test_dynamic_shapes ... [2022-12-01 10:26:24.350845] 2022-12-01T10:26:24.3512856Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:24.351095] 2022-12-01T10:26:25.1923665Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:25.2545276Z Ignoring disabled issues: [] 2022-12-01T10:26:25.2694530Z Running lazy/test_reuse_ir ... [2022-12-01 10:26:25.269169] 2022-12-01T10:26:25.2696548Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:25.269422] 2022-12-01T10:26:26.4701502Z 2022-12-01T10:26:26.4702060Z Expand the folded group to see the log file of test_dynamic_shapes 2022-12-01T10:26:26.4703184Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_z_m2ja90) 2022-12-01T10:26:26.4704130Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-12-01T10:26:26.4706145Z 2022-12-01T10:26:26.4706403Z Running tests... 2022-12-01T10:26:26.4706941Z ---------------------------------------------------------------------- 2022-12-01T10:26:26.4707455Z test_arith_ops (__main__.TestPySymInt) ... ok (0.343s) 2022-12-01T10:26:26.4707909Z test_aten_ops (__main__.TestPySymInt) ... ok (0.027s) 2022-12-01T10:26:26.4708335Z test_binary (__main__.TestPySymInt) ... ok (0.020s) 2022-12-01T10:26:26.4708797Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.011s) 2022-12-01T10:26:26.4709271Z test_guard_int (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:26:26.4709620Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:26:26.4709885Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:26:26.4710142Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-12-01T10:26:26.4710446Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.079s) 2022-12-01T10:26:26.4710712Z test_roundtrip (__main__.TestPySymInt) ... ok (0.012s) 2022-12-01T10:26:26.4711003Z test_size_expressions (__main__.TestPySymInt) ... ok (0.006s) 2022-12-01T10:26:26.4711277Z test_stride (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:26:26.4711516Z test_symint_args (__main__.TestPySymInt) ... ok (0.026s) 2022-12-01T10:26:26.4711820Z test_symint_as_scalar (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:26:26.4712081Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.010s) 2022-12-01T10:26:26.4712218Z 2022-12-01T10:26:26.4712424Z ---------------------------------------------------------------------- 2022-12-01T10:26:26.4712716Z Ran 15 tests in 0.545s 2022-12-01T10:26:26.4712831Z 2022-12-01T10:26:26.4712894Z OK 2022-12-01T10:26:26.4712984Z 2022-12-01T10:26:26.4713058Z Generating XML reports... 2022-12-01T10:26:26.4713525Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201102625.xml 2022-12-01T10:26:26.4713760Z 2022-12-01T10:26:26.4714030Z ##[endgroup] 2022-12-01T10:26:26.4714445Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_z_m2ja90) 2022-12-01T10:26:26.4714670Z 2022-12-01T10:26:26.8467109Z 2022-12-01T10:26:26.8467665Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-12-01T10:26:26.8468763Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_pcz9kv00) 2022-12-01T10:26:26.8469687Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-12-01T10:26:26.8469915Z 2022-12-01T10:26:26.8469990Z Running tests... 2022-12-01T10:26:26.8470301Z ---------------------------------------------------------------------- 2022-12-01T10:26:26.8471335Z 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.233s) 2022-12-01T10:26:26.8472463Z 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:26:26.8473540Z 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:26:26.8474077Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.142s) 2022-12-01T10:26:26.8474232Z 2022-12-01T10:26:26.8474429Z ---------------------------------------------------------------------- 2022-12-01T10:26:26.8474673Z Ran 4 tests in 0.377s 2022-12-01T10:26:26.8474786Z 2022-12-01T10:26:26.8474857Z OK (skipped=3) 2022-12-01T10:26:26.8474952Z 2022-12-01T10:26:26.8475037Z Generating XML reports... 2022-12-01T10:26:26.8475449Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102626.xml 2022-12-01T10:26:26.8475677Z 2022-12-01T10:26:26.8475905Z ##[endgroup] 2022-12-01T10:26:26.8476282Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_pcz9kv00) 2022-12-01T10:26:26.8476498Z 2022-12-01T10:26:28.0784846Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:28.1397422Z Ignoring disabled issues: [] 2022-12-01T10:26:28.1544097Z Running test_fx_passes ... [2022-12-01 10:26:28.154117] 2022-12-01T10:26:28.1546013Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:28.154375] 2022-12-01T10:26:28.3864004Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:28.4493229Z Ignoring disabled issues: [] 2022-12-01T10:26:28.4639948Z Running test_autocast ... [2022-12-01 10:26:28.463691] 2022-12-01T10:26:28.4642380Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:28.463973] 2022-12-01T10:26:29.8762709Z 2022-12-01T10:26:29.8763229Z Expand the folded group to see the log file of test_fx_passes 2022-12-01T10:26:29.8764281Z ##[group]PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_djdtxqpj) 2022-12-01T10:26:29.8764849Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-12-01T10:26:29.8765107Z 2022-12-01T10:26:29.8765211Z Running tests... 2022-12-01T10:26:29.8765648Z ---------------------------------------------------------------------- 2022-12-01T10:26:29.8766317Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.237s) 2022-12-01T10:26:29.8766812Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:26:29.8767363Z 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:26:29.8767810Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8768247Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8770242Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8770769Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8771256Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:26:29.8771824Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8772228Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8772645Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8773045Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:26:29.8773470Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:26:29.8773928Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:26:29.8774349Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:26:29.8774767Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:26:29.8775380Z 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:26:29.8776044Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-12-01T10:26:29.8776664Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:26:29.8777272Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:26:29.8777883Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:26:29.8778471Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:26:29.8779083Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:26:29.8779700Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:26:29.8780329Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:26:29.8780959Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-12-01T10:26:29.8781582Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-12-01T10:26:29.8782146Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8782649Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8783249Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8783796Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8784375Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8784941Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8785541Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8786090Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8786629Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8787141Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8787643Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8788123Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8788607Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8789066Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:26:29.8789530Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:26:29.8789735Z 2022-12-01T10:26:29.8789939Z ---------------------------------------------------------------------- 2022-12-01T10:26:29.8790183Z Ran 42 tests in 0.439s 2022-12-01T10:26:29.8790301Z 2022-12-01T10:26:29.8790348Z OK 2022-12-01T10:26:29.8790438Z 2022-12-01T10:26:29.8790522Z Generating XML reports... 2022-12-01T10:26:29.8790932Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102629.xml 2022-12-01T10:26:29.8791445Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102629.xml 2022-12-01T10:26:29.8791679Z 2022-12-01T10:26:29.8791975Z ##[endgroup] 2022-12-01T10:26:29.8792352Z FINISHED PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_djdtxqpj) 2022-12-01T10:26:29.8792566Z 2022-12-01T10:26:30.0843703Z 2022-12-01T10:26:30.0844217Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:26:30.0845202Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_hro82mc8) 2022-12-01T10:26:30.0846024Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:26:30.0846325Z 2022-12-01T10:26:30.0846445Z Running tests... 2022-12-01T10:26:30.0846927Z ---------------------------------------------------------------------- 2022-12-01T10:26:30.0847447Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.232s) 2022-12-01T10:26:30.0847945Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-12-01T10:26:30.0848378Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.008s) 2022-12-01T10:26:30.0848824Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.016s) 2022-12-01T10:26:30.0849320Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-12-01T10:26:30.0849815Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.072s) 2022-12-01T10:26:30.0850516Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-12-01T10:26:30.0851018Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-12-01T10:26:30.0851353Z 2022-12-01T10:26:30.0851873Z ---------------------------------------------------------------------- 2022-12-01T10:26:30.0852245Z Ran 8 tests in 0.348s 2022-12-01T10:26:30.0852435Z 2022-12-01T10:26:30.0852535Z OK 2022-12-01T10:26:30.0852684Z 2022-12-01T10:26:30.0852812Z Generating XML reports... 2022-12-01T10:26:30.0853464Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102629.xml 2022-12-01T10:26:30.0854303Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102629.xml 2022-12-01T10:26:30.0854677Z 2022-12-01T10:26:30.0855090Z ##[endgroup] 2022-12-01T10:26:30.0855719Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_hro82mc8) 2022-12-01T10:26:30.0856037Z 2022-12-01T10:26:31.4082128Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:31.4708442Z Ignoring disabled issues: [] 2022-12-01T10:26:31.4856258Z Running test_functional_optim ... [2022-12-01 10:26:31.485335] 2022-12-01T10:26:31.4858107Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:31.485605] 2022-12-01T10:26:31.6258445Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:31.6870230Z Ignoring disabled issues: [] 2022-12-01T10:26:31.7016817Z Running nn/test_dropout ... [2022-12-01 10:26:31.701295] 2022-12-01T10:26:31.7017964Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:31.701564] 2022-12-01T10:26:33.1998508Z 2022-12-01T10:26:33.1999091Z Expand the folded group to see the log file of test_functional_optim 2022-12-01T10:26:33.2000255Z ##[group]PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_e92yei_9) 2022-12-01T10:26:33.2001278Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-12-01T10:26:33.2001689Z 2022-12-01T10:26:33.2001814Z Running tests... 2022-12-01T10:26:33.2002392Z ---------------------------------------------------------------------- 2022-12-01T10:26:33.2002998Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.251s) 2022-12-01T10:26:33.2003703Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.024s) 2022-12-01T10:26:33.2004466Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.022s) 2022-12-01T10:26:33.2005122Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-12-01T10:26:33.2005483Z 2022-12-01T10:26:33.2005884Z ---------------------------------------------------------------------- 2022-12-01T10:26:33.2006315Z Ran 4 tests in 0.299s 2022-12-01T10:26:33.2006527Z 2022-12-01T10:26:33.2006634Z OK 2022-12-01T10:26:33.2006816Z 2022-12-01T10:26:33.2006975Z Generating XML reports... 2022-12-01T10:26:33.2007911Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102632.xml 2022-12-01T10:26:33.2008329Z 2022-12-01T10:26:33.2008714Z ##[endgroup] 2022-12-01T10:26:33.2009595Z FINISHED PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_e92yei_9) 2022-12-01T10:26:33.2010068Z 2022-12-01T10:26:33.4985315Z 2022-12-01T10:26:33.4985835Z Expand the folded group to see the log file of nn/test_dropout 2022-12-01T10:26:33.4986796Z ##[group]PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_eystvxgx) 2022-12-01T10:26:33.4987716Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-12-01T10:26:33.4987963Z 2022-12-01T10:26:33.4988060Z Running tests... 2022-12-01T10:26:33.4988737Z ---------------------------------------------------------------------- 2022-12-01T10:26:33.4989035Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.003s) 2022-12-01T10:26:33.4989394Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.078s) 2022-12-01T10:26:33.4989702Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-12-01T10:26:33.4990022Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:33.4990340Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:26:33.4990659Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:26:33.4990973Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:26:33.4991272Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.202s) 2022-12-01T10:26:33.4991594Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:26:33.4991777Z 2022-12-01T10:26:33.4991985Z ---------------------------------------------------------------------- 2022-12-01T10:26:33.4992224Z Ran 9 tests in 0.311s 2022-12-01T10:26:33.4992329Z 2022-12-01T10:26:33.4992403Z OK (skipped=1) 2022-12-01T10:26:33.4992510Z 2022-12-01T10:26:33.4992596Z Generating XML reports... 2022-12-01T10:26:33.4993011Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102632.xml 2022-12-01T10:26:33.4993551Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102632.xml 2022-12-01T10:26:33.4993808Z 2022-12-01T10:26:33.4994059Z ##[endgroup] 2022-12-01T10:26:33.4994442Z FINISHED PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_eystvxgx) 2022-12-01T10:26:33.4994661Z 2022-12-01T10:26:34.7212723Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:34.7824034Z Ignoring disabled issues: [] 2022-12-01T10:26:34.7970938Z Running profiler/test_profiler_tree ... [2022-12-01 10:26:34.796740] 2022-12-01T10:26:34.7972434Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:34.797016] 2022-12-01T10:26:35.0094916Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:35.0710295Z Ignoring disabled issues: [] 2022-12-01T10:26:35.0859972Z Running test_native_mha ... [2022-12-01 10:26:35.085621] 2022-12-01T10:26:35.0860971Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:35.085880] 2022-12-01T10:26:36.3069652Z 2022-12-01T10:26:36.3070227Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:26:36.3071368Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_lc6os5_d) 2022-12-01T10:26:36.3071979Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-12-01T10:26:36.3072179Z 2022-12-01T10:26:36.3072257Z Running tests... 2022-12-01T10:26:36.3072577Z ---------------------------------------------------------------------- 2022-12-01T10:26:36.3073625Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.229s) 2022-12-01T10:26:36.3074721Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:36.3075533Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:36.3076580Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:36.3078055Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:36.3079223Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:36.3080390Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:36.3081237Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3081763Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3082200Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3082702Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3083142Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3083572Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3083831Z ok (0.022s) 2022-12-01T10:26:36.3084391Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3084898Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3085330Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3085761Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3086192Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3086611Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3086870Z ok (0.009s) 2022-12-01T10:26:36.3087368Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3087892Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3088308Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3088733Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3089164Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:26:36.3089579Z STAGE:2022-12-01 10:26:36 7726:7726 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:26:36.3089878Z ok (0.006s) 2022-12-01T10:26:36.3089983Z 2022-12-01T10:26:36.3090185Z ---------------------------------------------------------------------- 2022-12-01T10:26:36.3090461Z Ran 10 tests in 0.272s 2022-12-01T10:26:36.3090562Z 2022-12-01T10:26:36.3090636Z OK (skipped=7) 2022-12-01T10:26:36.3090745Z 2022-12-01T10:26:36.3090835Z Generating XML reports... 2022-12-01T10:26:36.3091287Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201102635.xml 2022-12-01T10:26:36.3091536Z 2022-12-01T10:26:36.3091981Z ##[endgroup] 2022-12-01T10:26:36.3092418Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_lc6os5_d) 2022-12-01T10:26:36.3092662Z 2022-12-01T10:26:36.6456986Z 2022-12-01T10:26:36.6457369Z Expand the folded group to see the log file of test_native_mha 2022-12-01T10:26:36.6458406Z ##[group]PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_qprq2aic) 2022-12-01T10:26:36.6459176Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-12-01T10:26:36.6459529Z 2022-12-01T10:26:36.6459652Z Running tests... 2022-12-01T10:26:36.6460217Z ---------------------------------------------------------------------- 2022-12-01T10:26:36.6460689Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:26:36.6461139Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:36.6462013Z 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:26:36.6462605Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:26:36.6462850Z ok (0.058s) 2022-12-01T10:26:36.6463096Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:26:36.6463473Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:36.6463685Z 2022-12-01T10:26:36.6463884Z ---------------------------------------------------------------------- 2022-12-01T10:26:36.6464126Z Ran 5 tests in 0.083s 2022-12-01T10:26:36.6464226Z 2022-12-01T10:26:36.6464296Z OK (skipped=1) 2022-12-01T10:26:36.6464402Z 2022-12-01T10:26:36.6464485Z Generating XML reports... 2022-12-01T10:26:36.6464907Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102636.xml 2022-12-01T10:26:36.6465152Z 2022-12-01T10:26:36.6465364Z ##[endgroup] 2022-12-01T10:26:36.6465750Z FINISHED PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_qprq2aic) 2022-12-01T10:26:36.6465963Z 2022-12-01T10:26:37.8095243Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:37.8706545Z Ignoring disabled issues: [] 2022-12-01T10:26:37.8854266Z Running lazy/test_bindings ... [2022-12-01 10:26:37.885152] 2022-12-01T10:26:37.8856764Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:37.885482] 2022-12-01T10:26:38.1089714Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:38.1701848Z Ignoring disabled issues: [] 2022-12-01T10:26:38.1847423Z Running lazy/test_meta_kernel ... [2022-12-01 10:26:38.184470] 2022-12-01T10:26:38.1849661Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:38.184715] 2022-12-01T10:26:38.8600510Z 2022-12-01T10:26:38.8601281Z Expand the folded group to see the log file of lazy/test_bindings 2022-12-01T10:26:38.8602207Z ##[group]PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_91qbi1wf) 2022-12-01T10:26:38.8602521Z 2022-12-01T10:26:38.8602742Z ##[endgroup] 2022-12-01T10:26:38.8603245Z FINISHED PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_91qbi1wf) 2022-12-01T10:26:38.8603467Z 2022-12-01T10:26:39.3799685Z 2022-12-01T10:26:39.3800326Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-12-01T10:26:39.3801640Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_k1zba6bj) 2022-12-01T10:26:39.3802028Z 2022-12-01T10:26:39.3802232Z ##[endgroup] 2022-12-01T10:26:39.3802732Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_k1zba6bj) 2022-12-01T10:26:39.3802959Z 2022-12-01T10:26:40.4559555Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:40.5187835Z Ignoring disabled issues: [] 2022-12-01T10:26:40.5336361Z Running test_cuda_sanitizer ... [2022-12-01 10:26:40.533365] 2022-12-01T10:26:40.5338613Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:40.533630] 2022-12-01T10:26:40.8378893Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:40.8991880Z Ignoring disabled issues: [] 2022-12-01T10:26:40.9265115Z Running test_deploy ... [2022-12-01 10:26:40.926039] 2022-12-01T10:26:40.9272735Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-12-01 10:26:40.926761] 2022-12-01T10:26:41.6753241Z 2022-12-01T10:26:41.6753791Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-12-01T10:26:41.6754852Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_cz75__30) 2022-12-01T10:26:41.6755432Z CUDA not available, skipping tests 2022-12-01T10:26:41.6755656Z 2022-12-01T10:26:41.6755753Z Running tests... 2022-12-01T10:26:41.6756362Z ---------------------------------------------------------------------- 2022-12-01T10:26:41.6756638Z 2022-12-01T10:26:41.6757004Z ---------------------------------------------------------------------- 2022-12-01T10:26:41.6757457Z Ran 0 tests in 0.000s 2022-12-01T10:26:41.6757656Z 2022-12-01T10:26:41.6757771Z OK 2022-12-01T10:26:41.6757944Z 2022-12-01T10:26:41.6758100Z Generating XML reports... 2022-12-01T10:26:41.6758736Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-12-01T10:26:41.6759071Z 2022-12-01T10:26:41.6759525Z ##[endgroup] 2022-12-01T10:26:41.6760293Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_cz75__30) 2022-12-01T10:26:41.6760719Z 2022-12-01T10:26:43.1614741Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:43.2235260Z Ignoring disabled issues: [] 2022-12-01T10:26:43.2366773Z 2022-12-01T10:26:43.2367344Z Expand the folded group to see the log file of test_deploy 2022-12-01T10:26:43.2368459Z ##[group]PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_xv82txw0) 2022-12-01T10:26:43.2368834Z ============================= test session starts ============================== 2022-12-01T10:26:43.2369345Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:26:43.2369607Z cachedir: .pytest_cache 2022-12-01T10:26:43.2370044Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:26:43.2370404Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:26:43.2370824Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:26:43.2371346Z collecting ... collected 1 item 2022-12-01T10:26:43.2371760Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-12-01T10:26:43.2372042Z 2022-12-01T10:26:43.2372188Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-12-01T10:26:43.2372356Z 2022-12-01T10:26:43.2372469Z ============================== 1 passed in 1.13s =============================== 2022-12-01T10:26:43.2372607Z 2022-12-01T10:26:43.2372847Z ##[endgroup] 2022-12-01T10:26:43.2373218Z FINISHED PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_xv82txw0) 2022-12-01T10:26:43.2373429Z 2022-12-01T10:26:43.2386750Z Running test_hub ... [2022-12-01 10:26:43.238412] 2022-12-01T10:26:43.2388823Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:43.238678] 2022-12-01T10:26:44.3852680Z 2022-12-01T10:26:44.3853338Z Expand the folded group to see the log file of test_hub 2022-12-01T10:26:44.3854236Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_yw4fsp0y) 2022-12-01T10:26:44.3854470Z 2022-12-01T10:26:44.3854691Z ##[endgroup] 2022-12-01T10:26:44.3855155Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_yw4fsp0y) 2022-12-01T10:26:44.3855341Z 2022-12-01T10:26:44.7664376Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:44.8281825Z Ignoring disabled issues: [] 2022-12-01T10:26:44.8430236Z Running test_pruning_op ... [2022-12-01 10:26:44.842726] 2022-12-01T10:26:44.8431852Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:44.842975] 2022-12-01T10:26:45.9925436Z 2022-12-01T10:26:45.9926004Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T10:26:45.9926847Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_lh_vkt5e) 2022-12-01T10:26:45.9927086Z 2022-12-01T10:26:45.9927306Z ##[endgroup] 2022-12-01T10:26:45.9927785Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_lh_vkt5e) 2022-12-01T10:26:45.9928017Z 2022-12-01T10:26:45.9933248Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:46.0565672Z Ignoring disabled issues: [] 2022-12-01T10:26:46.0716811Z Running test_masked ... [2022-12-01 10:26:46.071299] 2022-12-01T10:26:46.0717846Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:46.071574] 2022-12-01T10:26:47.5027197Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:47.5658216Z Ignoring disabled issues: [] 2022-12-01T10:26:47.5805287Z Running test_ao_sparsity ... [2022-12-01 10:26:47.580211] 2022-12-01T10:26:47.5806680Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:47.580475] 2022-12-01T10:26:54.7860148Z 2022-12-01T10:26:54.7860684Z Expand the folded group to see the log file of test_ao_sparsity 2022-12-01T10:26:54.7861674Z ##[group]PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_7s0251ij) 2022-12-01T10:26:54.7862584Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-12-01T10:26:54.7862890Z 2022-12-01T10:26:54.7863010Z Running tests... 2022-12-01T10:26:54.7863539Z ---------------------------------------------------------------------- 2022-12-01T10:26:54.7864199Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-12-01T10:26:54.7864914Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.327s) 2022-12-01T10:26:54.7865447Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-12-01T10:26:54.7865962Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-12-01T10:26:54.7866316Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.007s) 2022-12-01T10:26:54.7866753Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-12-01T10:26:54.7867102Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.009s) 2022-12-01T10:26:54.7867880Z 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:54.7868508Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-12-01T10:26:54.7868759Z ok (0.021s) 2022-12-01T10:26:54.7869026Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.016s) 2022-12-01T10:26:54.7869404Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.017s) 2022-12-01T10:26:54.7869752Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-12-01T10:26:54.7870064Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-12-01T10:26:54.7870386Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-12-01T10:26:54.7870713Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.012s) 2022-12-01T10:26:54.7871040Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-12-01T10:26:54.7871351Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-12-01T10:26:54.7871665Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-12-01T10:26:54.7871996Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7872339Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7872704Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7873078Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7873451Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7873804Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7874154Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.005s) 2022-12-01T10:26:54.7874493Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-12-01T10:26:54.7875286Z 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:54.7875833Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:26:54.7876055Z ok (0.287s) 2022-12-01T10:26:54.7876330Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.290s) 2022-12-01T10:26:54.7876691Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.287s) 2022-12-01T10:26:54.7877069Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.010s) 2022-12-01T10:26:54.7877446Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.288s) 2022-12-01T10:26:54.7877818Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.299s) 2022-12-01T10:26:54.7878216Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.013s) 2022-12-01T10:26:54.7878582Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.003s) 2022-12-01T10:26:54.7879437Z 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:54.7880000Z "calls to the scheduer.step().", UserWarning) 2022-12-01T10:26:54.7880207Z ok (0.003s) 2022-12-01T10:26:54.7880466Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.102s) 2022-12-01T10:26:54.7880831Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-12-01T10:26:54.7881208Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.007s) 2022-12-01T10:26:54.7881581Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-12-01T10:26:54.7881964Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:54.7882402Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.372s) 2022-12-01T10:26:54.7882760Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:54.7883195Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.307s) 2022-12-01T10:26:54.7883557Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:54.7884067Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.307s) 2022-12-01T10:26:54.7884414Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:54.7884855Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.033s) 2022-12-01T10:26:54.7885216Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:54.7885659Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.307s) 2022-12-01T10:26:54.7886030Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7886432Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7886825Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7887224Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.467s) 2022-12-01T10:26:54.7887605Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.199s) 2022-12-01T10:26:54.7887993Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.362s) 2022-12-01T10:26:54.7888385Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.343s) 2022-12-01T10:26:54.7888751Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.359s) 2022-12-01T10:26:54.7889124Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:26:54.7889456Z The expectation is post_training_sparse_quantize function ... ok (0.021s) 2022-12-01T10:26:54.7889789Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:26:54.7890109Z The expectation is post_training_sparse_quantize function ... ok (0.007s) 2022-12-01T10:26:54.7890646Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-12-01 10:26:53,982 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:26:54.7891126Z 2022-12-01 10:26:53,996 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:26:54.7891747Z 2022-12-01 10:26:53,996 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:26:54.7892144Z 2022-12-01 10:26:53,997 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:26:54.7892446Z ok (0.055s) 2022-12-01T10:26:54.7892898Z 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:54.7893599Z /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:54.7893979Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:54.7894476Z /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:54.7894855Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:54.7895055Z ok (0.084s) 2022-12-01T10:26:54.7895511Z 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:54.7895940Z ok (0.087s) 2022-12-01T10:26:54.7896189Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:54.7896511Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:54.7896833Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-12-01T10:26:54.7897141Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-12-01T10:26:54.7897437Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:54.7897777Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7898089Z Tests that fqn_to_module operates as inverse ... ok (0.006s) 2022-12-01T10:26:54.7898404Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7898716Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-12-01T10:26:54.7899050Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7899397Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.006s) 2022-12-01T10:26:54.7899739Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7900099Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.006s) 2022-12-01T10:26:54.7900467Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7900833Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.004s) 2022-12-01T10:26:54.7909430Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7909816Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.004s) 2022-12-01T10:26:54.7910171Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7910630Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.003s) 2022-12-01T10:26:54.7910954Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:54.7911379Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.002s) 2022-12-01T10:26:54.7911749Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7912117Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7912616Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:54.7913000Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.030s) 2022-12-01T10:26:54.7913421Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.211s) 2022-12-01T10:26:54.7913777Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.005s) 2022-12-01T10:26:54.7913981Z 2022-12-01T10:26:54.7914188Z ---------------------------------------------------------------------- 2022-12-01T10:26:54.7914438Z Ran 72 tests in 5.680s 2022-12-01T10:26:54.7914551Z 2022-12-01T10:26:54.7914599Z OK 2022-12-01T10:26:54.7914688Z 2022-12-01T10:26:54.7914772Z Generating XML reports... 2022-12-01T10:26:54.7915294Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102648.xml 2022-12-01T10:26:54.7915974Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102648.xml 2022-12-01T10:26:54.7916614Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102648.xml 2022-12-01T10:26:54.7917237Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102648.xml 2022-12-01T10:26:54.7917839Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102648.xml 2022-12-01T10:26:54.7918470Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102648.xml 2022-12-01T10:26:54.7919081Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102648.xml 2022-12-01T10:26:54.7919708Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102648.xml 2022-12-01T10:26:54.7920348Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102648.xml 2022-12-01T10:26:54.7921020Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102648.xml 2022-12-01T10:26:54.7921685Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102648.xml 2022-12-01T10:26:54.7922339Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102648.xml 2022-12-01T10:26:54.7922986Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102648.xml 2022-12-01T10:26:54.7923639Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102648.xml 2022-12-01T10:26:54.7924363Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102648.xml 2022-12-01T10:26:54.7924984Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102648.xml 2022-12-01T10:26:54.7925639Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102648.xml 2022-12-01T10:26:54.7925929Z 2022-12-01T10:26:54.7926235Z ##[endgroup] 2022-12-01T10:26:54.7926613Z FINISHED PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_7s0251ij) 2022-12-01T10:26:54.7926830Z 2022-12-01T10:26:56.3820520Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:56.4437696Z Ignoring disabled issues: [] 2022-12-01T10:26:56.4586776Z Running test_import_stats ... [2022-12-01 10:26:56.458331] 2022-12-01T10:26:56.4589038Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:56.458632] 2022-12-01T10:26:59.4877492Z 2022-12-01T10:26:59.4878337Z Expand the folded group to see the log file of test_masked 2022-12-01T10:26:59.4879888Z ##[group]PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_a33kc8pa) 2022-12-01T10:26:59.4880741Z Test results will be stored in test-reports/python-unittest/test_masked 2022-12-01T10:26:59.4881026Z 2022-12-01T10:26:59.4881139Z Running tests... 2022-12-01T10:26:59.4881827Z ---------------------------------------------------------------------- 2022-12-01T10:26:59.4882374Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-12-01T10:26:59.4882952Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.166s) 2022-12-01T10:26:59.4883535Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.163s) 2022-12-01T10:26:59.4884147Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.176s) 2022-12-01T10:26:59.4884770Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4885440Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4886115Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4886794Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4887473Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4888130Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-12-01T10:26:59.4888771Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.166s) 2022-12-01T10:26:59.4889409Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.259s) 2022-12-01T10:26:59.4890048Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.163s) 2022-12-01T10:26:59.4890690Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4891372Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4892311Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4892960Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4893636Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4894415Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:26:59.4895206Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4895889Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4896597Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4897389Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:26:59.4898279Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:26:59.4899428Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:26:59.4900276Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4900960Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4901630Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4902291Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4902975Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4903629Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.127s) 2022-12-01T10:26:59.4904287Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-12-01T10:26:59.4904926Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:26:59.4905572Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-12-01T10:26:59.4906212Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-12-01T10:26:59.4906843Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-12-01T10:26:59.4907481Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-12-01T10:26:59.4908100Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.118s) 2022-12-01T10:26:59.4908724Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.126s) 2022-12-01T10:26:59.4909322Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-12-01T10:26:59.4909950Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-12-01T10:26:59.4910583Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.129s) 2022-12-01T10:26:59.4911221Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.133s) 2022-12-01T10:26:59.4911853Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.133s) 2022-12-01T10:26:59.4912490Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-12-01T10:26:59.4913114Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:26:59.4913722Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.189s) 2022-12-01T10:26:59.4914337Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-12-01T10:26:59.4914962Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-12-01T10:26:59.4915564Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.126s) 2022-12-01T10:26:59.4916157Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-12-01T10:26:59.4916777Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:26:59.4917413Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:26:59.4918028Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:26:59.4918650Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:26:59.4919276Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-12-01T10:26:59.4920049Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4920720Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4921466Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4922152Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4922819Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4923460Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:26:59.4924187Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:26:59.4924819Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.045s) 2022-12-01T10:26:59.4925440Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-12-01T10:26:59.4926094Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4926774Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4927448Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4928114Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4928794Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4929452Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-12-01T10:26:59.4930106Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4930785Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4931491Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4932297Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-12-01T10:26:59.4932912Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.044s) 2022-12-01T10:26:59.4933537Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.044s) 2022-12-01T10:26:59.4934200Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4934884Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4935504Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4936317Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4937000Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:59.4937670Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4938310Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4938967Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4939616Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-12-01T10:26:59.4940242Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-12-01T10:26:59.4940870Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4941657Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4942288Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4942974Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4943601Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-12-01T10:26:59.4944238Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-12-01T10:26:59.4944866Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:26:59.4945499Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:26:59.4946142Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:26:59.4946775Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-12-01T10:26:59.4947385Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-12-01T10:26:59.4948030Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-12-01T10:26:59.4948647Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:26:59.4949264Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4949858Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4950474Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4951089Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4951726Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-12-01T10:26:59.4952350Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-12-01T10:26:59.4952983Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-12-01T10:26:59.4953607Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.091s) 2022-12-01T10:26:59.4954235Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4954912Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4955575Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4956231Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4956901Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4957564Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-12-01T10:26:59.4958205Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-12-01T10:26:59.4958806Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-12-01T10:26:59.4959422Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-12-01T10:26:59.4960079Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4960743Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4961387Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4962061Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4962847Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4963555Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-12-01T10:26:59.4964301Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4964998Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4965699Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4966340Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.067s) 2022-12-01T10:26:59.4966968Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-12-01T10:26:59.4967577Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.062s) 2022-12-01T10:26:59.4968219Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4968878Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4969557Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4970234Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4970909Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:59.4971540Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.061s) 2022-12-01T10:26:59.4972314Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.068s) 2022-12-01T10:26:59.4972948Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.069s) 2022-12-01T10:26:59.4973563Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-12-01T10:26:59.4974188Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.086s) 2022-12-01T10:26:59.4974876Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4975487Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4976081Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-12-01T10:26:59.4976689Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4977307Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4977935Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.086s) 2022-12-01T10:26:59.4978546Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.086s) 2022-12-01T10:26:59.4979180Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:26:59.4979816Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.068s) 2022-12-01T10:26:59.4980426Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-12-01T10:26:59.4981047Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.090s) 2022-12-01T10:26:59.4981658Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-12-01T10:26:59.4982271Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-12-01T10:26:59.4982864Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-12-01T10:26:59.4983471Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-12-01T10:26:59.4984240Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4984834Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-12-01T10:26:59.4985562Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:26:59.4986231Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:26:59.4986887Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:26:59.4987527Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.210s) 2022-12-01T10:26:59.4988162Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.243s) 2022-12-01T10:26:59.4988790Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.209s) 2022-12-01T10:26:59.4989395Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.206s) 2022-12-01T10:26:59.4990027Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-12-01T10:26:59.4990689Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:26:59.4991336Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-12-01T10:26:59.4992002Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.009s) 2022-12-01T10:26:59.4992696Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-12-01T10:26:59.4993341Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.028s) 2022-12-01T10:26:59.4993977Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4994601Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4995238Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:26:59.4995872Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:26:59.4996489Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4997125Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:26:59.4997753Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-12-01T10:26:59.4998382Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.126s) 2022-12-01T10:26:59.4998989Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-12-01T10:26:59.4999609Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:26:59.5000213Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:26:59.5000812Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:26:59.5001402Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5002004Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5002592Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5003178Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5003872Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-12-01T10:26:59.5004506Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-12-01T10:26:59.5005143Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.109s) 2022-12-01T10:26:59.5005843Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-12-01T10:26:59.5006464Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:26:59.5007123Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.117s) 2022-12-01T10:26:59.5007708Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5008301Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5008890Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5009485Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5010072Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-12-01T10:26:59.5010647Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5011202Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5011857Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5012415Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5012982Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5013558Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:26:59.5013870Z 2022-12-01T10:26:59.5014350Z ---------------------------------------------------------------------- 2022-12-01T10:26:59.5014806Z Ran 202 tests in 11.108s 2022-12-01T10:26:59.5015027Z 2022-12-01T10:26:59.5015214Z OK (skipped=58, expected failures=1) 2022-12-01T10:26:59.5015466Z 2022-12-01T10:26:59.5015618Z Generating XML reports... 2022-12-01T10:26:59.5016415Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201102648.xml 2022-12-01T10:26:59.5016848Z 2022-12-01T10:26:59.5017384Z ##[endgroup] 2022-12-01T10:26:59.5018091Z FINISHED PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_a33kc8pa) 2022-12-01T10:26:59.5018489Z 2022-12-01T10:26:59.7550699Z 2022-12-01T10:26:59.7551304Z Expand the folded group to see the log file of test_import_stats 2022-12-01T10:26:59.7552208Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_narrfavc) 2022-12-01T10:26:59.7552764Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-12-01T10:26:59.7552953Z 2022-12-01T10:26:59.7553030Z Running tests... 2022-12-01T10:26:59.7553327Z ---------------------------------------------------------------------- 2022-12-01T10:26:59.7553638Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.141s) 2022-12-01T10:26:59.7553930Z test_time_import_torch (__main__.TestImportTime) ... ok (0.930s) 2022-12-01T10:26:59.7554089Z 2022-12-01T10:26:59.7554308Z ---------------------------------------------------------------------- 2022-12-01T10:26:59.7554540Z Ran 2 tests in 2.072s 2022-12-01T10:26:59.7554665Z 2022-12-01T10:26:59.7554727Z OK 2022-12-01T10:26:59.7554821Z 2022-12-01T10:26:59.7554906Z Generating XML reports... 2022-12-01T10:26:59.7555317Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201102657.xml 2022-12-01T10:26:59.7555552Z 2022-12-01T10:26:59.7555779Z ##[endgroup] 2022-12-01T10:26:59.7556267Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_narrfavc) 2022-12-01T10:26:59.7556490Z 2022-12-01T10:27:01.0110085Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:01.0719618Z Ignoring disabled issues: [] 2022-12-01T10:27:01.0869191Z Running test_mkldnn_verbose ... [2022-12-01 10:27:01.086635] 2022-12-01T10:27:01.0871222Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:01.086893] 2022-12-01T10:27:01.3134659Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:01.3743093Z Ignoring disabled issues: [] 2022-12-01T10:27:01.3891942Z Running lazy/test_step_closures ... [2022-12-01 10:27:01.388825] 2022-12-01T10:27:01.3892857Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:01.389084] 2022-12-01T10:27:04.3509231Z 2022-12-01T10:27:04.3509759Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T10:27:04.3510747Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_g0cwoef2) 2022-12-01T10:27:04.3511447Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T10:27:04.3511634Z 2022-12-01T10:27:04.3511708Z Running tests... 2022-12-01T10:27:04.3512035Z ---------------------------------------------------------------------- 2022-12-01T10:27:04.3512322Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.138s) 2022-12-01T10:27:04.3512604Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (0.898s) 2022-12-01T10:27:04.3512756Z 2022-12-01T10:27:04.3512954Z ---------------------------------------------------------------------- 2022-12-01T10:27:04.3513191Z Ran 2 tests in 2.036s 2022-12-01T10:27:04.3513294Z 2022-12-01T10:27:04.3513354Z OK 2022-12-01T10:27:04.3513444Z 2022-12-01T10:27:04.3513528Z Generating XML reports... 2022-12-01T10:27:04.3513954Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201102702.xml 2022-12-01T10:27:04.3514192Z 2022-12-01T10:27:04.3514413Z ##[endgroup] 2022-12-01T10:27:04.3514806Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_g0cwoef2) 2022-12-01T10:27:04.3515025Z 2022-12-01T10:27:04.8681900Z 2022-12-01T10:27:04.8682514Z Expand the folded group to see the log file of lazy/test_step_closures 2022-12-01T10:27:04.8683819Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_28rr5oep) 2022-12-01T10:27:04.8684822Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-12-01T10:27:04.8685150Z 2022-12-01T10:27:04.8685235Z Running tests... 2022-12-01T10:27:04.8685761Z ---------------------------------------------------------------------- 2022-12-01T10:27:04.8686278Z test_asynchronous (__main__.ClosuresTest) ... ok (0.227s) 2022-12-01T10:27:04.8686800Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-12-01T10:27:04.8687341Z test_synchronous (__main__.ClosuresTest) ... ok (1.003s) 2022-12-01T10:27:04.8687888Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-12-01T10:27:04.8688205Z 2022-12-01T10:27:04.8688594Z ---------------------------------------------------------------------- 2022-12-01T10:27:04.8689058Z Ran 4 tests in 2.233s 2022-12-01T10:27:04.8689279Z 2022-12-01T10:27:04.8689397Z OK 2022-12-01T10:27:04.8689580Z 2022-12-01T10:27:04.8689753Z Generating XML reports... 2022-12-01T10:27:04.8690547Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201102702.xml 2022-12-01T10:27:04.8690996Z 2022-12-01T10:27:04.8691461Z ##[endgroup] 2022-12-01T10:27:04.8692461Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_28rr5oep) 2022-12-01T10:27:04.8692908Z 2022-12-01T10:27:05.8625938Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:05.9247489Z Ignoring disabled issues: [] 2022-12-01T10:27:05.9397887Z Running test_sort_and_select ... [2022-12-01 10:27:05.939405] 2022-12-01T10:27:05.9398679Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:05.939646] 2022-12-01T10:27:06.4453612Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:06.5084111Z Ignoring disabled issues: [] 2022-12-01T10:27:06.5235144Z Running backends/xeon/test_launch ... [2022-12-01 10:27:06.523219] 2022-12-01T10:27:06.5237563Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:06.523486] 2022-12-01T10:27:09.0717590Z 2022-12-01T10:27:09.0718329Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-12-01T10:27:09.0720521Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_t89r3zc6) 2022-12-01T10:27:09.0722319Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-12-01T10:27:09.0722695Z 2022-12-01T10:27:09.0722812Z Running tests... 2022-12-01T10:27:09.0723402Z ---------------------------------------------------------------------- 2022-12-01T10:27:09.0724804Z test_cpu_info (__main__.TestTorchrun) ... 2022-12-01 10:27:07,576 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-12-01T10:27:09.0725572Z ok (0.101s) 2022-12-01T10:27:09.0725911Z test_multi_threads (__main__.TestTorchrun) ... ok (1.280s) 2022-12-01T10:27:09.0726127Z 2022-12-01T10:27:09.0726431Z ---------------------------------------------------------------------- 2022-12-01T10:27:09.0726839Z Ran 2 tests in 1.381s 2022-12-01T10:27:09.0727055Z 2022-12-01T10:27:09.0727170Z OK 2022-12-01T10:27:09.0727344Z 2022-12-01T10:27:09.0727465Z Generating XML reports... 2022-12-01T10:27:09.0728241Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201102707.xml 2022-12-01T10:27:09.0728489Z 2022-12-01T10:27:09.0728767Z ##[endgroup] 2022-12-01T10:27:09.0729193Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_t89r3zc6) 2022-12-01T10:27:09.0729447Z 2022-12-01T10:27:09.6957221Z 2022-12-01T10:27:09.6957795Z Expand the folded group to see the log file of test_sort_and_select 2022-12-01T10:27:09.6958652Z ##[group]PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_8ttgzyw3) 2022-12-01T10:27:09.6959507Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-12-01T10:27:09.6959911Z 2022-12-01T10:27:09.6960072Z Running tests... 2022-12-01T10:27:09.6960733Z ---------------------------------------------------------------------- 2022-12-01T10:27:09.6961372Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:27:09.6962014Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6962680Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6963307Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6963980Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6964621Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6965268Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.6965994Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6966825Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6967646Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6968723Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6969504Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6970427Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6971234Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.6972158Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-12-01T10:27:09.6972822Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:27:09.6973520Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.6974198Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:27:09.6974830Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:27:09.6975479Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.6976118Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.6976764Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.6977374Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.6978000Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.6978631Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.6979235Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.6980965Z 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:27:09.6982549Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:27:09.6982985Z ok (0.001s) 2022-12-01T10:27:09.7043700Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.560s) 2022-12-01T10:27:09.7044282Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.7044993Z 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:27:09.7045693Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.7046326Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.7047746Z 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:27:09.7048740Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:27:09.7048953Z ok (0.002s) 2022-12-01T10:27:09.7049391Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:27:09.7050009Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:27:09.7050615Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7051169Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7051509Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7052059Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7052410Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7052733Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7053092Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:27:09.7053575Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7054084Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.7054648Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7055174Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7055724Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7056264Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7056810Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7057325Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7057616Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:27:09.7057943Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:27:09.7058257Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:27:09.7058549Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7058874Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:09.7059187Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.116s) 2022-12-01T10:27:09.7059484Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:27:09.7059779Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.7060077Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.7060383Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.7060690Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:27:09.7061010Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:09.7061349Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:27:09.7061670Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:27:09.7061969Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:27:09.7062275Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7062576Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7062874Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7063155Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7063448Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7063739Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7064039Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:27:09.7064348Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-12-01T10:27:09.7064755Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7065080Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7065444Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7065765Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7066087Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7066394Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:27:09.7066710Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7067030Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:27:09.7067337Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:27:09.7067623Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:27:09.7067917Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:27:09.7068218Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-12-01T10:27:09.7068502Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:27:09.7068792Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:27:09.7069079Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-12-01T10:27:09.7069370Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:27:09.7069644Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:27:09.7069932Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.065s) 2022-12-01T10:27:09.7070095Z 2022-12-01T10:27:09.7070347Z ---------------------------------------------------------------------- 2022-12-01T10:27:09.7070581Z Ran 91 tests in 2.287s 2022-12-01T10:27:09.7070696Z 2022-12-01T10:27:09.7070769Z OK (skipped=13) 2022-12-01T10:27:09.7070878Z 2022-12-01T10:27:09.7070966Z Generating XML reports... 2022-12-01T10:27:09.7071412Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201102707.xml 2022-12-01T10:27:09.7071650Z 2022-12-01T10:27:09.7071960Z ##[endgroup] 2022-12-01T10:27:09.7072360Z FINISHED PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_8ttgzyw3) 2022-12-01T10:27:09.7072580Z 2022-12-01T10:27:10.6692350Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:10.7309253Z Ignoring disabled issues: [] 2022-12-01T10:27:10.7458025Z Running test_scatter_gather_ops ... [2022-12-01 10:27:10.745566] 2022-12-01T10:27:10.7460263Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:10.745822] 2022-12-01T10:27:11.2477301Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:11.3097857Z Ignoring disabled issues: [] 2022-12-01T10:27:11.3250709Z Running test_namedtensor ... [2022-12-01 10:27:11.324818] 2022-12-01T10:27:11.3252717Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:11.325066] 2022-12-01T10:27:13.6148541Z 2022-12-01T10:27:13.6149072Z Expand the folded group to see the log file of test_namedtensor 2022-12-01T10:27:13.6150225Z ##[group]PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_wxv3sidn) 2022-12-01T10:27:13.6151149Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-12-01T10:27:13.6151488Z 2022-12-01T10:27:13.6151622Z Running tests... 2022-12-01T10:27:13.6152185Z ---------------------------------------------------------------------- 2022-12-01T10:27:13.6153021Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6153523Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6154098Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:27:13.6154561Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6155005Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6155543Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-12-01T10:27:13.6156154Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-12-01T10:27:13.6156684Z test_align_to (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:13.6157164Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:27:13.6157651Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6158050Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6158499Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:27:13.6158954Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6159452Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6159916Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6160366Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6160833Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.019s) 2022-12-01T10:27:13.6161285Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.339s) 2022-12-01T10:27:13.6161690Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6162115Z test_bmm (__main__.TestNamedTensor) ... ok (0.019s) 2022-12-01T10:27:13.6162543Z test_cat (__main__.TestNamedTensor) ... ok (0.015s) 2022-12-01T10:27:13.6163015Z test_cdist (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6163525Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:27:13.6164118Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6164633Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6165131Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6165625Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6166086Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6166562Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6167044Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6167533Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:27:13.6168074Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.019s) 2022-12-01T10:27:13.6168583Z test_flatten (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:27:13.6169088Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6169589Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6170095Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6170593Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6171086Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6171790Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6172290Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6172794Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:27:13.6173302Z test_masked_select (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:13.6173788Z test_matmul (__main__.TestNamedTensor) ... ok (0.022s) 2022-12-01T10:27:13.6174286Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6175046Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6175595Z test_mm (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:13.6176116Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6176627Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.047s) 2022-12-01T10:27:13.6177181Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:13.6177733Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6178291Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6178815Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6179335Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6179884Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6180434Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6180978Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.021s) 2022-12-01T10:27:13.6181481Z test_pow_special (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6181991Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6182505Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.104s) 2022-12-01T10:27:13.6182996Z test_refine_names (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:13.6183493Z test_rename (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:27:13.6183981Z test_rename_ (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:27:13.6184481Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6184987Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6185477Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:13.6185963Z test_resize (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:13.6186427Z test_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6186938Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:27:13.6187479Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:27:13.6188037Z test_size (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:13.6188546Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6189080Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6189558Z test_stride (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:13.6190050Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:13.6191033Z 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:13.6191905Z tensor = torch.tensor(x) 2022-12-01T10:27:13.6192697Z 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:13.6193488Z tensor = torch.tensor(x, names=None) 2022-12-01T10:27:13.6194299Z 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:13.6195237Z tensor = torch.tensor(x, names=('N', 'C')) 2022-12-01T10:27:13.6195608Z ok (0.003s) 2022-12-01T10:27:13.6196017Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6197078Z 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:13.6198021Z tensor = torch.tensor(x, names=names) 2022-12-01T10:27:13.6198390Z ok (0.001s) 2022-12-01T10:27:13.6198811Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6199366Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6199888Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6200406Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.020s) 2022-12-01T10:27:13.6200942Z test_unflatten (__main__.TestNamedTensor) ... ok (0.016s) 2022-12-01T10:27:13.6201478Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:27:13.6202094Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6202767Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6203439Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:13.6203870Z 2022-12-01T10:27:13.6204273Z ---------------------------------------------------------------------- 2022-12-01T10:27:13.6204713Z Ran 86 tests in 0.867s 2022-12-01T10:27:13.6204927Z 2022-12-01T10:27:13.6205064Z OK (skipped=4) 2022-12-01T10:27:13.6205265Z 2022-12-01T10:27:13.6205427Z Generating XML reports... 2022-12-01T10:27:13.6206222Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201102712.xml 2022-12-01T10:27:13.6206648Z 2022-12-01T10:27:13.6207133Z ##[endgroup] 2022-12-01T10:27:13.6207874Z FINISHED PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_wxv3sidn) 2022-12-01T10:27:13.6208293Z 2022-12-01T10:27:13.8061013Z 2022-12-01T10:27:13.8061519Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T10:27:13.8062667Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_gjykibd3) 2022-12-01T10:27:13.8063655Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-12-01T10:27:13.8064011Z 2022-12-01T10:27:13.8064127Z Running tests... 2022-12-01T10:27:13.8065988Z ---------------------------------------------------------------------- 2022-12-01T10:27:13.8066846Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-12-01T10:27:13.8067537Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:27:13.8068263Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:27:13.8069054Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:27:13.8069671Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:27:13.8070230Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T10:27:13.8070777Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T10:27:13.8071311Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:27:13.8071728Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:27:13.8072027Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:27:13.8072330Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.131s) 2022-12-01T10:27:13.8072663Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-12-01T10:27:13.8073179Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-12-01T10:27:13.8073507Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-12-01T10:27:13.8073879Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-12-01T10:27:13.8074195Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-12-01T10:27:13.8074513Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T10:27:13.8074811Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T10:27:13.8075121Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T10:27:13.8075449Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:27:13.8076010Z 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:27:13.8076545Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-12-01T10:27:13.8076784Z ok (0.021s) 2022-12-01T10:27:13.8077027Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8077340Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8077664Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8077983Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8078302Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8078609Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8078929Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8079247Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8079565Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8079871Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8080194Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8080516Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8080823Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8081140Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:27:13.8081457Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8081773Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8082074Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8082391Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8082707Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8083015Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8083341Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8083670Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:27:13.8084099Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8084408Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8084781Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8085103Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8085438Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8085757Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8086073Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8086391Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8086699Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8087025Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8087350Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8087676Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8088001Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8088325Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8088643Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8088952Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8089265Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8089582Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8089886Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8090206Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8090525Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8090848Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8091167Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8091489Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8092009Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8092316Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8092630Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8092980Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8093542Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8094113Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:27:13.8094699Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:27:13.8095030Z 2022-12-01T10:27:13.8095437Z ---------------------------------------------------------------------- 2022-12-01T10:27:13.8095889Z Ran 74 tests in 1.583s 2022-12-01T10:27:13.8096086Z 2022-12-01T10:27:13.8096193Z OK 2022-12-01T10:27:13.8096292Z 2022-12-01T10:27:13.8096377Z Generating XML reports... 2022-12-01T10:27:13.8096833Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201102711.xml 2022-12-01T10:27:13.8097088Z 2022-12-01T10:27:13.8097366Z ##[endgroup] 2022-12-01T10:27:13.8097779Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_gjykibd3) 2022-12-01T10:27:13.8098014Z 2022-12-01T10:27:15.1725232Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:15.2357327Z Ignoring disabled issues: [] 2022-12-01T10:27:15.2510710Z Running test_model_dump ... [2022-12-01 10:27:15.250748] 2022-12-01T10:27:15.2512357Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:15.251022] 2022-12-01T10:27:15.3784617Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:15.4409122Z Ignoring disabled issues: [] 2022-12-01T10:27:15.4559668Z Running test_monitor ... [2022-12-01 10:27:15.455636] 2022-12-01T10:27:15.4561283Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:15.455911] 2022-12-01T10:27:17.2932387Z 2022-12-01T10:27:17.2933043Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:27:17.2934314Z ##[group]PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_gbe6kl54) 2022-12-01T10:27:17.2935035Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-12-01T10:27:17.2935230Z 2022-12-01T10:27:17.2935290Z Running tests... 2022-12-01T10:27:17.2935605Z ---------------------------------------------------------------------- 2022-12-01T10:27:17.2935902Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.229s) 2022-12-01T10:27:17.2936162Z test_invalid_json (__main__.TestModelDump) ... ok (0.019s) 2022-12-01T10:27:17.2936416Z test_main (__main__.TestModelDump) ... ok (0.016s) 2022-12-01T10:27:17.2936715Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-12-01T10:27:17.2937020Z test_model_with_lists (__main__.TestModelDump) ... ok (0.004s) 2022-12-01T10:27:17.2937289Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.274s) 2022-12-01T10:27:17.2937571Z test_quantized_model (__main__.TestModelDump) ... ok (0.199s) 2022-12-01T10:27:17.2937846Z test_scripted_model (__main__.TestModelDump) ... ok (0.011s) 2022-12-01T10:27:17.2938099Z test_traced_model (__main__.TestModelDump) ... ok (0.017s) 2022-12-01T10:27:17.2938249Z 2022-12-01T10:27:17.2938445Z ---------------------------------------------------------------------- 2022-12-01T10:27:17.2938684Z Ran 9 tests in 0.773s 2022-12-01T10:27:17.2938796Z 2022-12-01T10:27:17.2938865Z OK (skipped=1) 2022-12-01T10:27:17.2938959Z 2022-12-01T10:27:17.2939043Z Generating XML reports... 2022-12-01T10:27:17.2939460Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201102716.xml 2022-12-01T10:27:17.2939686Z 2022-12-01T10:27:17.2939906Z ##[endgroup] 2022-12-01T10:27:17.2940270Z FINISHED PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_gbe6kl54) 2022-12-01T10:27:17.2940484Z 2022-12-01T10:27:17.3478394Z 2022-12-01T10:27:17.3478934Z Expand the folded group to see the log file of test_monitor 2022-12-01T10:27:17.3479804Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_if68ixfv) 2022-12-01T10:27:17.3480317Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-12-01T10:27:17.3480508Z 2022-12-01T10:27:17.3480582Z Running tests... 2022-12-01T10:27:17.3480896Z ---------------------------------------------------------------------- 2022-12-01T10:27:17.3481187Z test_event_handler (__main__.TestMonitor) ... ok (0.223s) 2022-12-01T10:27:17.3481440Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:27:17.3481698Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-12-01T10:27:17.3481947Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:27:17.3482211Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.361s) 2022-12-01T10:27:17.3482377Z 2022-12-01T10:27:17.3482572Z ---------------------------------------------------------------------- 2022-12-01T10:27:17.3482810Z Ran 5 tests in 0.589s 2022-12-01T10:27:17.3483116Z 2022-12-01T10:27:17.3483181Z OK 2022-12-01T10:27:17.3483260Z 2022-12-01T10:27:17.3483346Z Generating XML reports... 2022-12-01T10:27:17.3483876Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201102716.xml 2022-12-01T10:27:17.3484406Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201102716.xml 2022-12-01T10:27:17.3484650Z 2022-12-01T10:27:17.3484867Z ##[endgroup] 2022-12-01T10:27:17.3485242Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_if68ixfv) 2022-12-01T10:27:17.3485453Z 2022-12-01T10:27:18.8402354Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:18.8657916Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:18.9020594Z Ignoring disabled issues: [] 2022-12-01T10:27:18.9170929Z Running test_function_schema ... [2022-12-01 10:27:18.916871] 2022-12-01T10:27:18.9173369Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:18.917129] 2022-12-01T10:27:18.9274778Z Ignoring disabled issues: [] 2022-12-01T10:27:18.9425623Z Running nn/test_packed_sequence ... [2022-12-01 10:27:18.942329] 2022-12-01T10:27:18.9427611Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:18.942577] 2022-12-01T10:27:20.5761489Z 2022-12-01T10:27:20.5762125Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:27:20.5763162Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_315ulkej) 2022-12-01T10:27:20.5763784Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T10:27:20.5763979Z 2022-12-01T10:27:20.5764055Z Running tests... 2022-12-01T10:27:20.5764371Z ---------------------------------------------------------------------- 2022-12-01T10:27:20.5764688Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.255s) 2022-12-01T10:27:20.5764997Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.083s) 2022-12-01T10:27:20.5765282Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.014s) 2022-12-01T10:27:20.5765583Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:27:20.5765918Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:27:20.5766213Z test_to (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:27:20.5766473Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:27:20.5766755Z test_total_length (__main__.PackedSequenceTest) ... ok (0.004s) 2022-12-01T10:27:20.5767085Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:27:20.5767374Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.023s) 2022-12-01T10:27:20.5767681Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.011s) 2022-12-01T10:27:20.5767970Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.010s) 2022-12-01T10:27:20.5768255Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:27:20.5768400Z 2022-12-01T10:27:20.5768602Z ---------------------------------------------------------------------- 2022-12-01T10:27:20.5768841Z Ran 12 tests in 0.412s 2022-12-01T10:27:20.5768953Z 2022-12-01T10:27:20.5769012Z OK 2022-12-01T10:27:20.5769103Z 2022-12-01T10:27:20.5769175Z Generating XML reports... 2022-12-01T10:27:20.5769623Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201102719.xml 2022-12-01T10:27:20.5769873Z 2022-12-01T10:27:20.5770100Z ##[endgroup] 2022-12-01T10:27:20.5770687Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_315ulkej) 2022-12-01T10:27:20.5770923Z 2022-12-01T10:27:20.6098022Z 2022-12-01T10:27:20.6098466Z Expand the folded group to see the log file of test_function_schema 2022-12-01T10:27:20.6099842Z ##[group]PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_b0p23ft1) 2022-12-01T10:27:20.6100721Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-12-01T10:27:20.6101054Z 2022-12-01T10:27:20.6101164Z Running tests... 2022-12-01T10:27:20.6101723Z ---------------------------------------------------------------------- 2022-12-01T10:27:20.6102290Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.227s) 2022-12-01T10:27:20.6102629Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6102939Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6103287Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6103645Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6103976Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6104330Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-12-01T10:27:20.6104634Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6104910Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6105194Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.240s) 2022-12-01T10:27:20.6105518Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6105863Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6106212Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:27:20.6106388Z 2022-12-01T10:27:20.6106591Z ---------------------------------------------------------------------- 2022-12-01T10:27:20.6106837Z Ran 13 tests in 0.479s 2022-12-01T10:27:20.6106950Z 2022-12-01T10:27:20.6107010Z OK 2022-12-01T10:27:20.6107100Z 2022-12-01T10:27:20.6107171Z Generating XML reports... 2022-12-01T10:27:20.6107602Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201102719.xml 2022-12-01T10:27:20.6107843Z 2022-12-01T10:27:20.6108068Z ##[endgroup] 2022-12-01T10:27:20.6108449Z FINISHED PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_b0p23ft1) 2022-12-01T10:27:20.6108672Z 2022-12-01T10:27:22.1200628Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:22.1501683Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:22.1814652Z Ignoring disabled issues: [] 2022-12-01T10:27:22.1969069Z Running test_type_info ... [2022-12-01 10:27:22.196635] 2022-12-01T10:27:22.1971164Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:22.196893] 2022-12-01T10:27:22.2111150Z Ignoring disabled issues: [] 2022-12-01T10:27:22.2263560Z Running test_numpy_interop ... [2022-12-01 10:27:22.226084] 2022-12-01T10:27:22.2265678Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:22.226331] 2022-12-01T10:27:23.6723863Z 2022-12-01T10:27:23.6724403Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:27:23.6725334Z ##[group]PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_ny5_8xz3) 2022-12-01T10:27:23.6726180Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-12-01T10:27:23.6726507Z 2022-12-01T10:27:23.6726924Z Running tests... 2022-12-01T10:27:23.6727473Z ---------------------------------------------------------------------- 2022-12-01T10:27:23.6727999Z test_finfo (__main__.TestDTypeInfo) ... ok (0.234s) 2022-12-01T10:27:23.6728547Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:27:23.6728875Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-12-01T10:27:23.6729028Z 2022-12-01T10:27:23.6729229Z ---------------------------------------------------------------------- 2022-12-01T10:27:23.6729474Z Ran 3 tests in 0.237s 2022-12-01T10:27:23.6729586Z 2022-12-01T10:27:23.6729645Z OK 2022-12-01T10:27:23.6729724Z 2022-12-01T10:27:23.6729809Z Generating XML reports... 2022-12-01T10:27:23.6730219Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201102723.xml 2022-12-01T10:27:23.6730446Z 2022-12-01T10:27:23.6730676Z ##[endgroup] 2022-12-01T10:27:23.6731048Z FINISHED PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_ny5_8xz3) 2022-12-01T10:27:23.6731365Z 2022-12-01T10:27:23.8213444Z 2022-12-01T10:27:23.8213929Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:27:23.8214940Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_dz5ytvpf) 2022-12-01T10:27:23.8215888Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-12-01T10:27:23.8216202Z 2022-12-01T10:27:23.8216323Z Running tests... 2022-12-01T10:27:23.8216880Z ---------------------------------------------------------------------- 2022-12-01T10:27:23.8218060Z 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:23.8219172Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-12-01T10:27:23.8219603Z ok (0.003s) 2022-12-01T10:27:23.8220044Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8220448Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-12-01T10:27:23.8220981Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.008s) 2022-12-01T10:27:23.8221520Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8222114Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8222709Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-12-01T10:27:23.8223245Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-12-01T10:27:23.8223687Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8224000Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8224320Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:27:23.8224625Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8225049Z 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:23.8225392Z self.assertFalse(t == a) 2022-12-01T10:27:23.8225563Z ok (0.003s) 2022-12-01T10:27:23.8225809Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:27:23.8226130Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8226446Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8226941Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8227258Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8227635Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8227937Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8228250Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8228563Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:23.8228867Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-12-01T10:27:23.8229166Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:23.8229455Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.033s) 2022-12-01T10:27:23.8229761Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-12-01T10:27:23.8229937Z 2022-12-01T10:27:23.8230144Z ---------------------------------------------------------------------- 2022-12-01T10:27:23.8230390Z Ran 26 tests in 0.121s 2022-12-01T10:27:23.8230506Z 2022-12-01T10:27:23.8230567Z OK 2022-12-01T10:27:23.8230657Z 2022-12-01T10:27:23.8230744Z Generating XML reports... 2022-12-01T10:27:23.8231170Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201102723.xml 2022-12-01T10:27:23.8231417Z 2022-12-01T10:27:23.8231673Z ##[endgroup] 2022-12-01T10:27:23.8232071Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_dz5ytvpf) 2022-12-01T10:27:23.8232281Z 2022-12-01T10:27:25.2105648Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:25.2727935Z Ignoring disabled issues: [] 2022-12-01T10:27:25.2884471Z Running test_dlpack ... [2022-12-01 10:27:25.288155] 2022-12-01T10:27:25.2886805Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:25.288435] 2022-12-01T10:27:25.4023008Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:25.4633325Z Ignoring disabled issues: [] 2022-12-01T10:27:26.7680364Z 2022-12-01T10:27:26.7681540Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:27:26.7682515Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_8qjdxf29) 2022-12-01T10:27:26.7683393Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T10:27:26.7683768Z 2022-12-01T10:27:26.7683960Z Running tests... 2022-12-01T10:27:26.7684524Z ---------------------------------------------------------------------- 2022-12-01T10:27:26.7685067Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:26.7685618Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7686184Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7686732Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7687336Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7687827Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7688159Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7688494Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7688824Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7689144Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7689660Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7690039Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7690507Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7690894Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7691291Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7691867Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7692243Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7692637Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7693024Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7693415Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7693787Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7694172Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7694558Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7694948Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7695327Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7695716Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7696095Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7696473Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7696834Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7697208Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7697582Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7697960Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7698322Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7698685Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:26.7699024Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:26.7699341Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7699645Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7699968Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7700290Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7700667Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7701015Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7701400Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7701774Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7702117Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7702439Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7702775Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7703105Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7703422Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7703758Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7704088Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7704418Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7704733Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7705075Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7705422Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7705769Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7706097Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7706436Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7706770Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7707093Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7707426Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7707760Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7708089Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7708391Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7708701Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7709011Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7709309Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7709615Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7709918Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7710212Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7710499Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7710796Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7711093Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7711375Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7711683Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7712040Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7712363Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7712670Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7713018Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7713336Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7713636Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7713946Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7714258Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7714570Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7714869Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:26.7715202Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7715555Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7715890Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7716235Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7716574Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7716912Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7717228Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7717565Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7717897Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7718222Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7718556Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:26.7718739Z 2022-12-01T10:27:26.7718973Z ---------------------------------------------------------------------- 2022-12-01T10:27:26.7719220Z Ran 95 tests in 0.110s 2022-12-01T10:27:26.7719339Z 2022-12-01T10:27:26.7719400Z OK (skipped=23) 2022-12-01T10:27:26.7719513Z 2022-12-01T10:27:26.7719599Z Generating XML reports... 2022-12-01T10:27:26.7720028Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201102726.xml 2022-12-01T10:27:26.7720268Z 2022-12-01T10:27:26.7720535Z ##[endgroup] 2022-12-01T10:27:26.7720910Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_8qjdxf29) 2022-12-01T10:27:26.7721120Z 2022-12-01T10:27:27.0595461Z Running test_ops_jit ... [2022-12-01 10:27:27.059156] 2022-12-01T10:27:28.2023990Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:28.2375632Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:28.2644066Z Ignoring disabled issues: [] 2022-12-01T10:27:28.2802274Z 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:27:28.279883] 2022-12-01T10:27:28.2998383Z Ignoring disabled issues: [] 2022-12-01T10:27:28.3154099Z 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:27:28.315074] 2022-12-01T10:33:38.8169947Z 2022-12-01T10:33:38.8171104Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:33:38.8172174Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_w5b_ypgw) 2022-12-01T10:33:38.8195119Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-45d2658b42e5a4bc.xml 2022-12-01T10:33:38.8196183Z ============================= test session starts ============================== 2022-12-01T10:33:38.8196700Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:33:38.8197115Z cachedir: .pytest_cache 2022-12-01T10:33:38.8197822Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:33:38.8198446Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:33:38.8199366Z 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:33:38.8200077Z collecting ... collected 1018 items / 3 deselected / 1015 selected 2022-12-01T10:33:38.8347519Z 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:33:38.8411338Z 2022-12-01T10:33:38.8411530Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 PASSED [ 0%] 2022-12-01T10:33:38.8412069Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 PASSED [ 0%] 2022-12-01T10:33:38.8412567Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 PASSED [ 0%] 2022-12-01T10:33:38.8413128Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 PASSED [ 0%] 2022-12-01T10:33:38.8413676Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 PASSED [ 1%] 2022-12-01T10:33:38.8414190Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 XFAIL [ 1%] 2022-12-01T10:33:38.8414733Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 PASSED [ 1%] 2022-12-01T10:33:38.8415320Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:33:38.8415986Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-12-01T10:33:38.8416607Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 PASSED [ 2%] 2022-12-01T10:33:38.8417122Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 PASSED [ 2%] 2022-12-01T10:33:38.8417451Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 PASSED [ 2%] 2022-12-01T10:33:38.8417831Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 PASSED [ 2%] 2022-12-01T10:33:38.8418175Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-12-01T10:33:38.8418535Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 PASSED [ 3%] 2022-12-01T10:33:38.8418882Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 PASSED [ 3%] 2022-12-01T10:33:38.8419215Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 PASSED [ 3%] 2022-12-01T10:33:38.8419547Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 PASSED [ 3%] 2022-12-01T10:33:38.8419882Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 PASSED [ 3%] 2022-12-01T10:33:38.8420218Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 PASSED [ 4%] 2022-12-01T10:33:38.8420537Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 PASSED [ 4%] 2022-12-01T10:33:38.8420865Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 XFAIL [ 4%] 2022-12-01T10:33:38.8421190Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 PASSED [ 4%] 2022-12-01T10:33:38.8421525Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 5%] 2022-12-01T10:33:38.8421866Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 PASSED [ 5%] 2022-12-01T10:33:38.8422210Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 PASSED [ 5%] 2022-12-01T10:33:38.8422569Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:33:38.8422930Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 5%] 2022-12-01T10:33:38.8423314Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:38.8423672Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 PASSED [ 6%] 2022-12-01T10:33:38.8424007Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 PASSED [ 6%] 2022-12-01T10:33:38.8424326Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 PASSED [ 6%] 2022-12-01T10:33:38.8424649Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 XFAIL [ 6%] 2022-12-01T10:33:38.8424972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:33:38.8425299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 PASSED [ 7%] 2022-12-01T10:33:38.8425650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 PASSED [ 7%] 2022-12-01T10:33:38.8425989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:33:38.8426333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:33:38.8426666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:33:38.8427003Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:33:38.8427339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 PASSED [ 8%] 2022-12-01T10:33:38.8427679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 PASSED [ 8%] 2022-12-01T10:33:38.8428011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:38.8428346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:38.8428728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:38.8429061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:38.8429442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:38.8429787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:38.8440624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:38.8440983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:38.8441326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:38.8441674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:38.8442478Z 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:33:38.8443475Z [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:33:38.8444375Z [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:33:38.8445267Z [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:33:38.8445775Z PASSED [ 11%] 2022-12-01T10:33:38.8446033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:38.8446400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-12-01T10:33:38.8446766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:38.8447129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:38.8447478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:38.8447877Z 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:33:38.8448319Z 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:33:38.8448704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:38.8449033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:38.8449467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:38.8449808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:38.8450141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:38.8450542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:38.8450890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 XFAIL [ 14%] 2022-12-01T10:33:38.8451233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:38.8451568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 XFAIL [ 14%] 2022-12-01T10:33:38.8456237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:33:38.8456582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 XFAIL [ 14%] 2022-12-01T10:33:38.8456935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:33:38.8457298Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 15%] 2022-12-01T10:33:38.8457662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 XFAIL [ 15%] 2022-12-01T10:33:38.8457996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 XFAIL [ 15%] 2022-12-01T10:33:38.8458326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 XFAIL [ 15%] 2022-12-01T10:33:38.8458675Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 PASSED [ 16%] 2022-12-01T10:33:38.8459014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:38.8459352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:33:38.8459679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:33:38.8460010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 XFAIL [ 17%] 2022-12-01T10:33:38.8460359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:38.8460697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:38.8461038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 PASSED [ 17%] 2022-12-01T10:33:38.8461378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:38.8461722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:38.8462061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:38.8462401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:38.8462752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 PASSED [ 18%] 2022-12-01T10:33:38.8463115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:38.8463445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 PASSED [ 19%] 2022-12-01T10:33:38.8463782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 PASSED [ 19%] 2022-12-01T10:33:38.8464133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 PASSED [ 19%] 2022-12-01T10:33:38.8464469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 PASSED [ 19%] 2022-12-01T10:33:38.8464808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 PASSED [ 19%] 2022-12-01T10:33:38.8465144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 PASSED [ 20%] 2022-12-01T10:33:38.8465578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 PASSED [ 20%] 2022-12-01T10:33:38.8466128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 PASSED [ 20%] 2022-12-01T10:33:38.8466512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 PASSED [ 20%] 2022-12-01T10:33:38.8466870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:38.8467249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:38.8467591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:38.8467935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:38.8468281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:38.8468618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:38.8468960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:38.8469315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:38.8469687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:38.8470042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:38.8470394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:38.8470736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 XFAIL [ 23%] 2022-12-01T10:33:38.8471084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:38.8471420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:38.8471779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:33:38.8472149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:33:38.8472483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:38.8472820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:38.8473158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:38.8473491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:38.8473808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:38.8474145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:38.8474491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:38.8474820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:38.8475165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:38.8475508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:38.8475849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:38.8476189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:38.8476542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:38.8476889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:38.8477275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:38.8477613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:38.8477993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:38.8478350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:38.8478686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:38.8479033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:38.8479385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:38.8479731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:38.8480063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:33:38.8480396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 XFAIL [ 29%] 2022-12-01T10:33:38.8480736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:38.8481064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:38.8481407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:38.8481745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:38.8482163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:33:38.8482482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 XFAIL [ 30%] 2022-12-01T10:33:38.8482845Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:33:38.8483224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:33:38.8483581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 PASSED [ 31%] 2022-12-01T10:33:38.8483903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 PASSED [ 31%] 2022-12-01T10:33:38.8484238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 PASSED [ 31%] 2022-12-01T10:33:38.8484571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 PASSED [ 31%] 2022-12-01T10:33:38.8484895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 PASSED [ 31%] 2022-12-01T10:33:38.8485236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 PASSED [ 32%] 2022-12-01T10:33:38.8485573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 PASSED [ 32%] 2022-12-01T10:33:38.8485932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:33:38.8486296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:33:38.8486657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 PASSED [ 32%] 2022-12-01T10:33:38.8487000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 XFAIL [ 33%] 2022-12-01T10:33:38.8487344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 PASSED [ 33%] 2022-12-01T10:33:38.8487669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 PASSED [ 33%] 2022-12-01T10:33:38.8488008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 PASSED [ 33%] 2022-12-01T10:33:38.8488351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 PASSED [ 34%] 2022-12-01T10:33:38.8488740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 PASSED [ 34%] 2022-12-01T10:33:38.8489091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 PASSED [ 34%] 2022-12-01T10:33:38.8489479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 PASSED [ 34%] 2022-12-01T10:33:38.8489828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 PASSED [ 34%] 2022-12-01T10:33:38.8490164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 PASSED [ 35%] 2022-12-01T10:33:38.8490509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 PASSED [ 35%] 2022-12-01T10:33:38.8490850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 XFAIL [ 35%] 2022-12-01T10:33:38.8491179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 PASSED [ 35%] 2022-12-01T10:33:38.8491523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 PASSED [ 35%] 2022-12-01T10:33:38.8492034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 PASSED [ 36%] 2022-12-01T10:33:38.8492386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 PASSED [ 36%] 2022-12-01T10:33:38.8492775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 PASSED [ 36%] 2022-12-01T10:33:38.8493113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 PASSED [ 36%] 2022-12-01T10:33:38.8493503Z 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:33:38.8493940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:38.8494353Z 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:33:38.8494767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:38.8495136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 PASSED [ 37%] 2022-12-01T10:33:38.8495484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 PASSED [ 38%] 2022-12-01T10:33:38.8495813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 PASSED [ 38%] 2022-12-01T10:33:38.8496149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 PASSED [ 38%] 2022-12-01T10:33:38.8496484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 PASSED [ 38%] 2022-12-01T10:33:38.8496820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 PASSED [ 38%] 2022-12-01T10:33:38.8497172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 PASSED [ 39%] 2022-12-01T10:33:38.8497535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 PASSED [ 39%] 2022-12-01T10:33:38.8497901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 PASSED [ 39%] 2022-12-01T10:33:38.8498251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 PASSED [ 39%] 2022-12-01T10:33:38.8498630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 PASSED [ 39%] 2022-12-01T10:33:38.8499016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 PASSED [ 40%] 2022-12-01T10:33:38.8499384Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 PASSED [ 40%] 2022-12-01T10:33:38.8499727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 PASSED [ 40%] 2022-12-01T10:33:38.8500092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 PASSED [ 40%] 2022-12-01T10:33:38.8500531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 PASSED [ 40%] 2022-12-01T10:33:38.8500895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 XFAIL [ 41%] 2022-12-01T10:33:38.8501307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 PASSED [ 41%] 2022-12-01T10:33:38.8501677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 PASSED [ 41%] 2022-12-01T10:33:38.8502040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 PASSED [ 41%] 2022-12-01T10:33:38.8502388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 PASSED [ 42%] 2022-12-01T10:33:38.8502754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 PASSED [ 42%] 2022-12-01T10:33:38.8503132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:33:38.8503516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 42%] 2022-12-01T10:33:38.8503895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 42%] 2022-12-01T10:33:38.8504273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 PASSED [ 43%] 2022-12-01T10:33:38.8504632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 PASSED [ 43%] 2022-12-01T10:33:38.8504987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 PASSED [ 43%] 2022-12-01T10:33:38.8505351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 43%] 2022-12-01T10:33:38.8505722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 PASSED [ 43%] 2022-12-01T10:33:38.8506091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 PASSED [ 44%] 2022-12-01T10:33:38.8506453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 PASSED [ 44%] 2022-12-01T10:33:38.8506892Z 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:33:38.8507316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 PASSED [ 44%] 2022-12-01T10:33:38.8507676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 PASSED [ 44%] 2022-12-01T10:33:38.8508020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:33:38.8508378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 PASSED [ 45%] 2022-12-01T10:33:38.8508752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 PASSED [ 45%] 2022-12-01T10:33:38.8509131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 PASSED [ 45%] 2022-12-01T10:33:38.8509488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 PASSED [ 46%] 2022-12-01T10:33:38.8509851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:33:38.8510221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 PASSED [ 46%] 2022-12-01T10:33:38.8510584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 PASSED [ 46%] 2022-12-01T10:33:38.8510931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 PASSED [ 46%] 2022-12-01T10:33:38.8511280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 XFAIL [ 47%] 2022-12-01T10:33:38.8511655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 PASSED [ 47%] 2022-12-01T10:33:38.8511976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 PASSED [ 47%] 2022-12-01T10:33:38.8512340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 PASSED [ 47%] 2022-12-01T10:33:38.8512673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 PASSED [ 47%] 2022-12-01T10:33:38.8513007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 PASSED [ 48%] 2022-12-01T10:33:38.8513327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 PASSED [ 48%] 2022-12-01T10:33:38.8513668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 PASSED [ 48%] 2022-12-01T10:33:38.8514017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 PASSED [ 48%] 2022-12-01T10:33:38.8514358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 XFAIL [ 48%] 2022-12-01T10:33:38.8514701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 PASSED [ 49%] 2022-12-01T10:33:38.8515041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 XFAIL [ 49%] 2022-12-01T10:33:38.8515372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 XFAIL [ 49%] 2022-12-01T10:33:38.8515699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 PASSED [ 49%] 2022-12-01T10:33:38.8516047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:38.8516385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 XFAIL [ 50%] 2022-12-01T10:33:38.8516724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:33:38.8517056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32 XFAIL [ 50%] 2022-12-01T10:33:38.8517407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:33:38.8517781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:33:38.8518158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:33:38.8518541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:33:38.8518901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:38.8519258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32 XFAIL [ 51%] 2022-12-01T10:33:38.8519620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-12-01T10:33:38.8519990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32 XFAIL [ 52%] 2022-12-01T10:33:38.8520334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32 XFAIL [ 52%] 2022-12-01T10:33:38.8520693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:33:38.8521042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32 XFAIL [ 52%] 2022-12-01T10:33:38.8521404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:38.8521830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:38.8522181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:38.8522538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32 XFAIL [ 53%] 2022-12-01T10:33:38.8522920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32 XFAIL [ 53%] 2022-12-01T10:33:38.8523266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32 XFAIL [ 54%] 2022-12-01T10:33:38.8523598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64 XFAIL [ 54%] 2022-12-01T10:33:38.8523979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:38.8524341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:38.8524720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:38.8525087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:38.8525478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:33:38.8525867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:38.8526208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:38.8526548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:38.8526886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:38.8527224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:38.8527544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:38.8527878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:38.8528205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:38.8528548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:38.8528891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:33:38.8529250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:38.8529611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:38.8529941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:38.8530274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:38.8530608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:38.8530965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:33:38.8531377Z 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:33:38.8531946Z 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:33:38.8532351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:38.8532702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:38.8533093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:33:38.8533513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:38.8533905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:38.8534362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:38.8534740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:38.8535161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:38.8535536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:38.8535892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:38.8536261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:38.8536663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 SKIPPED (Works on some configs!) [ 61%] 2022-12-01T10:33:38.8537083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:33:38.8537477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:38.8537867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:38.8538243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 XFAIL [ 62%] 2022-12-01T10:33:38.8538613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 XFAIL [ 62%] 2022-12-01T10:33:38.8538963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:38.8539329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 XFAIL [ 63%] 2022-12-01T10:33:38.8539726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 63%] 2022-12-01T10:33:38.8540133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-12-01T10:33:38.8540529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:33:38.8540929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:38.8541307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 XFAIL [ 64%] 2022-12-01T10:33:38.8541679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:38.8542035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:38.8542421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:33:38.8542814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 XFAIL [ 65%] 2022-12-01T10:33:38.8543194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 XFAIL [ 65%] 2022-12-01T10:33:38.8543571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 XFAIL [ 65%] 2022-12-01T10:33:38.8543957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 XFAIL [ 65%] 2022-12-01T10:33:38.8544348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 XFAIL [ 65%] 2022-12-01T10:33:38.8544713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 XFAIL [ 66%] 2022-12-01T10:33:38.8545084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:38.8545483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:38.8545856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:38.8546314Z 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:33:38.8546747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:38.8547133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:38.8547517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:38.8547897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:38.8548285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:38.8548670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:38.8549057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:38.8549441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:33:38.8549856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:33:38.8550246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:38.8550631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:33:38.8551029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:33:38.8551427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:38.8551802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 XFAIL [ 69%] 2022-12-01T10:33:38.8552166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:38.8552517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:38.8552880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:38.8553236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:38.8553595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:38.8553968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:38.8554352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:38.8554734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:38.8555099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:38.8555484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:38.8555876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:38.8556306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:38.8556672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:33:38.8557046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:38.8557386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:38.8557723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:38.8558052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:33:38.8558395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:33:38.8558737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 XFAIL [ 73%] 2022-12-01T10:33:38.8559074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 XFAIL [ 74%] 2022-12-01T10:33:38.8559435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:33:38.8559786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 PASSED [ 74%] 2022-12-01T10:33:38.8560133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:38.8560460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 PASSED [ 75%] 2022-12-01T10:33:38.8560797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 PASSED [ 75%] 2022-12-01T10:33:38.8561138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 PASSED [ 75%] 2022-12-01T10:33:38.8561482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:38.8561917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:33:38.8562328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:33:38.8562726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:33:38.8563088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 PASSED [ 76%] 2022-12-01T10:33:38.8563439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:38.8563777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 PASSED [ 76%] 2022-12-01T10:33:38.8564116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 PASSED [ 77%] 2022-12-01T10:33:38.8564441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 PASSED [ 77%] 2022-12-01T10:33:38.8564775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:38.8565114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:38.8565455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 XFAIL [ 77%] 2022-12-01T10:33:38.8565787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:33:38.8566128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:33:38.8566474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 PASSED [ 78%] 2022-12-01T10:33:38.8566804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 PASSED [ 78%] 2022-12-01T10:33:38.8567154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 PASSED [ 78%] 2022-12-01T10:33:38.8567506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:38.8567914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:38.8568246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:38.8568628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:38.8568997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:38.8569375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:38.8569737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 PASSED [ 80%] 2022-12-01T10:33:38.8570084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:38.8570431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 PASSED [ 80%] 2022-12-01T10:33:38.8570769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 PASSED [ 81%] 2022-12-01T10:33:38.8571122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:38.8571474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 PASSED [ 81%] 2022-12-01T10:33:38.8571961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:38.8572289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 PASSED [ 81%] 2022-12-01T10:33:38.8572640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 PASSED [ 82%] 2022-12-01T10:33:38.8572985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 PASSED [ 82%] 2022-12-01T10:33:38.8573306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 PASSED [ 82%] 2022-12-01T10:33:38.8573648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 PASSED [ 82%] 2022-12-01T10:33:38.8573993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 PASSED [ 82%] 2022-12-01T10:33:38.8574349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 PASSED [ 83%] 2022-12-01T10:33:38.8574721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 SKIPPED (Expected failure!) [ 83%] 2022-12-01T10:33:38.8575093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 PASSED [ 83%] 2022-12-01T10:33:38.8575437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 PASSED [ 83%] 2022-12-01T10:33:38.8575771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 PASSED [ 84%] 2022-12-01T10:33:38.8576094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 XFAIL [ 84%] 2022-12-01T10:33:38.8576429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 PASSED [ 84%] 2022-12-01T10:33:38.8576763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 PASSED [ 84%] 2022-12-01T10:33:38.8577351Z 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:33:38.8577776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:33:38.8578173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:33:38.8578552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 PASSED [ 85%] 2022-12-01T10:33:38.8578899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 PASSED [ 85%] 2022-12-01T10:33:38.8579253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 PASSED [ 85%] 2022-12-01T10:33:38.8579691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 PASSED [ 86%] 2022-12-01T10:33:38.8580063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 PASSED [ 86%] 2022-12-01T10:33:38.8580439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 PASSED [ 86%] 2022-12-01T10:33:38.8581001Z 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:33:38.8581441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 PASSED [ 86%] 2022-12-01T10:33:38.8581812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 PASSED [ 87%] 2022-12-01T10:33:38.8582179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 PASSED [ 87%] 2022-12-01T10:33:38.8582546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 PASSED [ 87%] 2022-12-01T10:33:38.8582938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 XFAIL [ 87%] 2022-12-01T10:33:38.8583329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:38.8583719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:38.8584313Z 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:33:38.8584959Z 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:33:38.8585395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:38.8585733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 PASSED [ 89%] 2022-12-01T10:33:38.8586088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:38.8586435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:38.8586764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 PASSED [ 89%] 2022-12-01T10:33:38.8587111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 PASSED [ 89%] 2022-12-01T10:33:38.8587447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:38.8587837Z 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:33:38.8588207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 PASSED [ 90%] 2022-12-01T10:33:38.8588553Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 PASSED [ 90%] 2022-12-01T10:33:38.8588905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 XFAIL [ 90%] 2022-12-01T10:33:38.8589251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:38.8589575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 PASSED [ 91%] 2022-12-01T10:33:38.8589909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:38.8590253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 PASSED [ 91%] 2022-12-01T10:33:38.8590593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 PASSED [ 92%] 2022-12-01T10:33:38.8590939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 PASSED [ 92%] 2022-12-01T10:33:38.8591309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 PASSED [ 92%] 2022-12-01T10:33:38.8591645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 PASSED [ 92%] 2022-12-01T10:33:38.8592009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 PASSED [ 92%] 2022-12-01T10:33:38.8592360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 PASSED [ 93%] 2022-12-01T10:33:38.8592711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 PASSED [ 93%] 2022-12-01T10:33:38.8593045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 PASSED [ 93%] 2022-12-01T10:33:38.8593467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 PASSED [ 93%] 2022-12-01T10:33:38.8593804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 PASSED [ 93%] 2022-12-01T10:33:38.8594153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 PASSED [ 94%] 2022-12-01T10:33:38.8594488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:38.8594833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 PASSED [ 94%] 2022-12-01T10:33:38.8595188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 PASSED [ 94%] 2022-12-01T10:33:38.8595544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 PASSED [ 94%] 2022-12-01T10:33:38.8595869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:38.8596214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 PASSED [ 95%] 2022-12-01T10:33:38.8596568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:38.8596903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 PASSED [ 95%] 2022-12-01T10:33:38.8597255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:38.8597597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:38.8597937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 XFAIL [ 96%] 2022-12-01T10:33:38.8598272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 XFAIL [ 96%] 2022-12-01T10:33:38.8598628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 PASSED [ 96%] 2022-12-01T10:33:38.8598970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 PASSED [ 97%] 2022-12-01T10:33:38.8599292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:38.8599639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:38.8599991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 PASSED [ 97%] 2022-12-01T10:33:38.8600330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:38.8600656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 PASSED [ 98%] 2022-12-01T10:33:38.8600990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:38.8601327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 PASSED [ 98%] 2022-12-01T10:33:38.8601671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 PASSED [ 98%] 2022-12-01T10:33:38.8602071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:38.8602425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:38.8602818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:38.8603159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:38.8603561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:38.8603919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 PASSED [100%] 2022-12-01T10:33:38.8604114Z 2022-12-01T10:33:38.8604453Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-45d2658b42e5a4bc.xml - 2022-12-01T10:33:38.8604817Z = 348 passed, 53 skipped, 3 deselected, 75 xfailed, 13 warnings in 366.56s (0:06:06) = 2022-12-01T10:33:38.8605157Z 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:33:38.8605352Z 2022-12-01T10:33:38.8605726Z ##[endgroup] 2022-12-01T10:33:38.8606099Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_w5b_ypgw) 2022-12-01T10:33:38.8606310Z 2022-12-01T10:35:26.9885735Z 2022-12-01T10:35:26.9886266Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:35:26.9887215Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_qpwkyuf6) 2022-12-01T10:35:26.9888111Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-6339ddf801b6b504.xml 2022-12-01T10:35:26.9888570Z ============================= test session starts ============================== 2022-12-01T10:35:26.9889108Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:35:26.9893017Z cachedir: .pytest_cache 2022-12-01T10:35:26.9893908Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:35:26.9894355Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:35:26.9902710Z 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:26.9903058Z collecting ... collected 1018 items / 1 deselected / 1017 selected 2022-12-01T10:35:26.9957675Z 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:35:27.0008510Z 2022-12-01T10:35:27.0008758Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:27.0009109Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:27.0009439Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 XFAIL [ 0%] 2022-12-01T10:35:27.0009754Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:27.0010091Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:27.0010441Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:27.0010774Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:27.0011101Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:27.0011429Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:27.0011883Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:27.0012366Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:27.0012925Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 XFAIL [ 2%] 2022-12-01T10:35:27.0013496Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 XFAIL [ 2%] 2022-12-01T10:35:27.0014070Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:27.0014613Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:27.0015176Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:27.0015761Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:27.0016284Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:27.0016831Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:27.0017443Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:27.0018063Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 XFAIL [ 3%] 2022-12-01T10:35:27.0018660Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:27.0019234Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:27.0019903Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:27.0020244Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:27.0020763Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:27.0021276Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0021929Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0022516Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0023059Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0023567Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0024130Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:27.0024691Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:35:27.0025290Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 XFAIL [ 6%] 2022-12-01T10:35:27.0025891Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:27.0026505Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:27.0027040Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:27.0027535Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 XFAIL [ 7%] 2022-12-01T10:35:27.0028132Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 PASSED [ 7%] 2022-12-01T10:35:27.0028683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:35:27.0029279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 XFAIL [ 7%] 2022-12-01T10:35:27.0029871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 XFAIL [ 7%] 2022-12-01T10:35:27.0030460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:35:27.0030815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 XFAIL [ 8%] 2022-12-01T10:35:27.0031153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 XFAIL [ 8%] 2022-12-01T10:35:27.0031595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:35:27.0032274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 XFAIL [ 8%] 2022-12-01T10:35:27.0032991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:35:27.0033715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 XFAIL [ 9%] 2022-12-01T10:35:27.0034439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 XFAIL [ 9%] 2022-12-01T10:35:27.0035140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 XFAIL [ 9%] 2022-12-01T10:35:27.0035863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:35:27.0036600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:35:27.0037296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:27.0038018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:27.0038754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:27.0039493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 PASSED [ 10%] 2022-12-01T10:35:27.0040218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:27.0041090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:35:27.0041973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 PASSED [ 11%] 2022-12-01T10:35:27.0042785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:35:27.0043421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:35:27.0043905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 PASSED [ 11%] 2022-12-01T10:35:27.0044238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 PASSED [ 11%] 2022-12-01T10:35:27.0044582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:35:27.0044954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:35:27.0045304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 PASSED [ 12%] 2022-12-01T10:35:27.0045644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:35:27.0045971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 PASSED [ 12%] 2022-12-01T10:35:27.0046302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:27.0046633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 XFAIL [ 13%] 2022-12-01T10:35:27.0046953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:27.0047290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:27.0047628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:27.0047960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:27.0048284Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 PASSED [ 14%] 2022-12-01T10:35:27.0048614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 PASSED [ 14%] 2022-12-01T10:35:27.0048951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:35:27.0049283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 PASSED [ 14%] 2022-12-01T10:35:27.0049610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 PASSED [ 14%] 2022-12-01T10:35:27.0049953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:35:27.0050292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:35:27.0050619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:35:27.0050953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 XFAIL [ 15%] 2022-12-01T10:35:27.0051288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 PASSED [ 15%] 2022-12-01T10:35:27.0051872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:35:27.0052199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:35:27.0052526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 XFAIL [ 16%] 2022-12-01T10:35:27.0052875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 PASSED [ 16%] 2022-12-01T10:35:27.0053229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 XFAIL [ 16%] 2022-12-01T10:35:27.0053586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 PASSED [ 16%] 2022-12-01T10:35:27.0053940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:27.0054382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 SKIPPED (Expected failure!) [ 17%] 2022-12-01T10:35:27.0054746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 PASSED [ 17%] 2022-12-01T10:35:27.0055135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:27.0055466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:27.0055798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 XFAIL [ 18%] 2022-12-01T10:35:27.0056128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 PASSED [ 18%] 2022-12-01T10:35:27.0056469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:27.0056826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 PASSED [ 18%] 2022-12-01T10:35:27.0057178Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:27.0057539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 PASSED [ 18%] 2022-12-01T10:35:27.0057888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:27.0058224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 PASSED [ 19%] 2022-12-01T10:35:27.0058544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 PASSED [ 19%] 2022-12-01T10:35:27.0058878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 PASSED [ 19%] 2022-12-01T10:35:27.0059230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:27.0059587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 PASSED [ 20%] 2022-12-01T10:35:27.0059928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 PASSED [ 20%] 2022-12-01T10:35:27.0060267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 PASSED [ 20%] 2022-12-01T10:35:27.0060629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 SKIPPED (Skipped!) [ 20%] 2022-12-01T10:35:27.0060990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 PASSED [ 20%] 2022-12-01T10:35:27.0061350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 PASSED [ 21%] 2022-12-01T10:35:27.0061698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:27.0062043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:27.0062373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 PASSED [ 21%] 2022-12-01T10:35:27.0062715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:27.0063049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:27.0063371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:27.0063712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:27.0064050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 XFAIL [ 22%] 2022-12-01T10:35:27.0064378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 XFAIL [ 22%] 2022-12-01T10:35:27.0064697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:27.0065035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:27.0065375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:27.0065754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 PASSED [ 23%] 2022-12-01T10:35:27.0066084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:27.0066460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:35:27.0066802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 PASSED [ 23%] 2022-12-01T10:35:27.0067311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:35:27.0067661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-12-01T10:35:27.0068002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 PASSED [ 24%] 2022-12-01T10:35:27.0068336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 PASSED [ 24%] 2022-12-01T10:35:27.0068665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 PASSED [ 24%] 2022-12-01T10:35:27.0069016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:27.0069362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:27.0069694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 XFAIL [ 25%] 2022-12-01T10:35:27.0070013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:27.0070347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:27.0070692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:35:27.0071043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:35:27.0071418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:35:27.0071796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:35:27.0072148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 PASSED [ 26%] 2022-12-01T10:35:27.0072473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 PASSED [ 26%] 2022-12-01T10:35:27.0072805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:27.0073140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 PASSED [ 27%] 2022-12-01T10:35:27.0073472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:27.0073802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 PASSED [ 27%] 2022-12-01T10:35:27.0074145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:27.0074488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 PASSED [ 28%] 2022-12-01T10:35:27.0074810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:35:27.0075139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 XFAIL [ 28%] 2022-12-01T10:35:27.0075476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:35:27.0075815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:35:27.0076146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 PASSED [ 28%] 2022-12-01T10:35:27.0076493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:35:27.0076836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 PASSED [ 29%] 2022-12-01T10:35:27.0077196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 PASSED [ 29%] 2022-12-01T10:35:27.0077536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 PASSED [ 29%] 2022-12-01T10:35:27.0077907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:35:27.0078248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:35:27.0078579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 PASSED [ 30%] 2022-12-01T10:35:27.0078918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:35:27.0079259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:35:27.0079601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:35:27.0079935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 PASSED [ 31%] 2022-12-01T10:35:27.0080275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:27.0080613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:27.0080939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:27.0081380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:27.0081726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:27.0082065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 PASSED [ 32%] 2022-12-01T10:35:27.0082393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 PASSED [ 32%] 2022-12-01T10:35:27.0082730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 PASSED [ 32%] 2022-12-01T10:35:27.0083073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 PASSED [ 32%] 2022-12-01T10:35:27.0083397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 PASSED [ 32%] 2022-12-01T10:35:27.0083755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:35:27.0084105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 PASSED [ 33%] 2022-12-01T10:35:27.0084448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 PASSED [ 33%] 2022-12-01T10:35:27.0084780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 PASSED [ 33%] 2022-12-01T10:35:27.0085117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 PASSED [ 33%] 2022-12-01T10:35:27.0085449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:27.0085779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:27.0086096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 XFAIL [ 34%] 2022-12-01T10:35:27.0086428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 XFAIL [ 34%] 2022-12-01T10:35:27.0086756Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:27.0087081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 XFAIL [ 34%] 2022-12-01T10:35:27.0087422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 PASSED [ 35%] 2022-12-01T10:35:27.0087759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:27.0088091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:27.0088408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:27.0088774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:27.0089112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:27.0089472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:27.0089817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 PASSED [ 36%] 2022-12-01T10:35:27.0090164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:27.0090513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 PASSED [ 36%] 2022-12-01T10:35:27.0090855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:27.0091197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 PASSED [ 37%] 2022-12-01T10:35:27.0091528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 XFAIL [ 37%] 2022-12-01T10:35:27.0092019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 PASSED [ 37%] 2022-12-01T10:35:27.0092349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 PASSED [ 37%] 2022-12-01T10:35:27.0092681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 PASSED [ 37%] 2022-12-01T10:35:27.0093017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:27.0093345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:27.0093683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 PASSED [ 38%] 2022-12-01T10:35:27.0094018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:27.0094415Z 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:35:27.0094840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:35:27.0095265Z 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:35:27.0095679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:35:27.0096090Z 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:35:27.0096494Z 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:35:27.0096901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:35:27.0097302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:35:27.0097668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:27.0097997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 PASSED [ 40%] 2022-12-01T10:35:27.0098334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:27.0098670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:27.0099001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 PASSED [ 41%] 2022-12-01T10:35:27.0099352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 PASSED [ 41%] 2022-12-01T10:35:27.0099702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 PASSED [ 41%] 2022-12-01T10:35:27.0100106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 PASSED [ 41%] 2022-12-01T10:35:27.0100453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 PASSED [ 41%] 2022-12-01T10:35:27.0100847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:27.0101196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 PASSED [ 42%] 2022-12-01T10:35:27.0101546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:27.0101887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 PASSED [ 42%] 2022-12-01T10:35:27.0102244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:27.0102600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:27.0102940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 PASSED [ 43%] 2022-12-01T10:35:27.0103285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:27.0103636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 PASSED [ 43%] 2022-12-01T10:35:27.0103994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:27.0104351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:27.0104716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 PASSED [ 44%] 2022-12-01T10:35:27.0105073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 PASSED [ 44%] 2022-12-01T10:35:27.0105426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 PASSED [ 44%] 2022-12-01T10:35:27.0105783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 XFAIL [ 44%] 2022-12-01T10:35:27.0106145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 PASSED [ 44%] 2022-12-01T10:35:27.0106492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 PASSED [ 44%] 2022-12-01T10:35:27.0106828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 PASSED [ 45%] 2022-12-01T10:35:27.0107187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 PASSED [ 45%] 2022-12-01T10:35:27.0107549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:35:27.0107911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 PASSED [ 45%] 2022-12-01T10:35:27.0108265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 PASSED [ 45%] 2022-12-01T10:35:27.0108642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:35:27.0109021Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 PASSED [ 46%] 2022-12-01T10:35:27.0109396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 46%] 2022-12-01T10:35:27.0109755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:35:27.0110183Z 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:35:27.0110599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 PASSED [ 47%] 2022-12-01T10:35:27.0110945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:27.0111307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:27.0111667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 PASSED [ 47%] 2022-12-01T10:35:27.0112055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 PASSED [ 47%] 2022-12-01T10:35:27.0112393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:27.0112742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 PASSED [ 48%] 2022-12-01T10:35:27.0113095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 PASSED [ 48%] 2022-12-01T10:35:27.0113454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 PASSED [ 48%] 2022-12-01T10:35:27.0113802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 PASSED [ 48%] 2022-12-01T10:35:27.0114156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 PASSED [ 48%] 2022-12-01T10:35:27.0114508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 PASSED [ 49%] 2022-12-01T10:35:27.0114873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 PASSED [ 49%] 2022-12-01T10:35:27.0115225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 PASSED [ 49%] 2022-12-01T10:35:27.0115566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 PASSED [ 49%] 2022-12-01T10:35:27.0115907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 PASSED [ 49%] 2022-12-01T10:35:27.0116247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 PASSED [ 50%] 2022-12-01T10:35:27.0116608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:27.0116963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:27.0117308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:27.0117648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:27.0117992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:27.0118338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 PASSED [ 51%] 2022-12-01T10:35:27.0118686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 PASSED [ 51%] 2022-12-01T10:35:27.0119012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 PASSED [ 51%] 2022-12-01T10:35:27.0119352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 PASSED [ 51%] 2022-12-01T10:35:27.0119699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 PASSED [ 51%] 2022-12-01T10:35:27.0120033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 PASSED [ 52%] 2022-12-01T10:35:27.0120382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 PASSED [ 52%] 2022-12-01T10:35:27.0120716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 PASSED [ 52%] 2022-12-01T10:35:27.0121058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 PASSED [ 52%] 2022-12-01T10:35:27.0121466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:35:27.0121800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 PASSED [ 52%] 2022-12-01T10:35:27.0122127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 XFAIL [ 53%] 2022-12-01T10:35:27.0122494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 PASSED [ 53%] 2022-12-01T10:35:27.0122822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 PASSED [ 53%] 2022-12-01T10:35:27.0123193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 XFAIL [ 53%] 2022-12-01T10:35:27.0123520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 XFAIL [ 53%] 2022-12-01T10:35:27.0123829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 XFAIL [ 54%] 2022-12-01T10:35:27.0124180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:35:27.0124559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:35:27.0124925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:35:27.0125281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:35:27.0125647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:35:27.0126009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:35:27.0126360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:35:27.0126704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32 XFAIL [ 55%] 2022-12-01T10:35:27.0127051Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 PASSED [ 55%] 2022-12-01T10:35:27.0127406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32 XFAIL [ 55%] 2022-12-01T10:35:27.0127741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:35:27.0128079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:35:27.0128423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32 XFAIL [ 56%] 2022-12-01T10:35:27.0128764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:35:27.0129092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 PASSED [ 56%] 2022-12-01T10:35:27.0129435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 PASSED [ 57%] 2022-12-01T10:35:27.0129778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:27.0130120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:27.0130468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:27.0130802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 PASSED [ 57%] 2022-12-01T10:35:27.0131138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:27.0131458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:27.0131984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:35:27.0132358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:27.0132714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:27.0133054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 PASSED [ 58%] 2022-12-01T10:35:27.0133387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 PASSED [ 59%] 2022-12-01T10:35:27.0133722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 PASSED [ 59%] 2022-12-01T10:35:27.0134112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 XFAIL [ 59%] 2022-12-01T10:35:27.0134451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 PASSED [ 59%] 2022-12-01T10:35:27.0134842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-12-01T10:35:27.0135211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 60%] 2022-12-01T10:35:27.0135562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 60%] 2022-12-01T10:35:27.0135923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:35:27.0136277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 PASSED [ 60%] 2022-12-01T10:35:27.0136621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 PASSED [ 60%] 2022-12-01T10:35:27.0136956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 PASSED [ 60%] 2022-12-01T10:35:27.0137304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:35:27.0137660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:35:27.0137990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 PASSED [ 61%] 2022-12-01T10:35:27.0138322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 PASSED [ 61%] 2022-12-01T10:35:27.0138672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:35:27.0139029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 PASSED [ 62%] 2022-12-01T10:35:27.0139356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 PASSED [ 62%] 2022-12-01T10:35:27.0139695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 PASSED [ 62%] 2022-12-01T10:35:27.0140035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 PASSED [ 62%] 2022-12-01T10:35:27.0140380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 PASSED [ 62%] 2022-12-01T10:35:27.0140740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:35:27.0141131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:35:27.0141508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 PASSED [ 63%] 2022-12-01T10:35:27.0141874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 63%] 2022-12-01T10:35:27.0142286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:35:27.0142687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-12-01T10:35:27.0143073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:35:27.0143457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:35:27.0143853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 SKIPPED (Works on some configs!) [ 64%] 2022-12-01T10:35:27.0144266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:35:27.0144665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 XFAIL [ 64%] 2022-12-01T10:35:27.0145095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:35:27.0145498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 65%] 2022-12-01T10:35:27.0145923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:35:27.0146301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:27.0146664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:27.0147066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 XFAIL [ 65%] 2022-12-01T10:35:27.0147494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 XFAIL [ 66%] 2022-12-01T10:35:27.0147898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 66%] 2022-12-01T10:35:27.0148260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:27.0148626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:27.0148997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:27.0149376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:27.0149751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:27.0150148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:35:27.0150542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:35:27.0150924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:27.0151285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 PASSED [ 68%] 2022-12-01T10:35:27.0151661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 PASSED [ 68%] 2022-12-01T10:35:27.0152031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 PASSED [ 68%] 2022-12-01T10:35:27.0152400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 XFAIL [ 68%] 2022-12-01T10:35:27.0152789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-12-01T10:35:27.0153234Z 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:35:27.0153668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:27.0154035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:27.0154416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:27.0154798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:27.0155180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:27.0155544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:27.0155908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 XFAIL [ 70%] 2022-12-01T10:35:27.0156322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:27.0156759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:35:27.0157129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:27.0157516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:35:27.0157911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 PASSED [ 71%] 2022-12-01T10:35:27.0158293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:35:27.0158670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:35:27.0159065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:35:27.0159469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:35:27.0159880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:35:27.0160275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:35:27.0160662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 XFAIL [ 72%] 2022-12-01T10:35:27.0161038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:35:27.0161472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:35:27.0161862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 73%] 2022-12-01T10:35:27.0162248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 PASSED [ 73%] 2022-12-01T10:35:27.0162621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:35:27.0162981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 PASSED [ 73%] 2022-12-01T10:35:27.0163353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-12-01T10:35:27.0163730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:35:27.0164127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 XFAIL [ 74%] 2022-12-01T10:35:27.0164536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:35:27.0164952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:35:27.0165358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 XFAIL [ 74%] 2022-12-01T10:35:27.0165743Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 XFAIL [ 74%] 2022-12-01T10:35:27.0166091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 XFAIL [ 75%] 2022-12-01T10:35:27.0166434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 PASSED [ 75%] 2022-12-01T10:35:27.0166774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 PASSED [ 75%] 2022-12-01T10:35:27.0167147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 XFAIL [ 75%] 2022-12-01T10:35:27.0167485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:35:27.0167860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 PASSED [ 76%] 2022-12-01T10:35:27.0168192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:35:27.0168516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 XFAIL [ 76%] 2022-12-01T10:35:27.0168858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 PASSED [ 76%] 2022-12-01T10:35:27.0169197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:35:27.0169535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:35:27.0169880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 PASSED [ 77%] 2022-12-01T10:35:27.0170271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-12-01T10:35:27.0170640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 PASSED [ 77%] 2022-12-01T10:35:27.0170975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:35:27.0171297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 PASSED [ 77%] 2022-12-01T10:35:27.0171752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:35:27.0172123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:35:27.0172454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:35:27.0172797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:35:27.0173133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 XFAIL [ 78%] 2022-12-01T10:35:27.0173469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:35:27.0173793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:27.0174125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:27.0174466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:27.0174800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:35:27.0175149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:35:27.0175498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 PASSED [ 80%] 2022-12-01T10:35:27.0175846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:35:27.0176178Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 PASSED [ 80%] 2022-12-01T10:35:27.0176520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 PASSED [ 80%] 2022-12-01T10:35:27.0176869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:35:27.0177213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 PASSED [ 81%] 2022-12-01T10:35:27.0177534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:35:27.0177868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 PASSED [ 81%] 2022-12-01T10:35:27.0178228Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:35:27.0178659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:35:27.0179025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 PASSED [ 81%] 2022-12-01T10:35:27.0179403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 PASSED [ 82%] 2022-12-01T10:35:27.0179750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 PASSED [ 82%] 2022-12-01T10:35:27.0180089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:27.0180443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:27.0180805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:27.0181164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:27.0181512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:27.0181878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:27.0182250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:27.0182585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:27.0182926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:27.0183268Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 XFAIL [ 84%] 2022-12-01T10:35:27.0183605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 PASSED [ 84%] 2022-12-01T10:35:27.0183932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:27.0184269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:27.0184602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 PASSED [ 84%] 2022-12-01T10:35:27.0184935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 PASSED [ 85%] 2022-12-01T10:35:27.0185255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 PASSED [ 85%] 2022-12-01T10:35:27.0185590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 PASSED [ 85%] 2022-12-01T10:35:27.0185925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 PASSED [ 85%] 2022-12-01T10:35:27.0186480Z 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:35:27.0186873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:27.0187221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:27.0187578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 PASSED [ 86%] 2022-12-01T10:35:27.0187935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:27.0188279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:27.0188621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:27.0188978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:27.0189341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:27.0189732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:27.0190344Z 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:35:27.0190971Z 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:35:27.0191416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:27.0191764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:27.0192135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:27.0192488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:27.0192854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:27.0193238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:27.0193618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:27.0193971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:27.0194533Z 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:35:27.0195182Z 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:35:27.0195626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:27.0195984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:35:27.0196328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:35:27.0196680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 PASSED [ 90%] 2022-12-01T10:35:27.0197039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:35:27.0197388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 PASSED [ 90%] 2022-12-01T10:35:27.0197736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 PASSED [ 91%] 2022-12-01T10:35:27.0198073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 PASSED [ 91%] 2022-12-01T10:35:27.0198410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 PASSED [ 91%] 2022-12-01T10:35:27.0198741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 PASSED [ 91%] 2022-12-01T10:35:27.0199077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 PASSED [ 91%] 2022-12-01T10:35:27.0199413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 PASSED [ 92%] 2022-12-01T10:35:27.0199741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 PASSED [ 92%] 2022-12-01T10:35:27.0200082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:27.0200479Z 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:35:27.0200861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:27.0201181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 PASSED [ 92%] 2022-12-01T10:35:27.0201584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 PASSED [ 93%] 2022-12-01T10:35:27.0201950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 PASSED [ 93%] 2022-12-01T10:35:27.0202277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 XFAIL [ 93%] 2022-12-01T10:35:27.0202641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 PASSED [ 93%] 2022-12-01T10:35:27.0202980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 PASSED [ 93%] 2022-12-01T10:35:27.0203311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:27.0203633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:27.0203964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 PASSED [ 94%] 2022-12-01T10:35:27.0204312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:27.0204660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:27.0204984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 PASSED [ 94%] 2022-12-01T10:35:27.0205332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:35:27.0205689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:35:27.0206027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 PASSED [ 95%] 2022-12-01T10:35:27.0206369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 PASSED [ 95%] 2022-12-01T10:35:27.0206715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 PASSED [ 95%] 2022-12-01T10:35:27.0207063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:27.0207390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:27.0207735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:27.0208080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:27.0208413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 PASSED [ 96%] 2022-12-01T10:35:27.0208734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:35:27.0209073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 PASSED [ 97%] 2022-12-01T10:35:27.0209410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:35:27.0209735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 PASSED [ 97%] 2022-12-01T10:35:27.0210075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 XFAIL [ 97%] 2022-12-01T10:35:27.0210408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 XFAIL [ 97%] 2022-12-01T10:35:27.0210746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 PASSED [ 98%] 2022-12-01T10:35:27.0211074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 PASSED [ 98%] 2022-12-01T10:35:27.0211408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:35:27.0211842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 PASSED [ 98%] 2022-12-01T10:35:27.0212171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:35:27.0212516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:35:27.0212864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:35:27.0213268Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:35:27.0213610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 XFAIL [ 99%] 2022-12-01T10:35:27.0213978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 XFAIL [ 99%] 2022-12-01T10:35:27.0214315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:35:27.0214504Z 2022-12-01T10:35:27.0214838Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-6339ddf801b6b504.xml - 2022-12-01T10:35:27.0215198Z = 402 passed, 56 skipped, 1 deselected, 80 xfailed, 91 warnings in 474.38s (0:07:54) = 2022-12-01T10:35:27.0215530Z 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:27.0215723Z 2022-12-01T10:35:27.0216062Z ##[endgroup] 2022-12-01T10:35:27.0216425Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_qpwkyuf6) 2022-12-01T10:35:27.0216630Z 2022-12-01T10:35:27.3356794Z 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:35:27.335298] 2022-12-01T10:35:33.7744088Z 2022-12-01T10:35:33.7744660Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:35:33.7746747Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_3dc6feo5) 2022-12-01T10:35:33.7747714Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-dfd4c3849cbcd1cb.xml 2022-12-01T10:35:33.7748200Z ============================= test session starts ============================== 2022-12-01T10:35:33.7748791Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:35:33.7749202Z cachedir: .pytest_cache 2022-12-01T10:35:33.7749919Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:35:33.7750530Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:35:33.7751217Z 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:33.7751758Z collecting ... collected 1018 items / 1014 deselected / 4 selected 2022-12-01T10:35:33.7752885Z 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:35:33.7753761Z 2022-12-01T10:35:33.7754087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 PASSED [ 25%] 2022-12-01T10:35:33.7754685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:35:33.7755277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 PASSED [ 75%] 2022-12-01T10:35:33.7755892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:35:33.7756184Z 2022-12-01T10:35:33.7756733Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-dfd4c3849cbcd1cb.xml - 2022-12-01T10:35:33.7757315Z ================ 4 passed, 1014 deselected, 1 warning in 3.93s ================= 2022-12-01T10:35:33.7757816Z 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:33.7758126Z 2022-12-01T10:35:33.7758519Z ##[endgroup] 2022-12-01T10:35:33.7759373Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_3dc6feo5) 2022-12-01T10:35:33.7759754Z 2022-12-01T10:35:33.7760086Z Running test_ops_gradients ... [2022-12-01 10:35:33.775456] 2022-12-01T10:35:34.9347358Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:35:34.9679448Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:35:34.9975841Z Ignoring disabled issues: [] 2022-12-01T10:35:35.0132984Z 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:35:35.012915] 2022-12-01T10:35:35.0306800Z Ignoring disabled issues: [] 2022-12-01T10:35:35.0463807Z 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:35:35.045960] 2022-12-01T10:42:28.9790400Z 2022-12-01T10:42:28.9790900Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:42:28.9791852Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_oxy0if_n) 2022-12-01T10:42:28.9801484Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-93d19e8ab37688c3.xml 2022-12-01T10:42:28.9802027Z ============================= test session starts ============================== 2022-12-01T10:42:28.9802632Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:42:28.9803049Z cachedir: .pytest_cache 2022-12-01T10:42:28.9803560Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:42:28.9804010Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:42:28.9804669Z 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:42:28.9805072Z collecting ... collected 7560 items / 18 deselected / 7542 selected 2022-12-01T10:42:29.0242374Z 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:42:29.0692377Z 2022-12-01T10:42:29.0696330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0696929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0697533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0698156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0698747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0699331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0699922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0700510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0701092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0701661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0702257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0702851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0703439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0704031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0704636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0705222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0706091Z 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:42:29.0706856Z 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:42:29.0707463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0708045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0708633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0709444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0710288Z 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:42:29.0711051Z 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:42:29.0711625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:42:29.0712177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0712769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0713346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0713931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0714513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0715104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0715679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0716421Z 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:42:29.0717029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0717644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0718229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:29.0718991Z 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:42:29.0719812Z 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:42:29.0720406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0720982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0721483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-12-01T10:42:29.0722169Z 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:42:29.0722764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0723363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0723942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0724575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0725192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0725778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0726346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0726933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0727515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0728099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0728670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0729256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0729841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0730422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0730983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0731562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0732249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0732847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0733429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0734004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0734580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0735160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0735739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0736319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0736912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0737506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0738132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0738698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0739318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0740063Z 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:42:29.0740815Z 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:42:29.0741389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0741964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:29.0742535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0743115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0743690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0744278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0744860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0745600Z 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:42:29.0746176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0746752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0747343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0747936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0748507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0749095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0749677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0750264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0750830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0751415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0751997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0752631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0753215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0753824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0754415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0755000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0755572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0756140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0756714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0757293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0757863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0758425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0759005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0759665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0760246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0760817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0761396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0761983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0762567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0763128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0763692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0764257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:29.0764833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0765580Z 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:42:29.0766173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0766788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0767368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0768162Z 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:42:29.0768758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0769338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0769920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0770497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0771049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0771710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0772305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0772893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0773471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0774237Z 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:42:29.0774991Z 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:42:29.0775755Z 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:42:29.0776502Z 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:42:29.0777090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:42:29.0777665Z 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:42:29.0778237Z 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:42:29.0778779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:42:29.0779315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:42:29.0779871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0780459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0781024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0781823Z 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:42:29.0782418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0783041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0783604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0784193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0784794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0785394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0785989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0786583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0787191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0787784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:29.0788370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0788968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0789573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0790163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0790749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0791529Z 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:42:29.0792345Z 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:42:29.0792921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:42:29.0793432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:42:29.0793985Z 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:42:29.0794591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0795189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0795871Z 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:42:29.0796479Z 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:42:29.0797118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0797729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0798342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0799141Z 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:42:29.0799988Z 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:42:29.0800807Z 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:42:29.0801439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0802069Z 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:42:29.0802682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0803290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0803911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0804543Z 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:42:29.0805165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0805735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0806321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0806923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0807533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0808133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0808735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0809333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0809977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0810577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0811224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0811907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:29.0812508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0813083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0813660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0814231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0814822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0815421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0816185Z 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:42:29.0816963Z 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:42:29.0817732Z 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:42:29.0818505Z 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:42:29.0819273Z 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:42:29.0819864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0820627Z 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:42:29.0821226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0821969Z 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:42:29.0822566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0823148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0823732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0824297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0824868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0825503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0826133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0826886Z 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:42:29.0827497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0828094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0828698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0829290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0829873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0830462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0831051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0831648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0832246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0832849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0833446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0834040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0834625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0835208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0835793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:29.0836370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0836958Z 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:42:29.0837551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0838128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0838728Z 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:42:29.0839443Z 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:42:29.0840087Z 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:42:29.0840680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0841253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0841823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0842387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0842968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0843544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0844138Z 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:42:29.0844737Z 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:42:29.0845340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0845925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0846690Z 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:42:29.0847454Z 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:42:29.0848052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0848639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0849382Z 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:42:29.0849960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0850712Z 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:42:29.0851497Z 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:42:29.0852371Z 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:42:29.0853148Z 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:42:29.0853890Z 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:42:29.0854602Z 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:42:29.0855302Z 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:42:29.0855953Z 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:42:29.0856588Z 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:42:29.0857235Z 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:42:29.0857877Z 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:42:29.0858539Z 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:42:29.0859186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0859781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:29.0860394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0861030Z 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:42:29.0861680Z 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:42:29.0862309Z 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:42:29.0862943Z 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:42:29.0863584Z 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:42:29.0864214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0864827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0865442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0866086Z 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:42:29.0866754Z 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:42:29.0867401Z 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:42:29.0868003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 7%] 2022-12-01T10:42:29.0868582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0869242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0869873Z 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:42:29.0870511Z 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:42:29.0871160Z 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:42:29.0871792Z 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:42:29.0872410Z 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:42:29.0873031Z 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:42:29.0873639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0874252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0874868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0875500Z 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:42:29.0876120Z 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:42:29.0876735Z 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:42:29.0877359Z 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:42:29.0877942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 7%] 2022-12-01T10:42:29.0878533Z 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:42:29.0879238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0879874Z 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:42:29.0880506Z 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:42:29.0881138Z 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:42:29.0881793Z 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:42:29.0882466Z 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:42:29.0883092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0883697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:29.0884290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0884891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0885519Z 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:42:29.0886159Z 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:42:29.0886772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0887385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0888021Z 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:42:29.0888689Z 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:42:29.0889346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0889948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0890575Z 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:42:29.0891370Z 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:42:29.0892054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0892620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0893203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0893791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0894367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0894930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0895536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:42:29.0896090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:42:29.0896894Z 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:42:29.0897652Z 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:42:29.0898420Z 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:42:29.0899174Z 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:42:29.0899766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0900343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0900917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0901504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0902075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0902668Z 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:42:29.0903228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:42:29.0903762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:42:29.0904296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:42:29.0904847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0905410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0905989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0906562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0907142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:29.0907717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0908469Z 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:42:29.0909241Z 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:42:29.0910014Z 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:42:29.0910807Z 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:42:29.0911411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0912030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0912612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0913180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0913785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0914402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0915006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0915600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0916340Z 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:42:29.0916946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0917542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0918133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0918707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0919356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0919941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0920497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:42:29.0921003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:42:29.0921554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0922129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0922719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0923302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0923903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0924513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0925154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0925952Z 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:42:29.0926521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 9%] 2022-12-01T10:42:29.0927076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0927658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0928236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0928995Z 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:42:29.0929757Z 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:42:29.0930352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0930939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:29.0931506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0932189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0932780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0933377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0934160Z 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:42:29.0934941Z 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:42:29.0935765Z 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:42:29.0936399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0936984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0937579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0938386Z 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:42:29.0939234Z 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:42:29.0940124Z 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:42:29.0940941Z 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:42:29.0941800Z 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:42:29.0942417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0943226Z 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:42:29.0944093Z 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:42:29.0944968Z 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:42:29.0945851Z 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:42:29.0946723Z 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:42:29.0947366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0948116Z 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:42:29.0948722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0949329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0949934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0950522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0951122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0951717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0952292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0952860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0953453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0954039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0954619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0955230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0955811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0956420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0957021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:29.0957621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0958182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0958761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0959413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0960010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0960585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0961169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0961745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0962324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0962902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0963505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0964108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0964722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0965298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0965885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0966470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0967048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0967617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0968200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0968780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0969583Z 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:42:29.0970343Z 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:42:29.0971135Z 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:42:29.0971810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0972391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0972978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0973547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0974123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0974703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0975280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0975853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0976431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0977013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0977587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0978149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0978724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:29.0979486Z 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:42:29.0980014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 11%] 2022-12-01T10:42:29.0980456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0980926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0981410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0981863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0982320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0982776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0983239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0983718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:42:29.0984259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0984721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0985219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0985669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0986135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0986602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0987064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0987523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0988008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0988504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0988966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0989658Z 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:42:29.0990419Z 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:42:29.0990952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0991626Z 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:42:29.0992160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0992623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0993316Z 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:42:29.0994048Z 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:42:29.0994793Z 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:42:29.0995554Z 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:42:29.0996130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 12%] 2022-12-01T10:42:29.0996681Z 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:42:29.0997209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0997669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0998129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0998573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.0999032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 12%] 2022-12-01T10:42:29.0999554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 12%] 2022-12-01T10:42:29.1000067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1000534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1001049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1001518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1001975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:42:29.1002434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 13%] 2022-12-01T10:42:29.1002893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1003349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1004022Z 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:42:29.1004571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1005069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1005554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1006022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1006734Z 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:42:29.1007488Z 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:42:29.1008028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1008484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1008944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:42:29.1009635Z 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:42:29.1010181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1010662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1011155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1011724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1012171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1012635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1013104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1013575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1014031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1014509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1014989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1015502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1015952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:29.1016486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1016969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:42:29.1017457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:42:29.1017927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1018411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1018886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:29.1019342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1019820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1020288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1020754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1021212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1021676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1022136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1022598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1023096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1023575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1024039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1024494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1024956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1025421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1025887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1026579Z 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:42:29.1027343Z 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:42:29.1027868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1028319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1028773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1029247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1029720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1030173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1030659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1031351Z 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:42:29.1031922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1032385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1032851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1033324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1033799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1034254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1034722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1035182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1035639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1036100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1036570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:29.1037039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1037496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:29.1037967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1038436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1038908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1039423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1039886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1040348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1040800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:29.1041263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1041723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:29.1042182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1042628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1043100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:29.1043579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1044039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1044730Z 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:42:29.1045264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1045750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1046204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1046939Z 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:42:29.1047702Z 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:42:29.1048459Z 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:42:29.1048990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 15%] 2022-12-01T10:42:29.1049668Z 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:42:29.1050439Z 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:42:29.1051206Z 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:42:29.1051835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:29.1052293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1052753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1053217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1053678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1054152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1054624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1055098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1055549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:29.1056245Z 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:42:29.1057002Z 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:42:29.1057767Z 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:42:29.1058510Z 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:42:29.1059271Z 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:42:29.1060019Z 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:42:29.1060776Z 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:42:29.1061521Z 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:42:29.1062358Z 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:42:29.1063125Z 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:42:29.1063705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1064227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:42:29.1064789Z 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:42:29.1065341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:42:29.1065897Z 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:42:29.1066407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1066857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1067323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1067788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1068460Z 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:42:29.1068981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1069455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1069932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1070393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1070868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1071339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1071815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1072278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1072757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1073239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1073735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1074237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1074712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1075440Z 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:42:29.1076236Z 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:42:29.1077044Z 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:42:29.1077868Z 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:42:29.1078441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:42:29.1078986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:42:29.1079550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1080054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:29.1080547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:29.1081027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1081522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1082023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1082763Z 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:42:29.1083548Z 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:42:29.1084110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1084599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1085110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:42:29.1085619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1086209Z 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:42:29.1086766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1087249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1087723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1088201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1088684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1089168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1089650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1090139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1090611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1091095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1091562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1092143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1092685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1093157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1093691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1094188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1094915Z 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:42:29.1095433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1095889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:29.1096346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1096812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1097268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1097751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1098221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:29.1098935Z 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:42:29.1099708Z 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:42:29.1100490Z 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:42:29.1101265Z 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:42:29.1102031Z 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:42:29.1102560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1103249Z 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:42:29.1103776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1104246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1104703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1105172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1105636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1106092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1106579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1107065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1107543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1108011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1108536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1109030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1109554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1110020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1110510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1111005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1111491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1111962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1112438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1112914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1113374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1113847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1114309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1114778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1115225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1115683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1116141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1116634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1117132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1117644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1118130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1118567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1119031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:29.1119584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:29.1120064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1120522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1121239Z 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:42:29.1122020Z 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:42:29.1122561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:29.1123014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1123522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1124224Z 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:42:29.1124785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:29.1125475Z 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:42:29.1126260Z 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:42:29.1127040Z 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:42:29.1127804Z 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:42:29.1128565Z 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:42:29.1129334Z 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:42:29.1130105Z 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:42:29.1130686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1131220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1131938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1132474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1133008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1133507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1134010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1134507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1135005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1135505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1136028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1136553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1137090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1137610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1138127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1138637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1139197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1139691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1140241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1140753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1141298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:29.1141867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:29.1142422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1142950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1143458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1143934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1144434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1144939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1145445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1145943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1146467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1147001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1147530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1148066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1148581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1149077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1149563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1150072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1150575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1151090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1151592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1152093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1152605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1153120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1153657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1154175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1154721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1155219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1155699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1156209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1156741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1157274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1157786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1158309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1158823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1159391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1159911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1160438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:29.1160973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1161469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:29.1161983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1162506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1163027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1163518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1164010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1164510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1165035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1165559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1166074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1166580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1167089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1167575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1168131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1168680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1169244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1169739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1170497Z 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:42:29.1196498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1197011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1197522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:42:29.1198096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:42:29.1198895Z 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:42:29.1199733Z 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:42:29.1200480Z 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:42:29.1201017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1201492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1201948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1202429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1202901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 21%] 2022-12-01T10:42:29.1203386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1203905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:42:29.1204449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:42:29.1204960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1205433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1205880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1206346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:29.1206812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:29.1207510Z 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:42:29.1208271Z 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:42:29.1209161Z 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:42:29.1209928Z 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:42:29.1210529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1210983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1211455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1212080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1212574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1213051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1213535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1214014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1214472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1215181Z 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:42:29.1215957Z 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:42:29.1216727Z 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:42:29.1217263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1217744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1218236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1218707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1219149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1219642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:42:29.1220148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1220622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1221101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1221597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1222090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1222542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1223013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1223484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1224183Z 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:42:29.1224981Z 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:42:29.1225508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1226011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1226474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1226921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1227406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:29.1227910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:29.1228645Z 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:42:29.1229485Z 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:42:29.1230057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1230532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1231001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1231749Z 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:42:29.1232334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1233092Z 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:42:29.1233916Z 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:42:29.1234716Z 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:42:29.1235550Z 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:42:29.1236121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1236602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1237082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1237574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1238055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1238516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1238963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1239493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1239968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1240435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1240934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1241406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1241912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1242354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1242808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1243267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1243731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1244187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1244655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1245130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1245612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1246062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1246518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1246972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1247412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:29.1247862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1248575Z 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:42:29.1249117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:29.1249565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1250023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1250499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1250978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1251443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1252017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1252491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1252936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1253408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1253882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1254350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1255054Z 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:42:29.1255851Z 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:42:29.1256461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1256934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1257419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1257879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1258358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1258839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1259295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1259770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1260238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1260687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1261145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1261586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1262011Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1262424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1262845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1263280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1263717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1264157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1264604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1265036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1265457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1265911Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:42:29.1266358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 24%] 2022-12-01T10:42:29.1266791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:29.1267213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1267649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1268077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1268503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1268942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1269384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1269846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1270292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1270726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1271317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1271904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1272437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1272955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1273464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1273966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1274550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1275148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1275693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:42:29.1276188Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:42:29.1276656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1277092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1277522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1277945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1278385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1278828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1279315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1279772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1280226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1280678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1281112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1281554Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1282002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1282527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1283096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1283614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:29.1284141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:29.1284663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1285092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:29.1285521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1285958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:42:29.1286427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 26%] 2022-12-01T10:42:29.1286940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:29.1287558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:29.1288069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1288504Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1288963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1289422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1289862Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1290284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1290721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1291170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1291703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1292167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1292627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1293099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1293553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1294007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1294460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1294887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1295317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1295752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1296276Z 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:42:29.1296772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:42:29.1297199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 26%] 2022-12-01T10:42:29.1297633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1298073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1298502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1298970Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1299436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1299645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1299848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1300058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1300271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1300531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1300742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:29.1300992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:29.1301227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1301453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1301664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1301854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1302070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1302284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1302501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1302707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1302918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1303126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1303418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1303692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1303981Z 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:42:29.1304263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1304551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1304831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1305037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1305236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1305444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1305649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1305861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1306056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1306342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:29.1306552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1306757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1306969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1307171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1307392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1307634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1307835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1308072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1308276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1308490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1308698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1308904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1309117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1309333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:29.1309541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:29.1309752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1309963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1310167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1310377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1310590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1310802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1311016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1311225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1311430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1311631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1311837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1312041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1312261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1312474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1312677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1312877Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1313085Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1313283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1313566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1313771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1314065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1314359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1314568Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1314808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1315015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1315251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1315444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1315649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1315867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:29.1316073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1316282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1316492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:29.1316779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1317070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1317362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1317629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1317914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1318191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:29.1318483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:29.1318767Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:29.1318975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:42:29.1319308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:29.1319573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:29.1319846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:29.1320094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:29.1320347Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:29.1320562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1320777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1320986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1321266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:29.1321487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1321702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1321955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1322174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1322420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1322629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1322836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1323048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1323265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1323492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1323713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1323958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1324177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1324468Z 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:42:29.1324769Z 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:42:29.1325008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1325223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1325452Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1325676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1325896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1326128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1326352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1326645Z 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:42:29.1326891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:42:29.1327108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:29.1327341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:29.1327650Z 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:42:29.1327869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1328088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1328309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1328526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1328764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1328998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1329224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1329476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1329704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1329925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1330137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1330362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1330583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1330864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:42:29.1331156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:42:29.1331366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1331579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1331879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1332098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1332393Z 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:42:29.1332686Z 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:42:29.1332971Z 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:42:29.1333184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1333376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1333583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1333786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1334000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1334213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1334508Z 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:42:29.1334724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1334939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1335165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1335371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1335579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1335808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:29.1336024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1336297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:29.1336520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1336772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1336991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1337195Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1337411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1337623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1337840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1338049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1338279Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1338492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1338702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1338945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1339174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1339404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1339635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1339839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1340051Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1340256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1340467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1340678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1340886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1341077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1341296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1341583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:29.1341877Z 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:42:29.1342167Z 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:42:29.1342450Z 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:42:29.1342733Z 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:42:29.1343029Z 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:42:29.1343311Z 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:42:29.1343646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:29.1343897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1344129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1344358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1344621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1344845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:29.1345077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:29.1345306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1345555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1345800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1346031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1346268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1346496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1346719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1346953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1347179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1347442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1347707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1347949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1348175Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1348391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1348619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1348847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1349095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1349335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1349580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1349803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1350028Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1350246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1350517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1350745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1351021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:42:29.1351269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:42:29.1351505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1351742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1351964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1352219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1352452Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1352684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1352912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1353144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1353379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1353600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1353832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:29.1354066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:29.1354301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1354519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1354727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1354945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1355188Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1355424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1355654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1355876Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1356111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1356336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1356579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1356810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1357072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1357336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1357618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:42:29.1357852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1358048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1358252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1358453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1358657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1358856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1359055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1359369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:42:29.1359628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:42:29.1359905Z 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:42:29.1360186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:42:29.1360462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:42:29.1360666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1360866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1361067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1361271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1361482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1361682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1361908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1362150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:42:29.1362360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1362561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:29.1362759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:29.1362950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1363153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1363439Z 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:42:29.1363719Z 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:42:29.1363997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:29.1364270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:29.1364584Z 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:42:29.1364893Z 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:42:29.1365094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1365293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1365493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1365690Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1365909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1366122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1366330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1366536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1366736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1367017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:29.1367288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:29.1367574Z 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:42:29.1367779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1367979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1368178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1368374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1368577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1368784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1369003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1369211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1369423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1369639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1369844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1370057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1370254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1370455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1370652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1370845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1371038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:29.1371266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:29.1371478Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1371809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1372033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1372250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1372443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1372686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:42:29.1372985Z 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:42:29.1373269Z 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:42:29.1373561Z 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:42:29.1373875Z 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:42:29.1374401Z 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:42:29.1374889Z 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:42:29.1375100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1375314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1375623Z 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:42:29.1375832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1376041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1376346Z 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:42:29.1376555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1376872Z 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:42:29.1377370Z 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:42:29.1377864Z 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:42:29.1378352Z 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:42:29.1378854Z 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:42:29.1379059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1379333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1379547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1379810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1380019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1380215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1380419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1380627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1380831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1381034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1381230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1381438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1381631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:29.1381828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:29.1382021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1382220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1382424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1382623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1382830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1383033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1383246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1383439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1383637Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1383849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1384049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1384242Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1384439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1384632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1384835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1385023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1385216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1385423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1385630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1385829Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1386030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1386250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1386463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1386690Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1386898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1387103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1387303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1387582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:42:29.1387778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1387984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1388189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1388391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1388587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1388801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1388999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1389204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1389400Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:29.1389604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:29.1389803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1390004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1390202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1390484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:42:29.1390776Z 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:42:29.1390983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1391190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1391392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1391600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1391814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1392031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1392231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1392433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1392641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1392846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1393052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1393299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1393508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1393802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1394021Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1394222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1394437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1394673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1394888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1395094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1395302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1395766Z 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:42:29.1395981Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1396194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1396389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1396833Z 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:42:29.1397279Z 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:42:29.1397516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 XFAIL [ 37%] 2022-12-01T10:42:29.1397721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1397936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1398143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:29.1398354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:29.1398560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1398760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1398979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1399257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1399474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1399696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1399907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 38%] 2022-12-01T10:42:29.1400114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1400558Z 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:42:29.1400981Z 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:42:29.1401216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1401476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1401914Z 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:42:29.1402156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:42:29.1402360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 38%] 2022-12-01T10:42:29.1402806Z 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:42:29.1403242Z 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:42:29.1403463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1403678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1403899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1404135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1404358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1404588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1404795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1405004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1405231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1405433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1405664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1405888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1406104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1406320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1406525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1406737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1406944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:42:29.1407151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 38%] 2022-12-01T10:42:29.1407349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1407570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:29.1407780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:29.1407990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1408197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1408409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1408615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1408837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1409073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1409288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1409528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1409736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1409971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1410177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1410386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1410601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1410813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1411250Z 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:42:29.1411793Z 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:42:29.1412226Z 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:42:29.1412438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1412648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1412853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1413060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1413278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1413496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1413703Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1413913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1414124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1414345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1414557Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1414774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1414994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1415216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1415431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1415640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1415851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1416065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1416284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1416505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:29.1416771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:29.1416987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1417241Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1417448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1417659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1417864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1418072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1418285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1418494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1418713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1418923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1419378Z 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:42:29.1419574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1419780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1419983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1420439Z 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:42:29.1420882Z 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:42:29.1421103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1421313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1421759Z 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:42:29.1422189Z 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:42:29.1422410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1422610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 40%] 2022-12-01T10:42:29.1422814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 40%] 2022-12-01T10:42:29.1423256Z 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:42:29.1423707Z 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:42:29.1423924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1424136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1424352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1424555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1425024Z 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:42:29.1425459Z 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:42:29.1425700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1425922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1426145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1426357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:29.1426564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:29.1426997Z 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:42:29.1427445Z 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:42:29.1427883Z 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:42:29.1428306Z 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:42:29.1428732Z 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:42:29.1429170Z 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:42:29.1429443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1429710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1429990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1430260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1430526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1430783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1431037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:42:29.1431248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1431453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1431880Z 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:42:29.1432094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1432305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1432522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1432748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1432998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1433236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:42:29.1433482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1433694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1433925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1434150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1434399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1434615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1435087Z 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:42:29.1435540Z 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:42:29.1435787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 41%] 2022-12-01T10:42:29.1436030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1436260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1436491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1436717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1436953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1437184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1437418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1437641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:29.1437874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:29.1438106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1438322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1438828Z 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:42:29.1439059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1439380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 42%] 2022-12-01T10:42:29.1439606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1439824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1440066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1440299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1440510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1440772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1440987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1441234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1441465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1441692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1441910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1442143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1442368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1442606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1442825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1443054Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1443273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1443492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1443726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1443951Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1444166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1444375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1444580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1445033Z 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:42:29.1445478Z 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:42:29.1445930Z 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:42:29.1446135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1446353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1446558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1446771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:29.1446978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1447194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1447400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:29.1447854Z 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:42:29.1448077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1448350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1448572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1448820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1449041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1449259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1449489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1449697Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1449925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1450146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1450371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1450597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1450817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1451033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1451246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1451468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1451764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1451990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1452204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1452414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1452626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1452835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1453045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1453253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1453463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1453696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1453941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1454189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:29.1454429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1454658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1454870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1455075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1455531Z 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:42:29.1455784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1456007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1456257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:29.1456466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1456683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1456892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1457348Z 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:42:29.1457804Z 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:42:29.1458024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:29.1458251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 44%] 2022-12-01T10:42:29.1458666Z 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:42:29.1458875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:29.1459315Z 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:42:29.1459772Z 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:42:29.1460219Z 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:42:29.1460655Z 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:42:29.1461101Z 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:42:29.1461535Z 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:42:29.1461976Z 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:42:29.1462410Z 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:42:29.1462668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1462901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1463146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1463387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1463639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1463876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1464112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1464390Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1464661Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1464919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1465141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1465377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:29.1465631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:29.1465880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1466120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1466633Z 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:42:29.1466872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1467099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1467335Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1467587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1467825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:29.1468077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1468328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1468568Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1468801Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1469051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1469289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1469527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1469778Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1470025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:42:29.1470272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1470523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:42:29.1470752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1471266Z 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:42:29.1471524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1471786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1472031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1472301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1472548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1472782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1473026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1473268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1473526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1473774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1474261Z 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:42:29.1474506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1474745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1474975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1475207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1475450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1475685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1475926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1476156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1476393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1476666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1476897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1477148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1477359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:29.1477564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:29.1477815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 46%] 2022-12-01T10:42:29.1478255Z 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:42:29.1478687Z 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:42:29.1479139Z 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:42:29.1479666Z 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:42:29.1480140Z 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:42:29.1480355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1480572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1480784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1480993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1481200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1481440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1481650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1481865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1482071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1482276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1482480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1482683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1483141Z 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:42:29.1483586Z 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:42:29.1483797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1484012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1484236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1484452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1484670Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1484876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1485075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1485304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1485523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1485744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1485956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1486409Z 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:42:29.1486846Z 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:42:29.1487301Z 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:42:29.1487552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1487762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1487994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:29.1488200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:29.1488451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:29.1488668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1488876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1489087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1489293Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1489510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1489712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1489943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1490175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1490631Z 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:42:29.1491129Z 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:42:29.1491343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1491554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1491888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1492097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1492536Z 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:42:29.1492733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1492942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1493156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1493374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:29.1493588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1493849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:29.1494100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:29.1494561Z 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:42:29.1495061Z 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:42:29.1495544Z 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:42:29.1496091Z 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:42:29.1496353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1496573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1496792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1497291Z 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:42:29.1497520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1498006Z 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:42:29.1498234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1498497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1499005Z 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:42:29.1499526Z 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:42:29.1499754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:29.1499972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1500181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1500416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1500625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1500842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1501052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1501252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1501457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1501665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1501873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1502076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1502297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1502508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1502712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1502924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1503118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1503345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1503626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1503837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1504080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1504287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1504510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1504728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1504934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1505137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1505345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1505567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1505791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1506008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1506221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1506432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1506660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1506857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1507071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1507276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1507500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:29.1507711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1507920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:29.1508135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1508348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1508558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1508768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1508986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1509201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1509409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1509633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1509854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1510065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1510274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1510712Z 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:42:29.1511182Z 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:42:29.1511399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1511658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1511879Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1512096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1512310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1512524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1512739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1512941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1513155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1513366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1513586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1513800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1514015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1514222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1514441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1514660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1514872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:29.1515089Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1515302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1515513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1515964Z 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:42:29.1516432Z 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:42:29.1516642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1516856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:29.1517303Z 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:42:29.1517738Z 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:42:29.1518181Z 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:42:29.1518629Z 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:42:29.1518881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 50%] 2022-12-01T10:42:29.1519237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1519453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1519708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1519917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1520123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1520350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1520564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1520788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1521007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 50%] 2022-12-01T10:42:29.1521222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 50%] 2022-12-01T10:42:29.1521448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1521663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1522108Z 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:42:29.1522333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1522766Z 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:42:29.1522986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1523198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1523414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1523626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 50%] 2022-12-01T10:42:29.1524072Z 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:42:29.1524511Z 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:42:29.1524747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1524982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1525198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1525402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1525620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1525847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1526069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1526295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1526505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1526765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:29.1526996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1527255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:29.1527469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1527686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1527899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1528111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1528325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1528801Z 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:42:29.1529260Z 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:42:29.1529482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 51%] 2022-12-01T10:42:29.1529690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 51%] 2022-12-01T10:42:29.1529898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1530113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1530325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1530545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1530768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1530982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1531231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1531447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1531786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1532003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1532221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1532446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1532679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1532897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1533115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1533352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1533586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1533801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1534001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1534216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1534490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1534711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1535204Z 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:42:29.1535649Z 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:42:29.1536093Z 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:42:29.1536311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1536522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:29.1536725Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1536954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:29.1537178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1537401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1537845Z 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:42:29.1538288Z 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:42:29.1538515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1538740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1538955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1539180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1539406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1539624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1539842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1540057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1540285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1540510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1540730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1540945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1541165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1541391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1541608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1541829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1542042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1542292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1542519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1542778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1542992Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1543198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1543416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1543625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1543848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1544066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1544287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1544506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:42:29.1544733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1544957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:29.1545407Z 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:42:29.1545624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:29.1546063Z 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:42:29.1546509Z 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:42:29.1546724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 53%] 2022-12-01T10:42:29.1547183Z 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:42:29.1547409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1547619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1548067Z 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:42:29.1548278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1548505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1548722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1548947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1549162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1549389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1549611Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1549834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1550077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1550504Z 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:42:29.1550989Z 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:42:29.1551439Z 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:42:29.1551890Z 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:42:29.1552331Z 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:42:29.1552782Z 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:42:29.1553229Z 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:42:29.1553676Z 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:42:29.1553900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1554112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1554394Z 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:42:29.1554646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T10:42:29.1554919Z 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:42:29.1555140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1555351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1555789Z 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:42:29.1556004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1556219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1556441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1556673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1556902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1557140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1557359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:29.1557591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:29.1557819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1558067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1558332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1558563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1558822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1559378Z 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:42:29.1559841Z 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:42:29.1560318Z 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:42:29.1560792Z 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:42:29.1561258Z 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:42:29.1561512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1561759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1561995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1562228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1562456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1562696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1562918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1563157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1563623Z 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:42:29.1564119Z 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:42:29.1564353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1564578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1564833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 54%] 2022-12-01T10:42:29.1565055Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1565307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1565534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1565857Z 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:42:29.1566086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1566310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1566587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1566836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1567100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1567332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1567569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1567800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1568026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1568262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:29.1568493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:29.1568721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1569192Z 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:42:29.1569412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1569625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1569838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1570048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1570254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1570477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1570714Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1570946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1571169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1571383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1571940Z 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:42:29.1572396Z 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:42:29.1572857Z 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:42:29.1573312Z 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:42:29.1573516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1573966Z 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:42:29.1574190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1574698Z 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:42:29.1575140Z 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:42:29.1575609Z 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:42:29.1575824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1576044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1576253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1576453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1576666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1576889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1577352Z 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:42:29.1577589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1577811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1578044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1578279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1578511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1578746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1578959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1579192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:29.1579420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:29.1579645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1579873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1580101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1580332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1580556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1580767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1581006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1581223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1581434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1581681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1581927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1582198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1582418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1582665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1582868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1583089Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1583308Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1583518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1583729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1583969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1584195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1584415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1584880Z 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:42:29.1585082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1585534Z 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:42:29.1586014Z 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:42:29.1586483Z 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:42:29.1586945Z 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:42:29.1587400Z 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:42:29.1587657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1587910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1588159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1588417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1588687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1588919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1589168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:29.1589419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:29.1589671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1589929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1590211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1590461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1590732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1590972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1591202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1591461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 57%] 2022-12-01T10:42:29.1591741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:29.1592018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1592276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1592524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1592757Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1593001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1593246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1593490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1593736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1593995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1594248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1594504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1594740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1594979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:29.1595216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1595458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1595713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1595954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1596205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:42:29.1596453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1596705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1596941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1597233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1597533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1597773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1598025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:29.1598269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1598511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:29.1598763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1598999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:29.1599292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1599526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1599760Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1599998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1600254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1600494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1600739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1600979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1601447Z 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:42:29.1601671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1601889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1602109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1602547Z 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:42:29.1603014Z 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:42:29.1603466Z 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:42:29.1603906Z 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:42:29.1604128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1604339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1604560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1604808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1605054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1605347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:42:29.1605605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:42:29.1605832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1606051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1606269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1606467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1606683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1606903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1607120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1607584Z 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:42:29.1607801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1608021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1608241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1608456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1608665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1608902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:29.1609128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:29.1609347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1609571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1609787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1610241Z 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:42:29.1610692Z 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:42:29.1611147Z 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:42:29.1611671Z 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:42:29.1611921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1612147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1612377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1612599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1612880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1613096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1613385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:42:29.1613604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1613824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1614045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1614263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1614497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1614736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1614971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1615207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1615672Z 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:42:29.1615911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1616132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1616337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1616564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1616777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1617235Z 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:42:29.1617454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1617666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1618111Z 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:42:29.1618325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:29.1618539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1618739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1618954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1619178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1619396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:29.1619628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1619843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1620311Z 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:42:29.1620805Z 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:42:29.1621342Z 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:42:29.1621844Z 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:42:29.1622074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1622299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1622514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1623013Z 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:42:29.1623246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1623732Z 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:42:29.1623963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1624490Z 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:42:29.1625008Z 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:42:29.1625465Z 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:42:29.1625678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1625894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1626124Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1626355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1626580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1626797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1627016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1627228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1627448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1627650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1627857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1628076Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1628282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1628507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1628754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1628965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1629221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1629422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1629629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1629855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:29.1630074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1630290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:29.1630500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1630735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1630949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1631168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1631365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1631828Z 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:42:29.1632038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1632256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1632473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1632706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1632933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1633162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1633383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1633591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1633806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1634042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1634276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1634494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1634724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1634949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1635168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1635383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1635591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1635807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1636294Z 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:42:29.1636749Z 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:42:29.1637047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1637264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1637480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1637692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1637911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1638118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1638340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1638554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:29.1638775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:29.1639276Z 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:42:29.1639724Z 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:42:29.1640186Z 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:42:29.1640633Z 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:42:29.1640933Z 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:42:29.1641253Z 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:42:29.1641550Z 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:42:29.1641852Z 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:42:29.1642156Z 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:42:29.1642410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:42:29.1642659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:42:29.1642970Z 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:42:29.1643425Z 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:42:29.1643657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1643882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:29.1644216Z 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:42:29.1644451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1644695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:29.1644933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1645168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1645401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:29.1645649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1645882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1646110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:29.1646341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:29.1646810Z 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:42:29.1647273Z 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:42:29.1647731Z 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:42:29.1648040Z 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:42:29.1648340Z 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:42:29.1648653Z 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:42:29.1649115Z 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:42:29.1649573Z 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:42:29.1650033Z 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:42:29.1650495Z 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:42:29.1650946Z 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:42:29.1651425Z 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:42:29.1651781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 62%] 2022-12-01T10:42:29.1652102Z 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:42:29.1652472Z 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:42:29.1652708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 63%] 2022-12-01T10:42:29.1653057Z 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:42:29.1653285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1653510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1653821Z 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:42:29.1654127Z 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:42:29.1654437Z 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:42:29.1654752Z 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:42:29.1655057Z 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:42:29.1655284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:42:29.1655515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1655831Z 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:42:29.1656138Z 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:42:29.1656443Z 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:42:29.1656909Z 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:42:29.1657366Z 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:42:29.1657689Z 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:42:29.1658010Z 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:42:29.1658474Z 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:42:29.1658930Z 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:42:29.1659242Z 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:42:29.1659558Z 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:42:29.1659889Z 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:42:29.1660204Z 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:42:29.1660549Z 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:42:29.1660875Z 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:42:29.1661189Z 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:42:29.1661497Z 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:42:29.1661726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1662033Z 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:42:29.1662335Z 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:42:29.1662644Z 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:42:29.1662953Z 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:42:29.1663265Z 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:42:29.1663500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1663821Z 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:42:29.1664048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:29.1664351Z 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:42:29.1664649Z 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:42:29.1664961Z 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:42:29.1665264Z 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:42:29.1665505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 64%] 2022-12-01T10:42:29.1665734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:29.1665957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 64%] 2022-12-01T10:42:29.1666185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:29.1666511Z 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:42:29.1666865Z 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:42:29.1667214Z 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:42:29.1667518Z 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:42:29.1667832Z 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:42:29.1668136Z 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:42:29.1668446Z 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:42:29.1668750Z 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:42:29.1669053Z 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:42:29.1669288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:29.1669585Z 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:42:29.1669897Z 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:42:29.1670204Z 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:42:29.1670511Z 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:42:29.1670826Z 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:42:29.1671128Z 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:42:29.1671590Z 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:42:29.1672060Z 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:42:29.1672513Z 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:42:29.1672969Z 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:42:29.1673433Z 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:42:29.1673649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:29.1673872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:29.1674212Z 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:42:29.1674522Z 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:42:29.1675010Z 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:42:29.1675318Z 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:42:29.1675624Z 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:42:29.1675926Z 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:42:29.1676239Z 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:42:29.1676553Z 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:42:29.1676860Z 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:42:29.1677152Z 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:42:29.1677461Z 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:42:29.1677770Z 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:42:29.1678086Z 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:42:29.1678394Z 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:42:29.1678695Z 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:42:29.1678997Z 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:42:29.1679362Z 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:42:29.1679671Z 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:42:29.1679974Z 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:42:29.1680281Z 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:42:29.1680583Z 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:42:29.1680801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:29.1681307Z 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:42:29.1681640Z 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:42:29.1681939Z 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:42:29.1682165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:29.1682471Z 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:42:29.1682943Z 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:42:29.1683255Z 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:42:29.1683715Z 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:42:29.1684020Z 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:42:29.1684470Z 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:42:29.1684775Z 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:42:29.1685229Z 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:42:29.1685539Z 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:42:29.1685767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:29.1685988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:29.1686452Z 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:42:29.1686920Z 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:42:29.1687163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 65%] 2022-12-01T10:42:29.1687399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:29.1687641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:42:29.1687957Z 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:42:29.1688412Z 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:42:29.1688862Z 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:42:29.1689361Z 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:42:29.1689833Z 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:42:29.1690333Z 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:42:29.1690796Z 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:42:29.1691268Z 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:42:29.1691560Z 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:42:29.1691934Z 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:42:29.1692222Z 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:42:29.1692525Z 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:42:29.1692836Z 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:42:29.1693130Z 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:42:29.1693369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 66%] 2022-12-01T10:42:29.1693596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:29.1693826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:29.1694137Z 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:42:29.1694446Z 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:42:29.1694771Z 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:42:29.1695089Z 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:42:29.1695402Z 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:42:29.1695718Z 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:42:29.1696037Z 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:42:29.1696347Z 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:42:29.1696713Z 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:42:29.1697053Z 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:42:29.1697431Z 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:42:29.1697748Z 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:42:29.1698061Z 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:42:29.1698555Z 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:42:29.1699058Z 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:42:29.1699547Z 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:42:29.1700042Z 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:42:29.1700380Z 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:42:29.1700712Z 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:42:29.1701023Z 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:42:29.1701332Z 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:42:29.1701648Z 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:42:29.1701968Z 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:42:29.1702284Z 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:42:29.1702612Z 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:42:29.1703113Z 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:42:29.1703620Z 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:42:29.1703934Z 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:42:29.1704306Z 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:42:29.1704648Z 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:42:29.1704992Z 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:42:29.1705302Z 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:42:29.1705623Z 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:42:29.1705940Z 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:42:29.1706255Z 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:42:29.1706580Z 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:42:29.1706895Z 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:42:29.1707206Z 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:42:29.1707529Z 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:42:29.1707850Z 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:42:29.1708181Z 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:42:29.1708497Z 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:42:29.1708813Z 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:42:29.1709132Z 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:42:29.1709610Z 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:42:29.1709840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 67%] 2022-12-01T10:42:29.1710059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 67%] 2022-12-01T10:42:29.1710280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 67%] 2022-12-01T10:42:29.1710588Z 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:42:29.1710906Z 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:42:29.1711247Z 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:42:29.1711564Z 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:42:29.1712070Z 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:42:29.1712537Z 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:42:29.1713019Z 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:42:29.1713504Z 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:42:29.1713977Z 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:42:29.1714435Z 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:42:29.1714898Z 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:42:29.1715351Z 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:42:29.1715808Z 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:42:29.1716123Z 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:42:29.1716425Z 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:42:29.1716724Z 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:42:29.1717037Z 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:42:29.1717513Z 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:42:29.1717987Z 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:42:29.1718303Z 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:42:29.1718623Z 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:42:29.1718923Z 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:42:29.1719223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 68%] 2022-12-01T10:42:29.1719461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:29.1719830Z 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:42:29.1720147Z 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:42:29.1720490Z 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:42:29.1720806Z 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:42:29.1721118Z 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:42:29.1721364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 68%] 2022-12-01T10:42:29.1721680Z 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:42:29.1721996Z 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:42:29.1722301Z 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:42:29.1722611Z 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:42:29.1722923Z 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:42:29.1723242Z 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:42:29.1723555Z 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:42:29.1723863Z 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:42:29.1724167Z 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:42:29.1724480Z 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:42:29.1724806Z 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:42:29.1725116Z 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:42:29.1725445Z 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:42:29.1725769Z 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:42:29.1726073Z 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:42:29.1726396Z 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:42:29.1726701Z 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:42:29.1726958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:29.1727442Z 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:42:29.1727748Z 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:42:29.1728047Z 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:42:29.1728300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:29.1728537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:29.1728848Z 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:42:29.1729321Z 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:42:29.1729631Z 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:42:29.1730071Z 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:42:29.1730303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 69%] 2022-12-01T10:42:29.1730529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:29.1731010Z 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:42:29.1731477Z 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:42:29.1732050Z 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:42:29.1732536Z 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:42:29.1732997Z 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:42:29.1733475Z 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:42:29.1733815Z 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:42:29.1734158Z 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:42:29.1734497Z 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:42:29.1734868Z 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:42:29.1735239Z 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:42:29.1735565Z 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:42:29.1735892Z 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:42:29.1736218Z 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:42:29.1736545Z 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:42:29.1736888Z 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:42:29.1737245Z 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:42:29.1737573Z 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:42:29.1737915Z 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:42:29.1738249Z 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:42:29.1738592Z 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:42:29.1738923Z 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:42:29.1739168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:29.1739419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:29.1739698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 69%] 2022-12-01T10:42:29.1739986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:29.1740306Z 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:42:29.1740630Z 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:42:29.1740963Z 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:42:29.1741334Z 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:42:29.1741683Z 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:42:29.1742059Z 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:42:29.1742393Z 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:42:29.1742736Z 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:42:29.1743065Z 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:42:29.1743383Z 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:42:29.1743638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:29.1743959Z 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:42:29.1744298Z 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:42:29.1744627Z 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:42:29.1744958Z 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:42:29.1745282Z 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:42:29.1745610Z 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:42:29.1745946Z 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:42:29.1746280Z 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:42:29.1746625Z 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:42:29.1746980Z 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:42:29.1747307Z 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:42:29.1747629Z 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:42:29.1747993Z 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:42:29.1748351Z 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:42:29.1748684Z 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:42:29.1749007Z 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:42:29.1749253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 70%] 2022-12-01T10:42:29.1749772Z 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:42:29.1750018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:29.1750351Z 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:42:29.1750673Z 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:42:29.1751017Z 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:42:29.1751359Z 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:42:29.1751687Z 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:42:29.1752002Z 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:42:29.1752327Z 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:42:29.1752661Z 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:42:29.1753002Z 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:42:29.1753345Z 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:42:29.1753710Z 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:42:29.1754034Z 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:42:29.1754500Z 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:42:29.1754876Z 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:42:29.1755223Z 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:42:29.1755532Z 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:42:29.1755844Z 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:42:29.1756151Z 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:42:29.1756405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 71%] 2022-12-01T10:42:29.1756867Z 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:42:29.1757341Z 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:42:29.1757806Z 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:42:29.1758276Z 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:42:29.1758732Z 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:42:29.1759042Z 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:42:29.1759417Z 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:42:29.1759725Z 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:42:29.1759997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:42:29.1760263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:42:29.1760563Z 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:42:29.1760863Z 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:42:29.1761166Z 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:42:29.1761471Z 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:42:29.1761772Z 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:42:29.1761997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:29.1762330Z 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:42:29.1762641Z 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:42:29.1762910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:29.1763388Z 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:42:29.1763848Z 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:42:29.1764312Z 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:42:29.1764626Z 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:42:29.1764926Z 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:42:29.1765167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 71%] 2022-12-01T10:42:29.1765404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:29.1765634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:29.1765942Z 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:42:29.1766262Z 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:42:29.1766573Z 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:42:29.1767037Z 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:42:29.1767500Z 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:42:29.1767810Z 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:42:29.1768123Z 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:42:29.1768431Z 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:42:29.1768740Z 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:42:29.1769041Z 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:42:29.1769267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1769499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1769841Z 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:42:29.1770087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1770356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1770606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1770838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1771081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1771560Z 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:42:29.1771972Z 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:42:29.1772287Z 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:42:29.1772592Z 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:42:29.1772911Z 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:42:29.1773140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1773369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1773601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1774066Z 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:42:29.1774287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1774511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:29.1774738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1774971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:29.1775276Z 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:42:29.1775581Z 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:42:29.1775904Z 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:42:29.1776236Z 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:42:29.1776721Z 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:42:29.1777206Z 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:42:29.1777719Z 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:42:29.1778271Z 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:42:29.1778801Z 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:42:29.1779116Z 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:42:29.1779434Z 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:42:29.1779948Z 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:42:29.1780262Z 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:42:29.1780569Z 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:42:29.1781096Z 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:42:29.1781601Z 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:42:29.1782109Z 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:42:29.1782608Z 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:42:29.1783100Z 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:42:29.1783641Z 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:42:29.1784164Z 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:42:29.1784475Z 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:42:29.1784792Z 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:42:29.1785113Z 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:42:29.1785428Z 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:42:29.1785654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:29.1785922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:29.1786165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:29.1786428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:29.1786740Z 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:42:29.1787044Z 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:42:29.1787346Z 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:42:29.1787653Z 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:42:29.1787957Z 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:42:29.1788189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:29.1788491Z 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:42:29.1788791Z 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:42:29.1789096Z 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:42:29.1789404Z 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:42:29.1789629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:29.1789943Z 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:42:29.1790248Z 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:42:29.1790540Z 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:42:29.1790771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:29.1790996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:29.1791221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:29.1791540Z 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:42:29.1791847Z 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:42:29.1792150Z 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:42:29.1792456Z 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:42:29.1792788Z 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:42:29.1793032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:29.1793366Z 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:42:29.1793674Z 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:42:29.1793899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:29.1794126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:29.1794435Z 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:42:29.1794755Z 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:42:29.1795225Z 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:42:29.1795712Z 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:42:29.1796175Z 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:42:29.1796414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:29.1796724Z 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:42:29.1797036Z 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:42:29.1797331Z 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:42:29.1797650Z 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:42:29.1797954Z 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:42:29.1798273Z 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:42:29.1798577Z 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:42:29.1798889Z 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:42:29.1799264Z 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:42:29.1799565Z 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:42:29.1799868Z 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:42:29.1800138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:29.1800609Z 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:42:29.1801097Z 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:42:29.1801341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1801589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1801850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1802105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1802358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1802621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1802868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1803121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1803372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1803592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:42:29.1803853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:42:29.1804061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1804277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1804487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1804701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1804919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1805131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1805347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1805553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1805765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1805982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1806190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1806634Z 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:42:29.1807062Z 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:42:29.1807512Z 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:42:29.1807798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1808050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1808527Z 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:42:29.1808950Z 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:42:29.1809203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 75%] 2022-12-01T10:42:29.1809418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1809682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1809941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1810201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1810452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1810674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:29.1810886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:29.1811131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1811383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1811731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1811990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1812241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1812491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1812931Z 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:42:29.1813206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1813479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1813750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1814002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:29.1814453Z 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:42:29.1814716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1814972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1815181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1815487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1815920Z 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:42:29.1816218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1816489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1816707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1816916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1817181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1817445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1817700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1817933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:29.1818160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1818434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1818699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1818918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1819134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:29.1819330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1819535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1819997Z 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:42:29.1820256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1820507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1820764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1820987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:29.1821267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1821523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1821768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1822032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1822286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1822544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1822842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1823122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1823336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1823573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:29.1823805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1824040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:29.1824282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:29.1824534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1824798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1825052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1825311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1825561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1825813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1826264Z 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:42:29.1826704Z 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:42:29.1827137Z 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:42:29.1827337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:29.1827593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1827845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1828284Z 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:42:29.1828544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1828798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1829055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1829309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1829572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1829828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1830106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1830365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1830650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1830909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1831170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1831424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1831691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1831955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1832212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1832466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1832707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1832958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1833215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1833465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1833718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1833933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 77%] 2022-12-01T10:42:29.1834191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1834449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1834702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:29.1834946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1835197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1835453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1835704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1835933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 78%] 2022-12-01T10:42:29.1836142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1836395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1836854Z 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:42:29.1837146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1837401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1837855Z 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:42:29.1838306Z 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:42:29.1838738Z 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:42:29.1839240Z 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:42:29.1839497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1839749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1840201Z 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:42:29.1840645Z 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:42:29.1840899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1841154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1841349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1841573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 78%] 2022-12-01T10:42:29.1841795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1842018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1842241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 78%] 2022-12-01T10:42:29.1842458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1842678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:29.1842946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1843204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1843461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1843886Z 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:42:29.1844317Z 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:42:29.1844765Z 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:42:29.1845201Z 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:42:29.1845641Z 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:42:29.1846113Z 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:42:29.1846580Z 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:42:29.1846843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:29.1847116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:29.1847371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:29.1847619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:29.1847873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:29.1848124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1848381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1848598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 79%] 2022-12-01T10:42:29.1848817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:42:29.1849032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 79%] 2022-12-01T10:42:29.1849299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1849561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1849825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1850089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1850345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1850616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1850888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1851155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1851445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1852005Z 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:42:29.1852485Z 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:42:29.1852960Z 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:42:29.1853421Z 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:42:29.1853714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:42:29.1853991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1854308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1854566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1854836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1855112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1855386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1855661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1856140Z 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:42:29.1856605Z 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:42:29.1857104Z 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:42:29.1857575Z 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:42:29.1857850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1858117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1858376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1858654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:29.1858973Z 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:42:29.1859290Z 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:42:29.1859555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1859817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1860090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1860356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1860611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1860869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1861216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1861491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1861794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1862060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1862324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1862600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1863056Z 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:42:29.1863273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 80%] 2022-12-01T10:42:29.1863478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:42:29.1863692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 80%] 2022-12-01T10:42:29.1863962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1864234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1864493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1864749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1865210Z 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:42:29.1865662Z 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:42:29.1866121Z 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:42:29.1866577Z 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:42:29.1867024Z 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:42:29.1867272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1867717Z 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:42:29.1868154Z 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:42:29.1868409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1868659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1868918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1869174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1869457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1869916Z 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:42:29.1870443Z 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:42:29.1870703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:29.1870965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1871226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1871502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1871769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1872037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1872298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1872525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:29.1872795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1873055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1873307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1873573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1873829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1874087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1874351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1874608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1874867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1875123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1875379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1875650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1875915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1876202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1876521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1876796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1877100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1877359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1877576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:42:29.1877786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:29.1878035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1878272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:29.1878480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:29.1878741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1879008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1879373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1879831Z 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:42:29.1880090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:29.1880540Z 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:42:29.1881003Z 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:42:29.1881455Z 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:42:29.1881902Z 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:42:29.1882331Z 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:42:29.1882777Z 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:42:29.1883225Z 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:42:29.1883522Z 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:42:29.1883800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1884076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1884310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:29.1884589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1884900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1885192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1885519Z 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:42:29.1885795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1886076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1886348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1886592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:29.1886875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1887150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:29.1887422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:29.1887712Z 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:42:29.1887997Z 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:42:29.1888268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1888541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1888805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1889094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1889387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1889681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1889954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1890232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1890476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:29.1890745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1891031Z 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:42:29.1891306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1891680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1891973Z 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:42:29.1892301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1892581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:29.1892852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1893133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1893414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1893703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1893985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1894272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1894565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1894837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1895110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1895395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1895680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1895968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1896253Z 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:42:29.1896523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1896790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1897057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1897290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:29.1897571Z 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:42:29.1897831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1898119Z 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:42:29.1898446Z 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:42:29.1898723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1899035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1899316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1899589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1899873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1900114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:29.1900427Z 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:42:29.1911646Z 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:42:29.1912005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1912496Z 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:42:29.1912766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1913037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1913300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1913562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:29.1913821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:42:29.1914095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:42:29.1914548Z 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:42:29.1914991Z 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:42:29.1915456Z 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:42:29.1915900Z 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:42:29.1916338Z 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:42:29.1916601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1916868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1917131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:42:29.1917501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:42:29.1917754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:42:29.1918065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:42:29.1918327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1918587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1918822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1919042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:29.1919601Z 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:42:29.1920049Z 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:42:29.1920489Z 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:42:29.1920942Z 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:42:29.1921397Z 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:42:29.1921654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1921915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1922166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1922395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:29.1922605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:29.1922824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 84%] 2022-12-01T10:42:29.1923039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:29.1923306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1923583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1923848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1924111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1924565Z 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:42:29.1925028Z 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:42:29.1925284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1925582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1925856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1926142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1926398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1926652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:29.1926881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:29.1927124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:42:29.1927337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:29.1927596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1927822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:29.1928291Z 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:42:29.1928567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1928843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1929106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1929364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1929583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:29.1929797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:29.1930241Z 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:42:29.1930463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:29.1930899Z 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:42:29.1931111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:29.1931330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:29.1931740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1931999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1932268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1932546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1932819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1933073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1933404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1933871Z 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:42:29.1934383Z 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:42:29.1934851Z 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:42:29.1935363Z 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:42:29.1935883Z 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:42:29.1936389Z 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:42:29.1936660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1937157Z 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:42:29.1937423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:29.1937928Z 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:42:29.1938421Z 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:42:29.1938893Z 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:42:29.1939380Z 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:42:29.1939686Z 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:42:29.1940184Z 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:42:29.1940703Z 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:42:29.1941197Z 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:42:29.1941467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1941923Z 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:42:29.1942189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1942462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1942725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1942935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1943185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1943412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1943627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1943886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1944144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1944406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1944665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1944922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1945180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1945429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1945686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1945901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1946118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1946390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1946661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1946915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1947376Z 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:42:29.1947634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1947884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1948144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1948412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1948627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1948839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1949054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:29.1949263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1949489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:29.1949743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:29.1950225Z 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:42:29.1950685Z 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:42:29.1950911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1951135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1951392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1951650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1951921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1952181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1952438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1952696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1952937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1953198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1953461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1953717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:29.1953934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1954379Z 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:42:29.1954843Z 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:42:29.1955295Z 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:42:29.1955592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1955896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1956205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1956500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1956805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1957055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:42:29.1957360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1957837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 87%] 2022-12-01T10:42:29.1958059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1958319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1958629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:29.1958855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1959089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1959372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1959597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1959824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1960069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1960297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:29.1960518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1960738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:29.1961196Z 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:42:29.1961496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1961938Z 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:42:29.1962399Z 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:42:29.1962857Z 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:42:29.1963121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:42:29.1963424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1963651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:29.1963948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1964263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1964577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1964801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:29.1965110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1965399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1965883Z 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:42:29.1966359Z 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:42:29.1966682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1966999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1967313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1967638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1967943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1968165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:29.1968613Z 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:42:29.1968921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1969134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:29.1969437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1969754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1970065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1970366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1970671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1970970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1971293Z 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:42:29.1971694Z 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:42:29.1972008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1972237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:29.1972695Z 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:42:29.1972999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1973350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1973690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:29.1973993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1974290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1974516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1974744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:29.1974970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1975294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1975604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1975887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1976197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1976501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1976807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1977034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1977331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1977575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1977826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:29.1978071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1978374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1978672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1978974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1979279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1979578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1980041Z 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:42:29.1980520Z 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:42:29.1980997Z 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:42:29.1981476Z 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:42:29.1981934Z 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:42:29.1982376Z 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:42:29.1982598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1982809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1983029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1983256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:29.1983571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1983878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1984186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1984408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:29.1984853Z 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:42:29.1985167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1985471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:29.1985773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1986065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1986370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1986677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1986981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1987300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1987606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1987912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1988242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1988585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1988890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1989194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1989481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1989709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 90%] 2022-12-01T10:42:29.1989931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1990234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1990542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1990845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1991143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1991382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 90%] 2022-12-01T10:42:29.1991618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1991839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1992132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1992589Z 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:42:29.1992899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1993198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1993657Z 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:42:29.1993961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1994185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1994403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1994851Z 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:42:29.1995311Z 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:42:29.1995551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 90%] 2022-12-01T10:42:29.1995809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1996037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1996294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1996526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:29.1996840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:29.1997146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.1997451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.1997896Z 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:42:29.1998345Z 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:42:29.1998803Z 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:42:29.1999292Z 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:42:29.1999754Z 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:42:29.2000210Z 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:42:29.2000510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2000795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:42:29.2001066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:42:29.2001344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:42:29.2001612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:42:29.2001874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:42:29.2002182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2002407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 91%] 2022-12-01T10:42:29.2002707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2003018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2003325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2003731Z 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:42:29.2004038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2004388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2004708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2005019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2005333Z 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:42:29.2005806Z 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:42:29.2006297Z 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:42:29.2006781Z 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:42:29.2007023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:42:29.2007268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:42:29.2007606Z 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:42:29.2007935Z 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:42:29.2008246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:29.2008562Z 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:42:29.2008884Z 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:42:29.2009201Z 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:42:29.2009691Z 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:42:29.2010165Z 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:42:29.2010478Z 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:42:29.2010776Z 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:42:29.2011086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2011426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2011890Z 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:42:29.2012226Z 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:42:29.2012541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2012867Z 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:42:29.2013197Z 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:42:29.2013507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2013824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2014135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2014454Z 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:42:29.2014767Z 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:42:29.2015084Z 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:42:29.2015411Z 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:42:29.2015722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2016029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2016352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2016668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2016980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2017293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2017616Z 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:42:29.2017934Z 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:42:29.2018443Z 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:42:29.2018703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 92%] 2022-12-01T10:42:29.2018911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 92%] 2022-12-01T10:42:29.2019138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 92%] 2022-12-01T10:42:29.2019355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 92%] 2022-12-01T10:42:29.2019664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2019989Z 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:42:29.2020305Z 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:42:29.2020618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2021087Z 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:42:29.2021555Z 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:42:29.2022011Z 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:42:29.2022448Z 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:42:29.2022761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:29.2023075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2023380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2023682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2023981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2024289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2024597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2025069Z 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:42:29.2025534Z 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:42:29.2025849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2026196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2026496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2026828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2027147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2027460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2027770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2028087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2028399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2028709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2029021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2029329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2029635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2029940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2030238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2030540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2030846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2031149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2031451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2031755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2032056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2032384Z 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:42:29.2032717Z 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:42:29.2033047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:29.2033306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:29.2033758Z 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:42:29.2034006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:29.2034250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:29.2034482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:29.2034795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:29.2035109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:29.2035412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:29.2035884Z 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:42:29.2036344Z 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:42:29.2036652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:29.2036959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:29.2037264Z 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:42:29.2037715Z 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:42:29.2038175Z 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:42:29.2038664Z 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:42:29.2039131Z 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:42:29.2039640Z 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:42:29.2040091Z 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:42:29.2040555Z 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:42:29.2041008Z 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:42:29.2041349Z 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:42:29.2041716Z 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:42:29.2042074Z 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:42:29.2042385Z 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:42:29.2042723Z 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:42:29.2043072Z 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:42:29.2043319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:29.2043644Z 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:42:29.2043966Z 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:42:29.2044293Z 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:42:29.2044631Z 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:42:29.2044967Z 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:42:29.2045303Z 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:42:29.2045645Z 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:42:29.2045971Z 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:42:29.2046293Z 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:42:29.2046528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:29.2046786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:29.2047027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:29.2047354Z 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:42:29.2047634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:29.2047922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 94%] 2022-12-01T10:42:29.2048252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:29.2048597Z 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:42:29.2048964Z 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:42:29.2049280Z 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:42:29.2049605Z 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:42:29.2049840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 95%] 2022-12-01T10:42:29.2050167Z 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:42:29.2050488Z 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:42:29.2050817Z 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:42:29.2051144Z 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:42:29.2051482Z 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:42:29.2051908Z 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:42:29.2052252Z 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:42:29.2052568Z 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:42:29.2052887Z 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:42:29.2053204Z 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:42:29.2053532Z 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:42:29.2053848Z 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:42:29.2054172Z 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:42:29.2054496Z 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:42:29.2054830Z 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:42:29.2055200Z 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:42:29.2055531Z 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:42:29.2055900Z 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:42:29.2056235Z 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:42:29.2056560Z 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:42:29.2056881Z 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:42:29.2057203Z 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:42:29.2057532Z 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:42:29.2057864Z 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:42:29.2058181Z 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:42:29.2058507Z 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:42:29.2058837Z 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:42:29.2059180Z 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:42:29.2059514Z 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:42:29.2059837Z 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:42:29.2060081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:29.2060409Z 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:42:29.2060731Z 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:42:29.2061066Z 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:42:29.2061387Z 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:42:29.2061714Z 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:42:29.2062072Z 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:42:29.2062337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 96%] 2022-12-01T10:42:29.2062676Z 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:42:29.2063038Z 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:42:29.2063358Z 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:42:29.2063698Z 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:42:29.2064034Z 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:42:29.2064338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2064635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2064941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2065248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2065549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2065858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2066121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:42:29.2066588Z 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:42:29.2067054Z 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:42:29.2067361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2067668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2067973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2068281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2068585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2068917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2069171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 96%] 2022-12-01T10:42:29.2069467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:42:29.2069718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:42:29.2070023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2070327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2070632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2070936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2071169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 96%] 2022-12-01T10:42:29.2071476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:29.2071945Z 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:42:29.2072406Z 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:42:29.2072866Z 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:42:29.2073330Z 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:42:29.2073622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2073860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2074094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2074328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2074556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2074871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2075177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2075494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2075801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2076273Z 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:42:29.2076580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2076901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2077232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2077542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2077773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2078078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2078318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2078555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2078784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2079012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2079303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2079547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2079793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2080033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2080508Z 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:42:29.2080834Z 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:42:29.2081300Z 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:42:29.2081530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2081982Z 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:42:29.2082204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2082416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2082637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:29.2082861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:29.2083163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2083464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:29.2083785Z 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:42:29.2084101Z 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:42:29.2084460Z 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:42:29.2084962Z 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:42:29.2085441Z 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:42:29.2085920Z 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:42:29.2086416Z 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:42:29.2086927Z 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:42:29.2087441Z 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:42:29.2087945Z 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:42:29.2088256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2088571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2089082Z 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:42:29.2089392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2089700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2090208Z 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:42:29.2090709Z 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:42:29.2091217Z 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:42:29.2091819Z 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:42:29.2092122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2092467Z 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:42:29.2092983Z 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:42:29.2093563Z 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:42:29.2094107Z 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:42:29.2094679Z 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:42:29.2095207Z 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:42:29.2095679Z 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:42:29.2096007Z 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:42:29.2096236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-12-01T10:42:29.2096463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:29.2096694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-12-01T10:42:29.2096903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:29.2097133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-12-01T10:42:29.2097431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2097743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2098048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2098272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-12-01T10:42:29.2098568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:29.2098789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-12-01T10:42:29.2099007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:29.2099313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2099525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2099750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2099973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2100281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2100597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2100901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2101413Z 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:42:29.2101653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2101985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2102303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2102514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2102734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2102952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2103186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2103409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2103718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2104025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2104335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2104636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2105105Z 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:42:29.2105549Z 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:42:29.2106005Z 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:42:29.2106240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:29.2106469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2106771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2107068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2107376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2107675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2107980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2108277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2108593Z 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:42:29.2108915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2109221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2109557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2109855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:29.2110075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-12-01T10:42:29.2110533Z 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:42:29.2110549Z 2022-12-01T10:42:29.2110992Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-93d19e8ab37688c3.xml - 2022-12-01T10:42:29.2111179Z = 1769 passed, 1980 skipped, 18 deselected, 35 xfailed, 97 warnings in 410.77s (0:06:50) = 2022-12-01T10:42:29.2111403Z 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:42:29.2111410Z 2022-12-01T10:42:29.2111835Z ##[endgroup] 2022-12-01T10:42:29.2112219Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_oxy0if_n) 2022-12-01T10:42:29.2112226Z 2022-12-01T10:42:43.3835164Z 2022-12-01T10:42:43.3835672Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:42:43.3836792Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_mpqo_4ab) 2022-12-01T10:42:43.3846683Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-cb8cc6803c015506.xml 2022-12-01T10:42:43.3847389Z ============================= test session starts ============================== 2022-12-01T10:42:43.3848020Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:42:43.3848470Z cachedir: .pytest_cache 2022-12-01T10:42:43.3849211Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:42:43.3849853Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:42:43.3850568Z 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:42:43.3851125Z collecting ... collected 7560 items / 14 deselected / 7546 selected 2022-12-01T10:42:43.4302387Z 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:42:43.4673864Z 2022-12-01T10:42:43.4674203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4674684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4675132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4675587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4676061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4676515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4676957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4677379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:42:43.4677764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:42:43.4678185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4678618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4679069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4679597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4680049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4680487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4680933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4681375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4682054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4682496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4683006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4683458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4683909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4684356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4684817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4685262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4685930Z 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:42:43.4686498Z 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:42:43.4687079Z 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:42:43.4687651Z 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:42:43.4688221Z 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:42:43.4688790Z 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:42:43.4689346Z 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:42:43.4689909Z 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:42:43.4690484Z 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:42:43.4690923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:42:43.4691354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4691983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:42:43.4692447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4692894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4693326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4693827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4694279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4694761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4695193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4695642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4696095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4696551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4696992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4697450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4697899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4698348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4698781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4699230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4699678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4700250Z 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:42:43.4700721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4701290Z 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:42:43.4701757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4702228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4702681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4703122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4703568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4704133Z 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:42:43.4704593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4705071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4705545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4706040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4706490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4706924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4707379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4707842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4708304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4708750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4709206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:42:43.4709667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4710132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4710598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4711051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4711514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4711960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4712402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4712830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4713407Z 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:42:43.4714000Z 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:42:43.4714462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4714892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4715333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4715814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4716268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4716735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4717180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4717638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4718102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4718546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4718992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4719520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4719967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4720408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4720848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4721323Z 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:42:43.4721794Z 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:42:43.4722263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4722705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4723144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4723590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4724040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4724479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4724929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4725373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4725822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:42:43.4726382Z 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:42:43.4727003Z 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:42:43.4727594Z 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:42:43.4728219Z 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:42:43.4728773Z 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:42:43.4729340Z 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:42:43.4729797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4730248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4730699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4731133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4731942Z 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:42:43.4732408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4732864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4733303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4733751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4734205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4734663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4735103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4735549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4735998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4736453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4736883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4737338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4737793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4738357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4738801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4739289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4739733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4740179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4740608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4741059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4741644Z 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:42:43.4742107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4742550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4743112Z 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:42:43.4743688Z 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:42:43.4744154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:43.4744711Z 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:42:43.4745271Z 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:42:43.4745730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4746294Z 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:42:43.4746866Z 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:42:43.4747427Z 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:42:43.4748001Z 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:42:43.4748463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4749026Z 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:42:43.4749588Z 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:42:43.4750047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4750536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4751016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4751475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4751918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4752378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4752830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4753287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4753734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4754180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4754740Z 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:42:43.4755311Z 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:42:43.4755880Z 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:42:43.4756464Z 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:42:43.4757044Z 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:42:43.4757610Z 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:42:43.4758166Z 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:42:43.4758735Z 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:42:43.4759407Z 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:42:43.4759993Z 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:42:43.4760570Z 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:42:43.4761016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4761465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4761903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:42:43.4762384Z 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:42:43.4762836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:42:43.4763252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:42:43.4763681Z 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:42:43.4764123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4764557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:42:43.4765010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4765468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4765935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4766387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4766841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4767300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4767768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4768245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4768738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4769212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4769809Z 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:42:43.4770409Z 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:42:43.4771000Z 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:42:43.4771710Z 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:42:43.4772230Z 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:42:43.4772709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4773158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4773694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4774198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4774668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4775272Z 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:42:43.4775756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4776217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4776674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4777151Z 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:42:43.4777614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4778095Z 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:42:43.4778576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4779042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4779488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4779957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4780424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4780882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4781340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4781809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4782289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4782754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:42:43.4783207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4783794Z 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:42:43.4784407Z 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:42:43.4784866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4785345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4785777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4786216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4786663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4787125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4787573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4788031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4788486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4788932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4789498Z 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:42:43.4790088Z 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:42:43.4790673Z 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:42:43.4791258Z 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:42:43.4791821Z 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:42:43.4792387Z 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:42:43.4792833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4793283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4793727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4794178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4794619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4795188Z 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:42:43.4795706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4796163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4796655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4797115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4797580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4798032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4798502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4798960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4799509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4799967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4800427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4800887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4801346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:43.4801790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4802245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4802706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4803156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4803612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4804066Z 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:42:43.4804526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4804970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4805438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4805906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4806365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4806863Z 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:42:43.4807367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4807803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4808254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4808697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4809282Z 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:42:43.4809733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4810193Z 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:42:43.4810656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4811106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4811544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4812112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4812569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4813144Z 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:42:43.4813596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:42:43.4814156Z 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:42:43.4814753Z 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:42:43.4815349Z 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:42:43.4815923Z 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:42:43.4816493Z 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:42:43.4817073Z 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:42:43.4817558Z 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:42:43.4818110Z 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:42:43.4818581Z 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:42:43.4819108Z 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:42:43.4819590Z 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:42:43.4820067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4820554Z 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:42:43.4821034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4821509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4821992Z 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:42:43.4822485Z 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:42:43.4822951Z 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:42:43.4823429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4823870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 8%] 2022-12-01T10:42:43.4824313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4824802Z 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:42:43.4825327Z 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:42:43.4825844Z 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:42:43.4826327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4826794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4827255Z 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:42:43.4827699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 8%] 2022-12-01T10:42:43.4828140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4828674Z 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:42:43.4829151Z 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:42:43.4829663Z 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:42:43.4830151Z 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:42:43.4830648Z 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:42:43.4831136Z 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:42:43.4831620Z 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:42:43.4832092Z 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:42:43.4832577Z 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:42:43.4833058Z 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:42:43.4833527Z 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:42:43.4834010Z 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:42:43.4834494Z 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:42:43.4834975Z 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:42:43.4835456Z 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:42:43.4835932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:42:43.4836403Z 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:42:43.4836846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 8%] 2022-12-01T10:42:43.4837276Z 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:42:43.4837755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4838239Z 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:42:43.4838724Z 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:42:43.4839315Z 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:42:43.4839798Z 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:42:43.4840323Z 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:42:43.4840822Z 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:42:43.4841319Z 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:42:43.4841748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 9%] 2022-12-01T10:42:43.4842192Z 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:42:43.4842681Z 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:42:43.4843175Z 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:42:43.4843642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4844276Z 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:42:43.4844768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4845244Z 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:42:43.4845731Z 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:42:43.4846197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4846675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4847153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4847637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4848112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4848591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4849081Z 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:42:43.4849595Z 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:42:43.4850133Z 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:42:43.4850722Z 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:42:43.4851214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4851783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4852357Z 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:42:43.4852918Z 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:42:43.4853383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4853839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4854292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4854715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:42:43.4855155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4855605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4856057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:43.4856492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4856934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4857372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4857944Z 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:42:43.4858514Z 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:42:43.4859087Z 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:42:43.4859543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4859987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4860443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4860895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4861343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4861853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4862340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4862779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4863228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4863793Z 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:42:43.4864380Z 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:42:43.4864952Z 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:42:43.4865420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4865869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4866316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4866748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4867196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4867640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4868092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4868528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4868991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4869461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4869895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 10%] 2022-12-01T10:42:43.4870303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4870747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4871192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4871634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4872196Z 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:42:43.4872686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4873132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4873607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:42:43.4874047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4874481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4874918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4875370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4875822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4876278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4876758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4877351Z 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:42:43.4877945Z 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:42:43.4878537Z 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:42:43.4879236Z 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:42:43.4879885Z 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:42:43.4880533Z 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:42:43.4881164Z 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:42:43.4881787Z 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:42:43.4882274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4882732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4883193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4883783Z 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:42:43.4884322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4884814Z 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:42:43.4885503Z 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:42:43.4886133Z 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:42:43.4886599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4887050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4887499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4887948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4888384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4888829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4889270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4889717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4890164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4890604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4891047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4891487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4892152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4892600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4893059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:42:43.4893505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4893946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4894395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4894835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4895293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4895793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4896244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4896740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4897199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4897641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4898085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4898532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4898971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4899555Z 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:42:43.4900003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4900449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4900900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4901349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4901783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4902228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4902672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4903106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4903541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4903995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4904450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4905042Z 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:42:43.4905506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4905959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4906403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4906891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4907401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4907857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4908312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4908764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4909200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4909646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:43.4910217Z 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:42:43.4910787Z 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:42:43.4911367Z 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:42:43.4911769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4912118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4912479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4912836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4913206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4913574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4913928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4914290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:42:43.4914660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4915017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4915370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4915713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4916077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4916440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4916778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4917133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4917494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4917854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4918230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4918587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4918971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4919582Z 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:42:43.4920158Z 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:42:43.4920569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4921086Z 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:42:43.4921663Z 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:42:43.4922227Z 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:42:43.4922810Z 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:42:43.4923252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 13%] 2022-12-01T10:42:43.4923684Z 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:42:43.4924073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4924424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4924788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4925160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4925515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 13%] 2022-12-01T10:42:43.4925876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:42:43.4926238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4926587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4926951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4927315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4927839Z 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:42:43.4928407Z 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:42:43.4928827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4929196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4929547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4929887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4930274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 14%] 2022-12-01T10:42:43.4930796Z 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:42:43.4931248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4931716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4932084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4932447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4932793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4933152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4933520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4933901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4934267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4934631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4934986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4935353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4935715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4936088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4936461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4936830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4937190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4937553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4937912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4938441Z 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:42:43.4939042Z 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:42:43.4939463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4939823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4940164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 14%] 2022-12-01T10:42:43.4940522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:42:43.4940883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4941242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4941587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4941964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4942398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4942754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4943161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4943532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4943899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4944240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4944589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4944959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4945340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4973007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4973408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4973782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4974138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4974751Z 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:42:43.4975365Z 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:42:43.4975960Z 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:42:43.4976530Z 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:42:43.4977090Z 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:42:43.4977660Z 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:42:43.4978066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4978407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4978762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4979118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4979638Z 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:42:43.4980041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4980407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4980770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4981127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4981498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4982051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4982423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4982832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4983208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:43.4983578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:42:43.4983947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4984300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4984664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4985032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4985398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4985748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4986103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4986463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4986815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4987175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4987534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 16%] 2022-12-01T10:42:43.4987892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 16%] 2022-12-01T10:42:43.4988229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4988581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4989114Z 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:42:43.4989537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4989886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4990403Z 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:42:43.4990821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4991175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4991694Z 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:42:43.4992098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 16%] 2022-12-01T10:42:43.4992614Z 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:42:43.4993012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4993375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4993763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4994290Z 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:42:43.4994909Z 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:42:43.4995323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4995693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4996071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4996431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4996804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4997174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 16%] 2022-12-01T10:42:43.4997548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4997901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 16%] 2022-12-01T10:42:43.4998427Z 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:42:43.4999006Z 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:42:43.4999680Z 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:42:43.5000249Z 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:42:43.5000827Z 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:42:43.5001240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5001643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:42:43.5002070Z 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:42:43.5002502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:42:43.5002936Z 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:42:43.5003371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:42:43.5003777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:42:43.5004161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5004523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5004883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5005238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5005610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5006017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5006414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:42:43.5006804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5007192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5007574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5007952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5008333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5008705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5009263Z 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:42:43.5009868Z 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:42:43.5010311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5010698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5011067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5011430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5011938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5012324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5012710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5013080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:42:43.5013662Z 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:42:43.5014297Z 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:42:43.5014740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 17%] 2022-12-01T10:42:43.5015097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5015489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 18%] 2022-12-01T10:42:43.5015881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5016253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5016620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5017077Z 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:42:43.5017570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5017932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5018359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5018751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5019140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5019511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5019887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5020256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5020795Z 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:42:43.5021200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5021558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5021912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5022274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5022638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5023023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5023398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5023751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5024288Z 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:42:43.5024882Z 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:42:43.5025477Z 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:42:43.5026067Z 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:42:43.5026471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5026997Z 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:42:43.5027579Z 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:42:43.5028144Z 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:42:43.5028532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5028894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5029254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5029621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 18%] 2022-12-01T10:42:43.5029972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5030363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:43.5030902Z 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:42:43.5031479Z 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:42:43.5031908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5032286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5032659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5033020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5033392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5033761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5034129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5034493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5034867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5035235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5035610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5035961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5036325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5036683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5037034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5037391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5037761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5038146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5038510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5038890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5039373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5039754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5040130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5040503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5040867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5041256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5041613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5042000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5042352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5042883Z 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:42:43.5043296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-12-01T10:42:43.5043649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5044019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5044397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5044767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5045133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-12-01T10:42:43.5045497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5045854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5046386Z 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:42:43.5046790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5047315Z 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:42:43.5047913Z 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:42:43.5048501Z 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:42:43.5049081Z 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:42:43.5049520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5049927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5050332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5050723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5051130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5051541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5052070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5052469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:43.5052846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5053286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:43.5053693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:43.5054133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5054507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5054917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5055350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5055759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5056145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5056544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5056957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5057361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5057753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5058165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5058566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 20%] 2022-12-01T10:42:43.5058956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5059333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5059738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5060134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5060533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5060938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5061344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:42:43.5061737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5062133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5062518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5062913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5063305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5063699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5064092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5064501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5064878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5065476Z 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:42:43.5065921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5066307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5066701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5067083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5067485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5067895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5068312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5068729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5069142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5069540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5070096Z 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:42:43.5070503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5070865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5071235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5071600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5071953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5072317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5072846Z 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:42:43.5073436Z 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:42:43.5074001Z 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:42:43.5074424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5074790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5075156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5075535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:42:43.5075955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:42:43.5076376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 21%] 2022-12-01T10:42:43.5076730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:43.5077139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5077490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5077842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5078184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5078535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5079071Z 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:42:43.5079736Z 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:42:43.5080306Z 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:42:43.5080722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5081082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5081442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5081798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5082172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5082536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5082888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5083260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5083801Z 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:42:43.5084223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5084572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5084930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5085292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5085659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5086038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:42:43.5086418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5086772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5087128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5087466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5087826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5088239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5088603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5089016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5089400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5089782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 22%] 2022-12-01T10:42:43.5090321Z 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:42:43.5090755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5091127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5091493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 22%] 2022-12-01T10:42:43.5092198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 22%] 2022-12-01T10:42:43.5092733Z 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:42:43.5093150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:43.5093502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5093846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:43.5094204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5094556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5094903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:43.5095272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5095634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5096023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:42:43.5096432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:42:43.5096996Z 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:42:43.5097598Z 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:42:43.5098193Z 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:42:43.5098780Z 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:42:43.5099402Z 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:42:43.5100042Z 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:42:43.5100756Z 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:42:43.5101206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5101816Z 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:42:43.5102449Z 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:42:43.5102886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5103456Z 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:42:43.5104076Z 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:42:43.5104515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5104891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5105294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5105878Z 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:42:43.5106542Z 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:42:43.5107210Z 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:42:43.5107876Z 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:42:43.5108537Z 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:42:43.5109164Z 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:42:43.5109605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5110146Z 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:42:43.5110561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 23%] 2022-12-01T10:42:43.5110925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 23%] 2022-12-01T10:42:43.5111294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5111652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5112012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5112346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5112699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5113086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5113440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5113832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5114185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5114541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5114886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5115240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5115598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5115946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5116311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5116685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5117055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5117408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5117765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5118119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5118472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5118814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5119248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5119615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5119972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 24%] 2022-12-01T10:42:43.5120356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 24%] 2022-12-01T10:42:43.5120723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5121077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5121428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5121790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5122154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5122525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5122874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 24%] 2022-12-01T10:42:43.5123232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5123759Z 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:42:43.5124335Z 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:42:43.5124818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 24%] 2022-12-01T10:42:43.5125184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5125577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5125926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5126286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5126649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5127013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5127348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5127709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5128064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5128417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5128762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5129295Z 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:42:43.5129870Z 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:42:43.5130456Z 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:42:43.5131032Z 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:42:43.5131440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5131912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5132263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5132595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5132939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5133299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:42:43.5133647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5133991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5134333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5134681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5135008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5135349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5135692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5136028Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5136367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5136703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5137111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5137456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5137833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5138230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:43.5138682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:42:43.5139060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:43.5139404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 25%] 2022-12-01T10:42:43.5139803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5140236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5140686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5141140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5141595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5142001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:42:43.5142353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 26%] 2022-12-01T10:42:43.5142705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5143046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5143371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5143708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5144050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5144387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5144709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:42:43.5145050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 26%] 2022-12-01T10:42:43.5145396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5145727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5146063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5146420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5146784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5147128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5147526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5147972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:42:43.5148414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5148756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5149127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5149481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5149832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5150187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5150532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5150872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5151207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5151557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5151902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5152237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5152573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 26%] 2022-12-01T10:42:43.5152928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 26%] 2022-12-01T10:42:43.5153282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5153620Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5153962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5154303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5154534Z 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:42:43.5154699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5154856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5155326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5155986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5156152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5156311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5156469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5156625Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5156795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5157000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5157166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5157371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5157598Z 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:42:43.5157816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:43.5157960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5158120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5158285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5158449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5158609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5158830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:42:43.5158995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5159234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5159402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5159553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:42:43.5159712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5159880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5160041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5160203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:42:43.5160366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5160524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5160682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5160827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5160979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5161142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5161304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5161466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5161628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5161789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:42:43.5161945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 28%] 2022-12-01T10:42:43.5162099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5162316Z 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:42:43.5162471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5162674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5162899Z 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:42:43.5163148Z 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:42:43.5163305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5163529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5163745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5163915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5164119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5164277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:42:43.5164436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 28%] 2022-12-01T10:42:43.5164660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5164879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5165042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5165198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5165419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5165639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:42:43.5165810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5165965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5166126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5166289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5166458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5166619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 28%] 2022-12-01T10:42:43.5166783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:43.5166944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5167159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5167365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5167586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5167799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5168018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5168262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5168512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:42:43.5168668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 XFAIL [ 29%] 2022-12-01T10:42:43.5168874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:43.5169069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:43.5169274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:43.5169468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:43.5169645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:42:43.5169807Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5169965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5170124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5170281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5170439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5170618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5170794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5170949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5171121Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5171295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5171481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5171762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5171936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5172100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5172333Z 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:42:43.5172571Z 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:42:43.5172793Z 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:42:43.5173024Z 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:42:43.5173207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:42:43.5173388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:42:43.5173576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5173781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5173952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 29%] 2022-12-01T10:42:43.5174165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:42:43.5174337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5174513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5174672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5174899Z 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:42:43.5175143Z 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:42:43.5175387Z 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:42:43.5175565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5175734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5175903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5176069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5176257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 30%] 2022-12-01T10:42:43.5176411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5176593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5176840Z 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:42:43.5177005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5177165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5177336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5177501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5177681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5177845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5178003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5178185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5178357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5178522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5178689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5178849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5179007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5179197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5179355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5179531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5179687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5179862Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5180033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5180196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5180358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:42:43.5180514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:42:43.5180746Z 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:42:43.5180971Z 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:42:43.5181181Z 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:42:43.5181398Z 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:42:43.5181625Z 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:42:43.5181782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5182008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:43.5182229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:43.5182450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:43.5182665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:43.5182879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:42:43.5183035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5183189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5183355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5183519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5183675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5183828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5183977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5184205Z 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:42:43.5184378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5184572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5184733Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5184928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5185949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5186111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5186280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5186444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5186606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5186772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5186938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 31%] 2022-12-01T10:42:43.5187099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5187260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5187439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5187588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:43.5187747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5187925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5188107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5188266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5188425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5188586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:43.5188741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5188891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:43.5189046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5189275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:42:43.5189431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:43.5189585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5189761Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5189933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5190135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5190295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5190476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5190640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5190797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5191023Z 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:42:43.5191243Z 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:42:43.5191411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5191628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:42:43.5191789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 32%] 2022-12-01T10:42:43.5191946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5192166Z 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:42:43.5192397Z 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:42:43.5192618Z 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:42:43.5192836Z 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:42:43.5193036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5193226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5193414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5193604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5193790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5193981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5194157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5194337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:42:43.5194519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5194710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5194889Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:43.5195063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5195250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5195443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5195658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5195836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 33%] 2022-12-01T10:42:43.5196044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5196215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5196427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 33%] 2022-12-01T10:42:43.5196618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5196789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5196970Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5197148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5197328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5197505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5197671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5197851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5198962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5199218Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5199386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5199572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5199755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5199929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5200107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5200295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5200490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:42:43.5200665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5200850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5201030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5201238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:42:43.5201419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5201636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5201818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5202004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5202194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5202379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5202574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5202743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5202935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5203109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5203280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5203523Z 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:42:43.5203695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5203881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5204066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5204245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5204410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5204592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5204769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5204976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5205155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5205333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5205518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5205745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:43.5205905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5206123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:43.5206330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:42:43.5206581Z 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:42:43.5206748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5206937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5207128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:42:43.5207314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:42:43.5207495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:42:43.5207658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5207819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5207971Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5208126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 34%] 2022-12-01T10:42:43.5208285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:43.5208440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5208601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5208825Z 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:42:43.5208983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5209140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5209307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5209462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5209623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5209783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5209945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5210122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5210345Z 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:42:43.5210515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5210681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5210838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5210999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5211154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5211322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5211509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:42:43.5211812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:42:43.5211974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5212129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5212333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5212479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5212688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5212843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5213017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5213246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:42:43.5213423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5213601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5213762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5213919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 35%] 2022-12-01T10:42:43.5214132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:42:43.5214350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:42:43.5214513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5214731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:42:43.5214892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 35%] 2022-12-01T10:42:43.5215054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5215212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5215375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5215531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5215709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 36%] 2022-12-01T10:42:43.5215937Z 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:42:43.5216165Z 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:42:43.5216411Z 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:42:43.5216651Z 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:42:43.5216819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5217242Z 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:42:43.5217415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5217654Z 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:42:43.5217922Z 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:42:43.5218159Z 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:42:43.5218411Z 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:42:43.5218580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5218779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5219025Z 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:42:43.5219266Z 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:42:43.5219438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5219665Z 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:42:43.5219823Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5219992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5220140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5220299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5220459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5220622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5220784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5220945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5221114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5221270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5221427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5221572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5221727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5221894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5222057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 36%] 2022-12-01T10:42:43.5222213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 36%] 2022-12-01T10:42:43.5222372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5222529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5222693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5222846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5223009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5223234Z 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:42:43.5223424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5223589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5223814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5223974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5224150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5224320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5224467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5224623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5224787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5224948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5225106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5225272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5225494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:42:43.5225714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:42:43.5225946Z 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:42:43.5226101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5226264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5226425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5226584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5226752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5226915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5227074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5227233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5227387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5227532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5227750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:42:43.5227972Z 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:42:43.5228130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5228301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5228469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 37%] 2022-12-01T10:42:43.5228638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 37%] 2022-12-01T10:42:43.5228802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5229001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5229174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:42:43.5229384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:42:43.5229549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5229713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5229873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5230039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5230199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5230368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5230518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5230689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5230852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5231013Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5231194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5231359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5231704Z 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:42:43.5232031Z 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:42:43.5232367Z 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:42:43.5232518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5232845Z 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:42:43.5233174Z 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:42:43.5233495Z 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:42:43.5233827Z 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:42:43.5234154Z 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:42:43.5234494Z 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:42:43.5234824Z 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:42:43.5235019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:42:43.5235208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:42:43.5235413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 XFAIL [ 38%] 2022-12-01T10:42:43.5235569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5235777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5235939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5236113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5236284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5236456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:42:43.5236620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5236788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 38%] 2022-12-01T10:42:43.5236947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 39%] 2022-12-01T10:42:43.5237117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5237288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5237453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5237633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5237805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5238141Z 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:42:43.5238473Z 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:42:43.5238652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5238830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5238980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5239218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5239564Z 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:42:43.5239727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5239894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5240063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5240232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5240402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5240549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5240724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5240895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5241069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5241234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5241432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5241607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5241824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5241999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5242155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5242320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5242485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5242646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5242997Z 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:42:43.5243338Z 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:42:43.5243508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5243672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5243835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 39%] 2022-12-01T10:42:43.5243988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:42:43.5244175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5244356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5244527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5244695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5244863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5245038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5245201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5245366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5245516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5245693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5245880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5246059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5246223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5246389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5246557Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5246720Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5246886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5247036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5247400Z 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:42:43.5247741Z 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:42:43.5248093Z 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:42:43.5248423Z 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:42:43.5248744Z 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:42:43.5248908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5249072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5249245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5249397Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5249559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5249888Z 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:42:43.5250210Z 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:42:43.5250380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5250546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5250718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5250895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5251068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5251224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:43.5251389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5251555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:42:43.5251843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5252007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5252171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5252350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5252518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5252684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5252835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5253008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5253173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5253336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5253550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5253718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5253924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5254089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:42:43.5254238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 41%] 2022-12-01T10:42:43.5254413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5254573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5254729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5255059Z 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:42:43.5255227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5255551Z 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:42:43.5255876Z 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:42:43.5256209Z 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:42:43.5256375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5256525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5256695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5256869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5257039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5257208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5257379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5257547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5257715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5257891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 41%] 2022-12-01T10:42:43.5258049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 41%] 2022-12-01T10:42:43.5258379Z 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:42:43.5258720Z 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:42:43.5259051Z 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:42:43.5259376Z 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:42:43.5259695Z 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:42:43.5260045Z 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:42:43.5260379Z 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:42:43.5260733Z 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:42:43.5261057Z 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:42:43.5261213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5261375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5261578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:42:43.5261775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:42:43.5261988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:42:43.5262157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5262325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5262493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5262657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5262821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5262991Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5263162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5263342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5263517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5263697Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5263868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5264045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5264236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5264393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5264570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5264741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5265096Z 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:42:43.5265443Z 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:42:43.5265801Z 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:42:43.5266147Z 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:42:43.5266364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:42:43.5266539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 42%] 2022-12-01T10:42:43.5266734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5266901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:42:43.5267253Z 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:42:43.5267597Z 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:42:43.5267960Z 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:42:43.5268136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5268309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 43%] 2022-12-01T10:42:43.5268478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 43%] 2022-12-01T10:42:43.5268671Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 43%] 2022-12-01T10:42:43.5268919Z 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:42:43.5269163Z 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:42:43.5269326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5269502Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5269693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5269879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5270051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5270231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5270404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5270580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5270923Z 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:42:43.5271246Z 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:42:43.5271411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5271571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5271727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5271888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5272058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5272267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5272445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5272650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5272807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5272979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5273144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 43%] 2022-12-01T10:42:43.5273308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5273651Z 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:42:43.5273993Z 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:42:43.5274332Z 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:42:43.5274669Z 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:42:43.5275005Z 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:42:43.5275169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5275491Z 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:42:43.5275821Z 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:42:43.5275990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:43.5276318Z 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:42:43.5276641Z 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:42:43.5276957Z 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:42:43.5277120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5277291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5277460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5277633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5277784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5278121Z 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:42:43.5278301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5278475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5278651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5278850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5279024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5279345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-12-01T10:42:43.5279522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5279685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5279858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5280027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5280194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5280368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5280534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5280716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5280898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5281070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5281239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5281405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5281566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5281727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5281888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5282061Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5282224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5282388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5282537Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 44%] 2022-12-01T10:42:43.5282719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5282899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5283068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 44%] 2022-12-01T10:42:43.5283232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5283409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5283736Z 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:42:43.5283899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5284235Z 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:42:43.5284573Z 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:42:43.5284941Z 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:42:43.5285150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5285378Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5285564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5285749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5285931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5286116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:43.5286296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5286490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5286668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5286866Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5287059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5287244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5287422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 45%] 2022-12-01T10:42:43.5287606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5287790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5287971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5288183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5288388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 45%] 2022-12-01T10:42:43.5288601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5288798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5288997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5289186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5289363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5289735Z 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:42:43.5289921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5290109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5290483Z 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:42:43.5290687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5290873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5291091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5291284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 45%] 2022-12-01T10:42:43.5291484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5291796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5291975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5292161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5292339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5292524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5292697Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5292890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5293073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5293254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5293455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:42:43.5293650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5293834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5294225Z 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:42:43.5294418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5294593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5294778Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5294974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5295169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5295362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5295553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5295730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 46%] 2022-12-01T10:42:43.5295908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5296086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5296264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5296475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5296882Z 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:42:43.5297068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5297258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5297455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5297641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5297834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5298015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5298218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5298399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5298609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:42:43.5298793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:43.5298986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5299323Z 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:42:43.5299652Z 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:42:43.5299817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5299987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5300156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5300321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5300476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5300638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5300849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 47%] 2022-12-01T10:42:43.5301174Z 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:42:43.5301340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5301514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5301677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5301876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:43.5302074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:43.5302289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:43.5302482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:42:43.5302684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5302851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5303011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5303174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5303336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5303500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5303839Z 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:42:43.5304160Z 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:42:43.5304494Z 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:42:43.5304825Z 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:42:43.5305150Z 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:42:43.5305317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5305481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5305651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5305821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5306003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5306166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5306497Z 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:42:43.5306672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 47%] 2022-12-01T10:42:43.5306845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 47%] 2022-12-01T10:42:43.5307024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5307189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5307351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5307528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5307716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-12-01T10:42:43.5307877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5308047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5308224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5308433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5308614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5309011Z 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:42:43.5309181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5309354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5309513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5309833Z 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:42:43.5310159Z 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:42:43.5310324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5310483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5310646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5310806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5310969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5311142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5311324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-12-01T10:42:43.5311495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5311655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5311999Z 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:42:43.5312345Z 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:42:43.5312690Z 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:42:43.5313027Z 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:42:43.5313408Z 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:42:43.5313582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5313950Z 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:42:43.5314318Z 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:42:43.5314490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 48%] 2022-12-01T10:42:43.5314843Z 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:42:43.5315232Z 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:42:43.5315619Z 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:42:43.5315971Z 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:42:43.5316147Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5316516Z 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:42:43.5316888Z 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:42:43.5317276Z 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:42:43.5317665Z 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:42:43.5318027Z 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:42:43.5318363Z 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:42:43.5318542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5318712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5318888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5319056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5319295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5319468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5319632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5319800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5319965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5320132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5320283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5320447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5320608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5320781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5320950Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5321117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5321274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5321439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5321668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5321831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5322051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5322224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5322386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5322548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5322707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5323054Z 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:42:43.5323219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5323376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 49%] 2022-12-01T10:42:43.5323547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 49%] 2022-12-01T10:42:43.5323727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5323892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5324064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5324228Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5324401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5324739Z 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:42:43.5325073Z 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:42:43.5325411Z 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:42:43.5325740Z 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:42:43.5325910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5326075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5326238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5326404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5326576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5326736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5326901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5327048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5327216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5327377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5327543Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5327737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5327900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5328095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5328255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5328593Z 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:42:43.5328913Z 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:42:43.5329076Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5329242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5329404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5329579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5329748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5329925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5330097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 50%] 2022-12-01T10:42:43.5330261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5330435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:42:43.5330620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:42:43.5330796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5330966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:42:43.5331131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5331307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5331477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5331864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5332019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5332208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5332390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5332568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5332737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5333066Z 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:42:43.5333402Z 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:42:43.5333573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5333739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5334120Z 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:42:43.5334474Z 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:42:43.5334808Z 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:42:43.5335138Z 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:42:43.5335483Z 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:42:43.5335685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 51%] 2022-12-01T10:42:43.5335870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5336055Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5336224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5336394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5336565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5336717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5336895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5337069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5337236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5337401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5337568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5337738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 51%] 2022-12-01T10:42:43.5337915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5338080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5338404Z 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:42:43.5338593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5338775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:42:43.5338957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:42:43.5339294Z 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:42:43.5339624Z 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:42:43.5339807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5339977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5340168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5340327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:42:43.5340528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5340696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5340877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5341054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5341221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5341393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5341565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5341732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5341900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5342077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5342253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5342436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5342613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5342785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5342958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5343127Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5343297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5343458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5343644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5343815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5343989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5344157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5344328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5344494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5344664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5344813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5345000Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5345183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5345354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5345521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 52%] 2022-12-01T10:42:43.5345729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5345900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:42:43.5346098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5346432Z 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:42:43.5346780Z 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:42:43.5347109Z 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:42:43.5347437Z 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:42:43.5347777Z 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:42:43.5347947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5348946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5349116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5349291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5349461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5349638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5349808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5349983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5350158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5350336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5350500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5350672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5350842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5351006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5351174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5351346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:43.5351515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5351713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 53%] 2022-12-01T10:42:43.5351882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5352242Z 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:42:43.5352407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5352570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5352729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5352890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5353056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 53%] 2022-12-01T10:42:43.5353396Z 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:42:43.5353567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5353905Z 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:42:43.5354070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5354240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5354566Z 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:42:43.5354733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 54%] 2022-12-01T10:42:43.5355073Z 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:42:43.5355402Z 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:42:43.5355740Z 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:42:43.5355910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5356081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5356249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5356403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5356735Z 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:42:43.5356906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5357085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5357265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5357440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5357608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5357939Z 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:42:43.5358307Z 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:42:43.5358669Z 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:42:43.5358999Z 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:42:43.5359416Z 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:42:43.5359754Z 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:42:43.5360088Z 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:42:43.5360303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:42:43.5360517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:42:43.5360731Z 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:42:43.5360930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:42:43.5361140Z 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:42:43.5361343Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:42:43.5361531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:42:43.5361705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5361875Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5362042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 54%] 2022-12-01T10:42:43.5362213Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5362391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 54%] 2022-12-01T10:42:43.5362565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5362743Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5362915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5363079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5363254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5363433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5363609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5363794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5363993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5364202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5364562Z 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:42:43.5364797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:42:43.5364974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:42:43.5365150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5365319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5365501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5365682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5365863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5366050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5366409Z 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:42:43.5366778Z 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:42:43.5366958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5367125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5367326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:42:43.5367504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5367751Z 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:42:43.5367923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5368092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5368269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5368449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5368628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5368804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5368980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5369152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5369335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5369507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 55%] 2022-12-01T10:42:43.5369685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 55%] 2022-12-01T10:42:43.5369860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5370230Z 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:42:43.5370431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5370582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5370756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5370927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5371102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5371442Z 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:42:43.5371906Z 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:42:43.5372244Z 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:42:43.5372588Z 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:42:43.5372919Z 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:42:43.5373084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5373248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5373419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5373598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5373763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5373932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5374275Z 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:42:43.5374453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5374634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5374809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5374975Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5375153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5375327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5375513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5375685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5375865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5376042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5376277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5376456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5376651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5376825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5376994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5377163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5377338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 56%] 2022-12-01T10:42:43.5377509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5377679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:43.5377862Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5378033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5378188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5378376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5378569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:43.5378739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5378920Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5379084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5379252Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:43.5379600Z 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:42:43.5379769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:43.5379918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5380102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5380285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5380457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5380629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5380807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5381147Z 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:42:43.5381317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:43.5381485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5381651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 XFAIL [ 57%] 2022-12-01T10:42:43.5381842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:42:43.5382202Z 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:42:43.5382559Z 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:42:43.5382730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 57%] 2022-12-01T10:42:43.5383070Z 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:42:43.5383407Z 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:42:43.5383734Z 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:42:43.5384076Z 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:42:43.5384410Z 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:42:43.5384739Z 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:42:43.5384937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5385134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5385330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5385518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5385705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5385892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:42:43.5386081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5386267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5386465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5386633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5386822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:43.5387003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5387188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:43.5387384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5387566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5387752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5387945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5388160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5388359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5388556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5388744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5388929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5389114Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5389299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5389491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5389688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5389889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5390091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5390263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5390449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:43.5390631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5390819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5391014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5391197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5391382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5391571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:42:43.5391757Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:42:43.5391950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5392118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5392316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5392503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5392694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 58%] 2022-12-01T10:42:43.5392880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 58%] 2022-12-01T10:42:43.5393072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5393260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5393450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5393673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5393855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5394083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5394277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5394462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5394653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5394843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5395038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5395220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5395405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5395779Z 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:42:43.5395958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5396149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5396345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5396532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5396721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5396909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5397100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5397285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5397484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5397671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5397888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5398100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5398285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5398467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5398662Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5399002Z 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:42:43.5399289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5399460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5399667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5399830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:43.5399999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 59%] 2022-12-01T10:42:43.5400196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:42:43.5400406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:42:43.5400748Z 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:42:43.5401084Z 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:42:43.5401254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5401431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5401602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5401754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5401953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:42:43.5402152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:42:43.5402329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5402495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5402665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5402831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5402995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5403339Z 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:42:43.5403664Z 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:42:43.5404003Z 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:42:43.5404338Z 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:42:43.5404684Z 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:42:43.5405022Z 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:42:43.5405195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5405361Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5405553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5405735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5405956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5406112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5406296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5406465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5406628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5406797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5406978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5407174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:42:43.5407342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5407511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-12-01T10:42:43.5407664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5407839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5408018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-12-01T10:42:43.5408204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5408371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-12-01T10:42:43.5408705Z 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:42:43.5408883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5409054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5409221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5409373Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5409543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5409728Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5409932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:42:43.5410132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:42:43.5410481Z 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:42:43.5410830Z 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:42:43.5411179Z 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:42:43.5411696Z 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:42:43.5412084Z 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:42:43.5412350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5412705Z 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:42:43.5413075Z 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:42:43.5413247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5413631Z 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:42:43.5413993Z 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:42:43.5414356Z 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:42:43.5414715Z 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:42:43.5414894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5415102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5415477Z 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:42:43.5415849Z 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:42:43.5416232Z 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:42:43.5416625Z 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:42:43.5416988Z 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:42:43.5417170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5417354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5417542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5417713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5417880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5418056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5418223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 61%] 2022-12-01T10:42:43.5418383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5418591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 61%] 2022-12-01T10:42:43.5418768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5418966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5419134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5419310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5419484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5419649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5419830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5419986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5420155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5420318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5420494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5420666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5420839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5421009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5421179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5421337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5421501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5421666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5421832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5422006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5422181Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5422538Z 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:42:43.5422871Z 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:42:43.5423045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5423216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5423368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5423545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5423717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5423883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5424061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5424257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5424431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5424630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5424785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5424956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 62%] 2022-12-01T10:42:43.5425123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5425289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 62%] 2022-12-01T10:42:43.5425527Z 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:42:43.5425767Z 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:42:43.5426002Z 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:42:43.5426245Z 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:42:43.5426480Z 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:42:43.5426719Z 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:42:43.5426956Z 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:42:43.5427189Z 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:42:43.5427426Z 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:42:43.5427664Z 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:42:43.5427898Z 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:42:43.5428074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5428312Z 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:42:43.5428492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5428670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5428853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 63%] 2022-12-01T10:42:43.5429034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:42:43.5429197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5429385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5429596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5429939Z 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:42:43.5430318Z 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:42:43.5430555Z 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:42:43.5430904Z 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:42:43.5431251Z 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:42:43.5431455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 63%] 2022-12-01T10:42:43.5431635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 63%] 2022-12-01T10:42:43.5431868Z 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:42:43.5432037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 63%] 2022-12-01T10:42:43.5432278Z 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:42:43.5432523Z 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:42:43.5432762Z 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:42:43.5433001Z 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:42:43.5433243Z 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:42:43.5433476Z 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:42:43.5433711Z 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:42:43.5433966Z 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:42:43.5434204Z 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:42:43.5434554Z 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:42:43.5434787Z 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:42:43.5435007Z 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:42:43.5435183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5435449Z 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:42:43.5435713Z 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:42:43.5436059Z 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:42:43.5436401Z 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:42:43.5436655Z 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:42:43.5436906Z 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:42:43.5437139Z 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:42:43.5437325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5437505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5437736Z 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:42:43.5437984Z 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:42:43.5438226Z 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:42:43.5438463Z 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:42:43.5438700Z 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:42:43.5438934Z 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:42:43.5439197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 64%] 2022-12-01T10:42:43.5439389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5439637Z 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:42:43.5439882Z 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:42:43.5440118Z 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:42:43.5440286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 64%] 2022-12-01T10:42:43.5440468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 64%] 2022-12-01T10:42:43.5440643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5441054Z 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:42:43.5441415Z 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:42:43.5441697Z 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:42:43.5441933Z 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:42:43.5442191Z 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:42:43.5442371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 64%] 2022-12-01T10:42:43.5442611Z 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:42:43.5442844Z 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:42:43.5443075Z 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:42:43.5443324Z 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:42:43.5443556Z 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:42:43.5443736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5443928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5444127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 65%] 2022-12-01T10:42:43.5444314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5444551Z 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:42:43.5444790Z 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:42:43.5445026Z 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:42:43.5445265Z 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:42:43.5445601Z 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:42:43.5445959Z 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:42:43.5446298Z 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:42:43.5446472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5446694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5446878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 65%] 2022-12-01T10:42:43.5447093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5447336Z 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:42:43.5447574Z 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:42:43.5447750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 65%] 2022-12-01T10:42:43.5448088Z 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:42:43.5448334Z 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:42:43.5448578Z 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:42:43.5448814Z 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:42:43.5449054Z 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:42:43.5449289Z 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:42:43.5449537Z 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:42:43.5449778Z 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:42:43.5450015Z 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:42:43.5450253Z 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:42:43.5450488Z 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:42:43.5450729Z 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:42:43.5450953Z 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:42:43.5451193Z 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:42:43.5451427Z 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:42:43.5451789Z 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:42:43.5452080Z 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:42:43.5452327Z 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:42:43.5452603Z 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:42:43.5452838Z 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:42:43.5453072Z 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:42:43.5453306Z 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:42:43.5453490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 66%] 2022-12-01T10:42:43.5453668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5453896Z 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:42:43.5454137Z 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:42:43.5454372Z 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:42:43.5454611Z 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:42:43.5454849Z 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:42:43.5455041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 66%] 2022-12-01T10:42:43.5455225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5455401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5455763Z 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:42:43.5455999Z 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:42:43.5456342Z 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:42:43.5456675Z 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:42:43.5456920Z 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:42:43.5457155Z 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:42:43.5457503Z 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:42:43.5457872Z 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:42:43.5458227Z 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:42:43.5458501Z 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:42:43.5458737Z 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:42:43.5458974Z 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:42:43.5459214Z 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:42:43.5459404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 66%] 2022-12-01T10:42:43.5459575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5459762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5459949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 66%] 2022-12-01T10:42:43.5460134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5460320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 66%] 2022-12-01T10:42:43.5460570Z 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:42:43.5460807Z 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:42:43.5461045Z 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:42:43.5461397Z 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:42:43.5461747Z 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:42:43.5462085Z 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:42:43.5462421Z 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:42:43.5462759Z 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:42:43.5463101Z 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:42:43.5463448Z 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:42:43.5463791Z 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:42:43.5464030Z 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:42:43.5464315Z 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:42:43.5464568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5464785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5464999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5465208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5465432Z 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:42:43.5465630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5465842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:42:43.5466076Z 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:42:43.5466311Z 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:42:43.5466653Z 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:42:43.5466903Z 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:42:43.5467144Z 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:42:43.5467393Z 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:42:43.5467636Z 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:42:43.5467884Z 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:42:43.5468132Z 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:42:43.5468362Z 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:42:43.5468605Z 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:42:43.5468840Z 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:42:43.5469205Z 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:42:43.5469567Z 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:42:43.5469799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:42:43.5470025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:42:43.5470265Z 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:42:43.5470509Z 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:42:43.5470753Z 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:42:43.5471008Z 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:42:43.5471257Z 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:42:43.5471500Z 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:42:43.5471857Z 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:42:43.5472242Z 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:42:43.5472493Z 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:42:43.5472736Z 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:42:43.5472976Z 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:42:43.5473227Z 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:42:43.5473485Z 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:42:43.5473725Z 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:42:43.5473966Z 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:42:43.5474211Z 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:42:43.5474455Z 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:42:43.5474700Z 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:42:43.5474974Z 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:42:43.5475230Z 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:42:43.5475500Z 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:42:43.5475745Z 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:42:43.5475990Z 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:42:43.5476237Z 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:42:43.5476479Z 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:42:43.5476730Z 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:42:43.5476978Z 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:42:43.5477331Z 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:42:43.5477512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 68%] 2022-12-01T10:42:43.5477691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:43.5477856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 68%] 2022-12-01T10:42:43.5478033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:43.5478285Z 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:42:43.5478524Z 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:42:43.5478764Z 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:42:43.5479001Z 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:42:43.5479428Z 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:42:43.5479785Z 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:42:43.5480133Z 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:42:43.5480312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 68%] 2022-12-01T10:42:43.5480665Z 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:42:43.5480928Z 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:42:43.5481163Z 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:42:43.5481428Z 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:42:43.5481665Z 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:42:43.5481905Z 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:42:43.5482147Z 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:42:43.5482382Z 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:42:43.5482617Z 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:42:43.5482859Z 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:42:43.5483106Z 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:42:43.5483352Z 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:42:43.5483602Z 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:42:43.5483829Z 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:42:43.5484068Z 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:42:43.5484315Z 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:42:43.5484559Z 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:42:43.5484749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:43.5484997Z 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:42:43.5485241Z 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:42:43.5485480Z 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:42:43.5485716Z 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:42:43.5485978Z 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:42:43.5486227Z 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:42:43.5486506Z 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:42:43.5486726Z 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:42:43.5486961Z 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:42:43.5487222Z 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:42:43.5487481Z 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:42:43.5487739Z 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:42:43.5487977Z 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:42:43.5488225Z 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:42:43.5488462Z 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:42:43.5488693Z 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:42:43.5488929Z 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:42:43.5489165Z 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:42:43.5489346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 69%] 2022-12-01T10:42:43.5489527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:43.5489713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-12-01T10:42:43.5489954Z 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:42:43.5490200Z 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:42:43.5490434Z 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:42:43.5490794Z 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:42:43.5491028Z 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:42:43.5491306Z 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:42:43.5491554Z 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:42:43.5492046Z 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:42:43.5492399Z 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:42:43.5492742Z 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:42:43.5493079Z 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:42:43.5493427Z 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:42:43.5493778Z 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:42:43.5494053Z 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:42:43.5494319Z 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:42:43.5494586Z 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:42:43.5494779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:43.5495029Z 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:42:43.5495283Z 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:42:43.5495527Z 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:42:43.5495786Z 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:42:43.5496056Z 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:42:43.5496317Z 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:42:43.5496555Z 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:42:43.5496753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:43.5496941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:43.5497247Z 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:42:43.5497503Z 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:42:43.5497767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 70%] 2022-12-01T10:42:43.5498032Z 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:42:43.5498296Z 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:42:43.5498556Z 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:42:43.5498802Z 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:42:43.5499058Z 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:42:43.5499311Z 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:42:43.5499553Z 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:42:43.5499753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 70%] 2022-12-01T10:42:43.5500003Z 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:42:43.5500269Z 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:42:43.5500521Z 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:42:43.5500785Z 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:42:43.5501035Z 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:42:43.5501282Z 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:42:43.5501537Z 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:42:43.5501797Z 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:42:43.5502047Z 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:42:43.5502371Z 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:42:43.5502621Z 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:42:43.5502908Z 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:42:43.5503085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:43.5503332Z 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:42:43.5503593Z 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:42:43.5503842Z 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:42:43.5504100Z 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:42:43.5504358Z 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:42:43.5504609Z 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:42:43.5504863Z 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:42:43.5505121Z 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:42:43.5505378Z 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:42:43.5505637Z 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:42:43.5505897Z 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:42:43.5506143Z 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:42:43.5506387Z 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:42:43.5506650Z 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:42:43.5506906Z 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:42:43.5507161Z 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:42:43.5507444Z 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:42:43.5507716Z 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:42:43.5507904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:43.5508155Z 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:42:43.5508409Z 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:42:43.5508664Z 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:42:43.5508860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 71%] 2022-12-01T10:42:43.5509138Z 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:42:43.5509379Z 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:42:43.5509638Z 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:42:43.5509897Z 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:42:43.5510251Z 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:42:43.5510492Z 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:42:43.5510725Z 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:42:43.5510968Z 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:42:43.5511186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 72%] 2022-12-01T10:42:43.5511534Z 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:42:43.5511772Z 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:42:43.5524253Z 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:42:43.5524606Z 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:42:43.5524865Z 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:42:43.5525225Z 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:42:43.5525432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:43.5525691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:42:43.5525896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:42:43.5526137Z 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:42:43.5526322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:43.5526561Z 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:42:43.5526969Z 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:42:43.5527326Z 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:42:43.5527679Z 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:42:43.5528038Z 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:42:43.5528270Z 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:42:43.5528508Z 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:42:43.5528697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:43.5528878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 72%] 2022-12-01T10:42:43.5529123Z 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:42:43.5529378Z 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:42:43.5529637Z 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:42:43.5529880Z 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:42:43.5530125Z 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:42:43.5530477Z 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:42:43.5530828Z 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:42:43.5531074Z 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:42:43.5531327Z 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:42:43.5531762Z 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:42:43.5531955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:42:43.5532154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:42:43.5532360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:42:43.5532541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5532783Z 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:42:43.5532971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5533157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5533350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5533528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 73%] 2022-12-01T10:42:43.5533785Z 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:42:43.5533961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5534315Z 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:42:43.5534662Z 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:42:43.5534849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 73%] 2022-12-01T10:42:43.5535026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5535199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 73%] 2022-12-01T10:42:43.5535441Z 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:42:43.5535697Z 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:42:43.5535939Z 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:42:43.5536175Z 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:42:43.5536426Z 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:42:43.5536786Z 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:42:43.5537203Z 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:42:43.5537595Z 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:42:43.5538056Z 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:42:43.5538441Z 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:42:43.5538684Z 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:42:43.5539070Z 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:42:43.5539318Z 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:42:43.5539562Z 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:42:43.5539803Z 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:42:43.5540062Z 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:42:43.5540455Z 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:42:43.5540843Z 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:42:43.5541255Z 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:42:43.5541657Z 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:42:43.5542037Z 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:42:43.5542285Z 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:42:43.5542638Z 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:42:43.5542872Z 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:42:43.5543125Z 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:42:43.5543310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:43.5543490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5543758Z 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:42:43.5544009Z 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:42:43.5544241Z 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:42:43.5544417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5544658Z 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:42:43.5544898Z 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:42:43.5545131Z 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:42:43.5545367Z 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:42:43.5545599Z 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:42:43.5545770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5546019Z 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:42:43.5546203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:43.5546430Z 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:42:43.5546670Z 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:42:43.5546907Z 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:42:43.5547141Z 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:42:43.5547375Z 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:42:43.5547733Z 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:42:43.5547974Z 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:42:43.5548211Z 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:42:43.5548395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5548638Z 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:42:43.5548917Z 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:42:43.5549143Z 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:42:43.5549427Z 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:42:43.5549609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:43.5549786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5549967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:43.5550156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 74%] 2022-12-01T10:42:43.5550343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 74%] 2022-12-01T10:42:43.5550584Z 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:42:43.5550822Z 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:42:43.5551053Z 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:42:43.5551289Z 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:42:43.5551631Z 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:42:43.5551813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5552050Z 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:42:43.5552286Z 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:42:43.5552518Z 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:42:43.5552758Z 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:42:43.5552998Z 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:42:43.5553232Z 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:42:43.5553472Z 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:42:43.5553648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5553820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5554163Z 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:42:43.5554538Z 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:42:43.5554739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5554962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5555162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5555365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5555567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5555772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5555961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:42:43.5556156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5556480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 75%] 2022-12-01T10:42:43.5556650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:43.5556816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5556980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5557155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:43.5557324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5557494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:43.5557663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5557826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5558000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 75%] 2022-12-01T10:42:43.5558178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 75%] 2022-12-01T10:42:43.5558514Z 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:42:43.5558845Z 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:42:43.5559046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5559325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:42:43.5559661Z 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:42:43.5559986Z 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:42:43.5560319Z 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:42:43.5560649Z 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:42:43.5561007Z 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:42:43.5561370Z 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:42:43.5561563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 76%] 2022-12-01T10:42:43.5561777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5561986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5562156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:43.5562322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5562485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5562649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5562804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:43.5562966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5563133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 76%] 2022-12-01T10:42:43.5563296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5563504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5563711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5563914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5564247Z 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:42:43.5564574Z 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:42:43.5564897Z 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:42:43.5565095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5565291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5565487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5565684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5566018Z 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:42:43.5566221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5566430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5566635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5566870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5567073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5567284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5567450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 76%] 2022-12-01T10:42:43.5567647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5567836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5568039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5568244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:42:43.5568442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5568633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5568842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5569041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5569229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5569428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5569594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 77%] 2022-12-01T10:42:43.5569938Z 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:42:43.5570134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5570325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5570518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5570691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 77%] 2022-12-01T10:42:43.5570860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5571014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5571230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5571394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5571714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5571921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5572123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5572377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5572577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5572808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5572991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5573179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5573376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5573578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5573919Z 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:42:43.5574259Z 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:42:43.5574601Z 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:42:43.5574933Z 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:42:43.5575261Z 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:42:43.5575426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5575590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5575745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5575914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 77%] 2022-12-01T10:42:43.5576079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 77%] 2022-12-01T10:42:43.5576284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5576484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:42:43.5576647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5576969Z 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:42:43.5577167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5577369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5577561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5577759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5577960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5578158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5578359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5578589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5578836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5579033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5579234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5579430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5579612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5579778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5579974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5580172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5580363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5580538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5580704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5581049Z 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:42:43.5581246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5581440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5581593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5581927Z 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:42:43.5582133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5582336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5582665Z 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:42:43.5582999Z 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:42:43.5583201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5583400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5583565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5583896Z 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:42:43.5584212Z 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:42:43.5584442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:43.5584612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 78%] 2022-12-01T10:42:43.5584818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 79%] 2022-12-01T10:42:43.5584989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 79%] 2022-12-01T10:42:43.5585185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5585524Z 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:42:43.5585856Z 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:42:43.5586182Z 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:42:43.5586507Z 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:42:43.5586817Z 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:42:43.5587154Z 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:42:43.5587486Z 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:42:43.5587813Z 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:42:43.5588008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5588214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5588431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5588648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5588851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5589066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5589276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:42:43.5589458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5589631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:42:43.5589952Z 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:42:43.5590117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 79%] 2022-12-01T10:42:43.5590323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5590523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5590754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5590968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5591202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5591398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5591601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5591805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5592025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5592229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5592431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5592636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5592833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:42:43.5593185Z 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:42:43.5593537Z 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:42:43.5593725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:42:43.5593915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5594125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5594329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5594539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5594747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5594953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5595159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5595365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5595591Z 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:42:43.5595812Z 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:42:43.5596005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5596236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5596454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5596684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5596889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5597100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5597303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5597505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5597714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5597930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5598135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5598327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5598530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5598735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5598944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5599373Z 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:42:43.5599548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 80%] 2022-12-01T10:42:43.5599713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 80%] 2022-12-01T10:42:43.5599880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 80%] 2022-12-01T10:42:43.5600044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 80%] 2022-12-01T10:42:43.5600234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5600442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5600649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5600853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:42:43.5601204Z 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:42:43.5601550Z 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:42:43.5601887Z 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:42:43.5602263Z 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:42:43.5602602Z 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:42:43.5602837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:43.5603161Z 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:42:43.5603352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5603553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5603752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5603944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5604132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5604335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5604536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5604745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5604954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5605121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:42:43.5605295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 81%] 2022-12-01T10:42:43.5605506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5605714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5605923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5606127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5606328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5606537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5606720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 81%] 2022-12-01T10:42:43.5606929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5607120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5607318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5607520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5607766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5607964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5608190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5608385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5608579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5608797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5608995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5609181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5609378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5609570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5609764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5609959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:43.5610155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5610496Z 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:42:43.5610693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5610876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5611060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5611244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5611824Z 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:42:43.5612025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5612235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5612437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5612769Z 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:42:43.5613096Z 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:42:43.5613265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 82%] 2022-12-01T10:42:43.5613430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5613770Z 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:42:43.5614164Z 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:42:43.5614497Z 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:42:43.5614866Z 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:42:43.5615099Z 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:42:43.5615327Z 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:42:43.5615549Z 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:42:43.5615778Z 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:42:43.5616001Z 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:42:43.5616217Z 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:42:43.5616430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5616647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5616852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5617077Z 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:42:43.5617314Z 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:42:43.5617526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5617740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5617963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5618185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5618404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:42:43.5618596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5618788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5618972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 82%] 2022-12-01T10:42:43.5619177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5619396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-12-01T10:42:43.5619654Z 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:42:43.5619868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5620128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5620341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5620554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5620743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:43.5620955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5621178Z 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:42:43.5621383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5621606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5621832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5622059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5622269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5622481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5622701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5622916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5623140Z 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:42:43.5623353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5623570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5623777Z 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:42:43.5623996Z 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:42:43.5624178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:43.5624393Z 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:42:43.5624616Z 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:42:43.5624875Z 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:42:43.5625089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5625337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5625559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5625774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5625991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5626197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5626417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:42:43.5626603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:43.5626782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:42:43.5627156Z 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:42:43.5627376Z 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:42:43.5627592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5627818Z 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:42:43.5628043Z 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:42:43.5628256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5628463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5628685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5629017Z 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:42:43.5629212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5629408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5629604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5629798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5630129Z 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:42:43.5630355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5630555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5630780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5630970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5631170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5631364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5631553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:43.5631758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5631985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 84%] 2022-12-01T10:42:43.5632224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:43.5632422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5632592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 84%] 2022-12-01T10:42:43.5632741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 84%] 2022-12-01T10:42:43.5632936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5633132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5633482Z 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:42:43.5633820Z 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:42:43.5634020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5634199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 84%] 2022-12-01T10:42:43.5634395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5634610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5634817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5635005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:43.5635335Z 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:42:43.5635670Z 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:42:43.5635872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5636067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5636235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5636470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:42:43.5636642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:43.5636867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5637028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:43.5637201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5637371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:43.5637537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5637719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5637898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5638079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5638260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5638468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5638805Z 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:42:43.5638962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5639204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5639376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:43.5639538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5639707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 85%] 2022-12-01T10:42:43.5639867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:42:43.5640068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5640286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5640638Z 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:42:43.5640975Z 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:42:43.5641348Z 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:42:43.5641556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5641919Z 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:42:43.5642122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5642323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5642737Z 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:42:43.5643090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5643466Z 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:42:43.5643671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5643879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:42:43.5644238Z 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:42:43.5644635Z 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:42:43.5645019Z 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:42:43.5645409Z 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:42:43.5645611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5645809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5646023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5646231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5646403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:43.5646603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5646798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5646981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5647151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:43.5647318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:43.5647516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5647710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5647913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5648112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5648306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5648503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5648723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5648892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:43.5649086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:43.5649300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5649505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5649698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5649859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:43.5650022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:43.5650225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5650416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5650615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5650808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5650999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5651197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5651393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5651718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5651899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 86%] 2022-12-01T10:42:43.5652073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 86%] 2022-12-01T10:42:43.5652278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:42:43.5652465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5652679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5652859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:43.5653027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:43.5653231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5653426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5653631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5653831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5654032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5654429Z 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:42:43.5654772Z 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:42:43.5655007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5655209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5655406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5655601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5655808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5656005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5656204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5656402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:43.5656571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 87%] 2022-12-01T10:42:43.5656723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 87%] 2022-12-01T10:42:43.5657059Z 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:42:43.5657292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5657520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5657763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5658000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5658232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5658467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5658707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5658942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5659175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5659397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5659584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:42:43.5659814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5660019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:43.5660254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:42:43.5660465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 87%] 2022-12-01T10:42:43.5660642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:43.5660813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5660988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5661145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5661337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:43.5661509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:43.5661844Z 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:42:43.5662191Z 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:42:43.5662537Z 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:42:43.5662771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5663110Z 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:42:43.5663346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5663582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5663914Z 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:42:43.5664231Z 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:42:43.5664564Z 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:42:43.5664895Z 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:42:43.5665236Z 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:42:43.5665434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:42:43.5665686Z 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:42:43.5665931Z 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:42:43.5666108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:43.5666312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5666545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5666747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5666917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 88%] 2022-12-01T10:42:43.5667152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5667393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5667626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5667860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5668091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5668274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:42:43.5668511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5668750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5668986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5669206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5669436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5669678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:42:43.5670023Z 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:42:43.5670362Z 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:42:43.5670698Z 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:42:43.5670941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5671175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5671403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5671634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5671895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5672239Z 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:42:43.5672496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5672730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5672974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5673218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5673460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5673699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5673930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5674103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5674280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5674512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5674757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5674981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5675170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:43.5675353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5675585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5675761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5676000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5676236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5676412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:43.5676580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5676747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5677082Z 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:42:43.5677311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5677522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 89%] 2022-12-01T10:42:43.5677780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5677984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 89%] 2022-12-01T10:42:43.5678218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5678457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:42:43.5678690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5678931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5679268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5679504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5679722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5679912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:43.5680147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5680385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5680616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5680853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5681088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5681436Z 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:42:43.5681775Z 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:42:43.5681950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:43.5682122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 90%] 2022-12-01T10:42:43.5682344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5682684Z 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:42:43.5682920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5683152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5683423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5683680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5683922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5684157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5684391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5684628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5684859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5685081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5685314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5685544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5685778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5686017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5686253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5686483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5686720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5686956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5687191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5687426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5687661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:43.5687875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5688107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5688338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5688598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5688798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 91%] 2022-12-01T10:42:43.5689145Z 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:42:43.5689374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5689603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5689771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 91%] 2022-12-01T10:42:43.5690120Z 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:42:43.5690352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5690670Z 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:42:43.5691007Z 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:42:43.5691341Z 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:42:43.5691693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5691935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5692269Z 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:42:43.5692503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5692835Z 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:42:43.5693180Z 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:42:43.5693528Z 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:42:43.5693765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5693988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5694223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5694453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5694635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 91%] 2022-12-01T10:42:43.5694893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 91%] 2022-12-01T10:42:43.5695076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 91%] 2022-12-01T10:42:43.5695291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 91%] 2022-12-01T10:42:43.5695533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:42:43.5695873Z 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:42:43.5696216Z 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:42:43.5696552Z 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:42:43.5696892Z 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:42:43.5697226Z 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:42:43.5697562Z 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:42:43.5697900Z 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:42:43.5698240Z 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:42:43.5698578Z 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:42:43.5698812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5699034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:42:43.5699250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:42:43.5699471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:42:43.5699672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:42:43.5699881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:42:43.5700115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5700346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5700579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5700810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5701141Z 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:42:43.5701350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 92%] 2022-12-01T10:42:43.5701527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 92%] 2022-12-01T10:42:43.5701812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5702049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5702273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5702521Z 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:42:43.5702762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5702996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5703237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5703473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5703713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5703972Z 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:42:43.5704223Z 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:42:43.5704458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5704695Z 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:42:43.5705058Z 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:42:43.5705416Z 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:42:43.5705754Z 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:42:43.5705995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:42:43.5706236Z 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:42:43.5706475Z 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:42:43.5706721Z 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:42:43.5706988Z 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:42:43.5707255Z 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:42:43.5707503Z 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:42:43.5707746Z 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:42:43.5708123Z 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:42:43.5708497Z 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:42:43.5708733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5708965Z 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:42:43.5709211Z 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:42:43.5709443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5709686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5709923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5710169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5710406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5710654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5710901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5711142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5711381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5711728Z 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:42:43.5711890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 93%] 2022-12-01T10:42:43.5712064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 93%] 2022-12-01T10:42:43.5712232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:43.5712497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5712741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5713005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5713237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5713586Z 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:42:43.5713931Z 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:42:43.5714276Z 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:42:43.5714621Z 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:42:43.5714952Z 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:42:43.5715294Z 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:42:43.5715468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 93%] 2022-12-01T10:42:43.5715817Z 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:42:43.5716154Z 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:42:43.5716390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5716717Z 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:42:43.5716947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5717172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5717403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:43.5717634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5717848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5718088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5718324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5718594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5718780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 94%] 2022-12-01T10:42:43.5718990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:43.5719308Z 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:42:43.5719556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5719796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5720037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5720273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5720453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 94%] 2022-12-01T10:42:43.5720637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:43.5720873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5721114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5721347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5721593Z 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:42:43.5721842Z 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:42:43.5722073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5722303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5722552Z 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:42:43.5722803Z 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:42:43.5723023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5723268Z 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:42:43.5723511Z 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:42:43.5723741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5724007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5724237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5724500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5724733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5724963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5725139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 94%] 2022-12-01T10:42:43.5725371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5725596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5725773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 94%] 2022-12-01T10:42:43.5726008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:42:43.5726248Z 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:42:43.5726585Z 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:42:43.5726760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 95%] 2022-12-01T10:42:43.5726929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:43.5727270Z 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:42:43.5727627Z 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:42:43.5727972Z 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:42:43.5728313Z 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:42:43.5728571Z 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:42:43.5728834Z 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:42:43.5729088Z 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:42:43.5729348Z 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:42:43.5729599Z 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:42:43.5729882Z 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:42:43.5730157Z 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:42:43.5730404Z 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:42:43.5730647Z 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:42:43.5730902Z 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:42:43.5731165Z 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:42:43.5731356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:43.5731722Z 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:42:43.5731967Z 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:42:43.5732210Z 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:42:43.5732466Z 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:42:43.5732717Z 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:42:43.5732984Z 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:42:43.5733247Z 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:42:43.5733505Z 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:42:43.5733765Z 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:42:43.5734013Z 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:42:43.5734210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:43.5734457Z 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:42:43.5734707Z 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:42:43.5734960Z 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:42:43.5735257Z 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:42:43.5735480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 95%] 2022-12-01T10:42:43.5735731Z 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:42:43.5735993Z 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:42:43.5736258Z 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:42:43.5736506Z 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:42:43.5736762Z 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:42:43.5737019Z 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:42:43.5737267Z 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:42:43.5737527Z 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:42:43.5737787Z 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:42:43.5738035Z 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:42:43.5738285Z 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:42:43.5738531Z 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:42:43.5738786Z 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:42:43.5739039Z 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:42:43.5739284Z 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:42:43.5739524Z 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:42:43.5739712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 96%] 2022-12-01T10:42:43.5740085Z 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:42:43.5740271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 96%] 2022-12-01T10:42:43.5740559Z 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:42:43.5740860Z 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:42:43.5741105Z 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:42:43.5741354Z 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:42:43.5741595Z 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:42:43.5741854Z 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:42:43.5742132Z 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:42:43.5742378Z 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:42:43.5742716Z 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:42:43.5743052Z 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:42:43.5743291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:43.5743525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:43.5743728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:42:43.5744058Z 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:42:43.5744391Z 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:42:43.5744732Z 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:42:43.5745054Z 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:42:43.5745288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:43.5745525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:42:43.5745731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:42:43.5745934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:42:43.5746199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5746430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5746630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5746860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5747086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5747249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5747590Z 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:42:43.5747922Z 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:42:43.5748272Z 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:42:43.5748506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5748736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5748967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5749140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5749392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5749640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5749880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5750107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5750448Z 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:42:43.5750787Z 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:42:43.5751128Z 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:42:43.5751374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5751611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5751852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5752081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5752282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5752468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5752694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:42:43.5752879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:42:43.5753047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5753276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5753464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5753717Z 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:42:43.5753956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5754190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5754432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:42:43.5754607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 97%] 2022-12-01T10:42:43.5754775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 97%] 2022-12-01T10:42:43.5755099Z 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:42:43.5755274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5755445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5755611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5755776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5756015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5756254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5756486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5756736Z 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:42:43.5757090Z 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:42:43.5757435Z 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:42:43.5757799Z 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:42:43.5758069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5758456Z 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:42:43.5758725Z 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:42:43.5759164Z 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:42:43.5759409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5759791Z 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:42:43.5760164Z 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:42:43.5760411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5760647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5760879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5761120Z 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:42:43.5761353Z 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:42:43.5761597Z 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:42:43.5761772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5762009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5762239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5762472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5762704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5762934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5763101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-12-01T10:42:43.5763332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5763571Z 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:42:43.5763828Z 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:42:43.5764063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5764321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:42:43.5764555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5764794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5765025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5765269Z 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:42:43.5765509Z 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:42:43.5765738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5765906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:43.5766148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5766371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5766605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5766834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5767058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5767290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5767517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5767750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5767981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5768165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:43.5768404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5768644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5768877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5769149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5769313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:43.5769525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:43.5769763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5769996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5770354Z 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:42:43.5770588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5770822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5771064Z 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:42:43.5771293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5771525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5771861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5772086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:42:43.5772259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-12-01T10:42:43.5772436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-12-01T10:42:43.5772770Z 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:42:43.5773116Z 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:42:43.5773457Z 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:42:43.5773471Z 2022-12-01T10:42:43.5773814Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-cb8cc6803c015506.xml - 2022-12-01T10:42:43.5773960Z = 1671 passed, 2034 skipped, 14 deselected, 39 xfailed, 68 warnings in 425.17s (0:07:05) = 2022-12-01T10:42:43.5774133Z 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:42:43.5774139Z 2022-12-01T10:42:43.5774492Z ##[endgroup] 2022-12-01T10:42:43.5774787Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_mpqo_4ab) 2022-12-01T10:42:43.5774792Z 2022-12-01T10:42:43.6915943Z 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:42:43.691200] 2022-12-01T10:42:50.7585566Z 2022-12-01T10:42:50.7586073Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:42:50.7587169Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_p44h4vft) 2022-12-01T10:42:50.7587894Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-92e4eaf27a331ed9.xml 2022-12-01T10:42:50.7588250Z ============================= test session starts ============================== 2022-12-01T10:42:50.7588656Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:42:50.7588920Z cachedir: .pytest_cache 2022-12-01T10:42:50.7589375Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:42:50.7589734Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:42:50.7590195Z 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:42:50.7590524Z collecting ... collected 7560 items / 7528 deselected / 32 selected 2022-12-01T10:42:50.7594470Z 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:42:50.7598259Z 2022-12-01T10:42:50.7598511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:42:50.7599044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:42:50.7599585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:42:50.7600122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:42:50.7600595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 15%] 2022-12-01T10:42:50.7600987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 18%] 2022-12-01T10:42:50.7601421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 21%] 2022-12-01T10:42:50.7601815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 25%] 2022-12-01T10:42:50.7602234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 28%] 2022-12-01T10:42:50.7602599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 31%] 2022-12-01T10:42:50.7603019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 34%] 2022-12-01T10:42:50.7603376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 37%] 2022-12-01T10:42:50.7603803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 40%] 2022-12-01T10:42:50.7604180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 43%] 2022-12-01T10:42:50.7604604Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 46%] 2022-12-01T10:42:50.7604990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 50%] 2022-12-01T10:42:50.7605391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 53%] 2022-12-01T10:42:50.7605815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 56%] 2022-12-01T10:42:50.7606203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 59%] 2022-12-01T10:42:50.7606625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 62%] 2022-12-01T10:42:50.7607078Z 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:42:50.7607648Z 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:42:50.7608217Z 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:42:50.7608723Z 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:42:50.7609238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:42:50.7609775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:42:50.7610217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:42:50.7610719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:42:50.7611233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:42:50.7611946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:42:50.7612453Z 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:42:50.7613009Z 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:42:50.7613278Z 2022-12-01T10:42:50.7613667Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-92e4eaf27a331ed9.xml - 2022-12-01T10:42:50.7614094Z ========== 16 passed, 16 skipped, 7528 deselected, 1 warning in 4.12s ========== 2022-12-01T10:42:50.7614429Z 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:42:50.7614624Z 2022-12-01T10:42:50.7614914Z ##[endgroup] 2022-12-01T10:42:50.7615314Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_p44h4vft) 2022-12-01T10:42:50.7615557Z 2022-12-01T10:42:50.7615763Z Running test_reductions ... [2022-12-01 10:42:50.759315] 2022-12-01T10:42:50.7616241Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:42:50.759631] 2022-12-01T10:45:53.5311962Z 2022-12-01T10:45:53.5312436Z Expand the folded group to see the log file of test_reductions 2022-12-01T10:45:53.5313134Z ##[group]PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_uf_bv4qu) 2022-12-01T10:45:53.5318667Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-12-01T10:45:53.5318994Z 2022-12-01T10:45:53.5319118Z Running tests... 2022-12-01T10:45:53.5319589Z ---------------------------------------------------------------------- 2022-12-01T10:45:53.5319991Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5390815Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5391351Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5392819Z 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:45:53.5393972Z _test_all_any(x.T) 2022-12-01T10:45:53.5394837Z 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:45:53.5395599Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5396240Z 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:45:53.5396894Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5397829Z 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:45:53.5398875Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5399498Z 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:45:53.5400099Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5400727Z 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:45:53.5401328Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5401961Z 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:45:53.5402551Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5403166Z 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:45:53.5403759Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5404389Z 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:45:53.5404985Z torch.all(x, dim, out=out) 2022-12-01T10:45:53.5405161Z ok (0.057s) 2022-12-01T10:45:53.5405944Z 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:45:53.5406473Z torch_result = torch_fn(t).cpu() 2022-12-01T10:45:53.5406663Z ok (0.407s) 2022-12-01T10:45:53.5406909Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.408s) 2022-12-01T10:45:53.5407215Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.411s) 2022-12-01T10:45:53.5407518Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.409s) 2022-12-01T10:45:53.5410052Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.408s) 2022-12-01T10:45:53.5410539Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.402s) 2022-12-01T10:45:53.5411120Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.402s) 2022-12-01T10:45:53.5411824Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.402s) 2022-12-01T10:45:53.5412361Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.403s) 2022-12-01T10:45:53.5412853Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.057s) 2022-12-01T10:45:53.5413385Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5413912Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5414406Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5414869Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5415465Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5415962Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5416469Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5416991Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T10:45:53.5417502Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5417903Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5418400Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5418883Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5419331Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5419819Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5420331Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5420894Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5421449Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5422056Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5422885Z 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:45:53.5423821Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-12-01T10:45:53.5424490Z 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:45:53.5425278Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-12-01T10:45:53.5425601Z ok (0.012s) 2022-12-01T10:45:53.5426023Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:45:53.5426751Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T10:45:53.5427345Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:45:53.5427926Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:45:53.5428461Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:45:53.5429000Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:45:53.5429573Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:45:53.5430117Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.211s) 2022-12-01T10:45:53.5430629Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.050s) 2022-12-01T10:45:53.5431185Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:45:53.5431753Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:45:53.5432309Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:45:53.5432811Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:45:53.5433370Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:45:53.5433878Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5434361Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5434832Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5435295Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5435762Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.5436296Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.165s) 2022-12-01T10:45:53.5436847Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.190s) 2022-12-01T10:45:53.5437439Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5438025Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5438689Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5439292Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5439878Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5440451Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5441024Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5441492Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5442075Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5442455Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5442925Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5443342Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5443796Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5444262Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5444762Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5445187Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5445631Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5446054Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5446486Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5447077Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5447570Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5448144Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5448656Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5449173Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5449764Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-12-01T10:45:53.5450374Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5450940Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5451492Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5452133Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5452683Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5453262Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-12-01T10:45:53.5453577Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5453976Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5454495Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5455032Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5455563Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5456147Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5456765Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5457351Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5457913Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5458451Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5458992Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5459494Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5459997Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5460508Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5461021Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5461567Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5462096Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5462638Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5463119Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5463637Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5464131Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5464689Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5465234Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5465761Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5466438Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5466956Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5467551Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5468072Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5468570Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5469069Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5469571Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5470106Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5470601Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5471124Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5472994Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5473704Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5474213Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5474762Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5475262Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5475808Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5476324Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5476858Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5477409Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5477949Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5478580Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5479108Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5479568Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5480025Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5480474Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5480931Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5481380Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5481839Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5482321Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5482801Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5483245Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5483727Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5484185Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5484630Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5485111Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5485573Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5486012Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5486442Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5486911Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5487464Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5487905Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5488362Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5488853Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5489318Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5489761Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5490218Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5490686Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5491126Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5491881Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5492303Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5492740Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5493194Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5493630Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5494066Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5494488Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5494928Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5495383Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5495806Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5496241Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5496816Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5497252Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5497759Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5498212Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5498841Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5499265Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5499840Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5500333Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5500973Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5501496Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5502168Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5502730Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5503410Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5503962Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5504616Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5505160Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5505795Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5506348Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5507033Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5507541Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5507904Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5508201Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5508551Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5508938Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5509289Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-12-01T10:45:53.5509613Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5509964Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:45:53.5510260Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5510623Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:45:53.5510905Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5511270Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:45:53.5511555Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5511894Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5512184Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5512546Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5512839Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5513180Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5513466Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5513819Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5514095Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5514448Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5514733Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5515082Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5515361Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5515691Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5515957Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5516267Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5516540Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5516860Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5517122Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5517449Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5517715Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5518030Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5518369Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5518685Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5518958Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5519241Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-12-01T10:45:53.5519499Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5519812Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:45:53.5520063Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5520374Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5520637Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5520953Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5521194Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5521502Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5521765Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5522100Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5522365Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5522675Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:45:53.5522953Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5525554Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5525813Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5526121Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5526363Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5526671Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5526925Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5527187Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5527452Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5527724Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5527987Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5528261Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5528546Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5528838Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:45:53.5529114Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5529407Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:45:53.5529705Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5529989Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-12-01T10:45:53.5530288Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5530593Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:45:53.5530891Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5531177Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5531478Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5531948Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5532241Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5532545Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5532839Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5533124Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5533416Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5533711Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5534008Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5534290Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5534584Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5534879Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5535161Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5535454Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5535750Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5536046Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:45:53.5536316Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5536683Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:45:53.5536971Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5537251Z Tests that an error is raised if dim has duplicate entries. ... ok (0.008s) 2022-12-01T10:45:53.5537586Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5537872Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:45:53.5538161Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5538437Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-12-01T10:45:53.5538718Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5539000Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:45:53.5539268Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5539552Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-12-01T10:45:53.5539832Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5540126Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5540438Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5540743Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5541055Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5541374Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5541704Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5542028Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5542323Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5542634Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5542943Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5543262Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5543564Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5543880Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5544193Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5544506Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5544798Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5545115Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5545422Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5545723Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5546024Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5546335Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5546640Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5546936Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5547238Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5547545Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5547902Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5548208Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5548537Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5548849Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5549140Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5549449Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5549747Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5550034Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5550325Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5550627Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5550918Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5551210Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5551507Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5551793Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5552053Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5552321Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5552589Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5552859Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5553129Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5553406Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5553678Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5553941Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5554207Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5554481Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5554743Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5555012Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5555284Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5555550Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T10:45:53.5555807Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5556078Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5556350Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5556609Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5556870Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5557137Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5557391Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5557657Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5557924Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5558272Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5558529Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5558792Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5559052Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5559344Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5559619Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5559933Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5560218Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5560488Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5560782Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5561076Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5561362Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5561680Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5562002Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5562313Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5562635Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5562982Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5563328Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5563648Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5563978Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5564301Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5564620Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5564931Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5565257Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5565587Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5565897Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5566213Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5566531Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5566855Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5567165Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5567482Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5567802Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5568113Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5568434Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5568761Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5569080Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5569384Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T10:45:53.5569691Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5570014Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5570320Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5570635Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5570990Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5571309Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5571773Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5572099Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5572411Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5593681Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5594114Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5594446Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:45:53.5594776Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5595094Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5595386Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5595688Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5595983Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5596264Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5596571Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5596883Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5597163Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5597455Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5597750Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5598047Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5598420Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5598718Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5599013Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5599291Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5599584Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5599877Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5600171Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5600452Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5600742Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5601035Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5601305Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5601598Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5601883Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5602158Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5602440Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5602721Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5603006Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5603270Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5603550Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5603834Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:45:53.5604212Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5604635Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5604983Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5605353Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5605646Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5606027Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5606334Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5606686Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5606998Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5607382Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5607698Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5608060Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5608362Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5608732Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:45:53.5609002Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5609280Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:45:53.5609550Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5609828Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:45:53.5610131Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5610432Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5610727Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5611006Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5611296Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5611699Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5612001Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5612302Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5612597Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5612891Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5613178Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5613480Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-12-01T10:45:53.5613791Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5614088Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:45:53.5614389Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5614689Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5614985Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5615266Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5615567Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5615873Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5616160Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5616513Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5616822Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5617113Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-12-01T10:45:53.5617446Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5617744Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5618040Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5618320Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:45:53.5618617Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5618916Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:45:53.5619199Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5619505Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5619806Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5620110Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5620389Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5620680Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5620973Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5621249Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5621541Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5621839Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-12-01T10:45:53.5622131Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5622412Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:45:53.5622709Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5623004Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5623279Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5623573Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:45:53.5623863Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5624139Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:45:53.5624424Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5624715Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:45:53.5624994Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5625258Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-12-01T10:45:53.5625540Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5625802Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5626052Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5626313Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5626568Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5626831Z Tests that dim=None reduces all dimensions. ... expected failure (0.003s) 2022-12-01T10:45:53.5627113Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5627375Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5627639Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5627888Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5628162Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5628461Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5628719Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5629041Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.003s) 2022-12-01T10:45:53.5629388Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5629689Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5629975Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5630275Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5630575Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5630886Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.003s) 2022-12-01T10:45:53.5631208Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5631530Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5631852Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5632160Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5632481Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5632807Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5633123Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5633439Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5633740Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5634048Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5634344Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5634654Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5634965Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5635263Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5635572Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5635937Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5636300Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5636600Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5636909Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5637216Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5637506Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5637812Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5638124Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5638510Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5638803Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5639136Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5639450Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5639745Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5640053Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5640408Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5640710Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5641028Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5641332Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5641641Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5641928Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5642232Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5642528Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5642831Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5643146Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5643452Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5643750Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5644032Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5644324Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5644624Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:45:53.5644916Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5645196Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5645465Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5645732Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5645984Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5646255Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5646526Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5646825Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5647099Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5647368Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5647626Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5647903Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5648169Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5648436Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5648689Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5648953Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5649225Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5649474Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5649733Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5649999Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5650247Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5650508Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5650774Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5651037Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5651276Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5651538Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5651943Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5652194Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5652518Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5652785Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5653074Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5653357Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-12-01T10:45:53.5653634Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5653896Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5654139Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5654401Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5654657Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5654903Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5655172Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5655533Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5655793Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5656122Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5656394Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5656706Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5656971Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5657291Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5657562Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5657872Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5658140Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5658466Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5658727Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5659064Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-12-01T10:45:53.5659345Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5659667Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5659942Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5660267Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5660544Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5660855Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5661132Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5661465Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5661728Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5662060Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5662344Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5662669Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5662955Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5663290Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5663565Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5663881Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5664154Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5664480Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5664750Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5665079Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5665349Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5665713Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5665990Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5666359Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:45:53.5666625Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5666933Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5667203Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5667528Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:45:53.5667788Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5668112Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5668381Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5668688Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5668955Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5669273Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-12-01T10:45:53.5669538Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5669844Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:45:53.5670104Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5670419Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-12-01T10:45:53.5671154Z 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:45:53.5671841Z torch.sum(x, 0, out=y) 2022-12-01T10:45:53.5672012Z ok (0.027s) 2022-12-01T10:45:53.5672257Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-12-01T10:45:53.5672568Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T10:45:53.5672858Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T10:45:53.5673160Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:45:53.5673467Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:45:53.5673765Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:45:53.5674045Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:45:53.5674363Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5674688Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5674997Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.094s) 2022-12-01T10:45:53.5675290Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5675551Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5675809Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5676052Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5676307Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5676561Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5676800Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5677052Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5677310Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5677558Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5677843Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5678096Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5678483Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5678752Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5679016Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5679318Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5679604Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5679902Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5680198Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5680480Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5680778Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5681078Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5681379Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5681663Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5681959Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5682254Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5682550Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5682869Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.5683198Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5683510Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5683798Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5684102Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5684405Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5684692Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5684990Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5685292Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5685596Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5685891Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5686199Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5686505Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5686799Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5687102Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5687406Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5687694Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5687993Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5688292Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5688591Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5688882Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5689186Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5689524Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5689813Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5690145Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5690432Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5690728Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5691014Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5691310Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5691745Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5692102Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5692396Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5692697Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5693000Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5693284Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5693579Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5693873Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5694152Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5694448Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:45:53.5694756Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5695028Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5695283Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5695547Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5695811Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5696059Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5696325Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5696591Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5696843Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5697106Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5697379Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5697654Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5697904Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5698165Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5698429Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5698676Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5698934Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5699199Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5699449Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5699713Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5699975Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5700220Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5700476Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5700733Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:45:53.5700990Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5701229Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5701487Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5701812Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5702061Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5702359Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5702609Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5702849Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5703107Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5703363Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5703614Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5703858Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5704109Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5704362Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:45:53.5704617Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5704928Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5705234Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5705527Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-12-01T10:45:53.5705824Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5706126Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-12-01T10:45:53.5706431Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5706720Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5707028Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5707337Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5707628Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5707932Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5708245Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5708563Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5708865Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5709187Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5709493Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5709785Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-12-01T10:45:53.5710097Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5710397Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-12-01T10:45:53.5710705Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5711003Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5711314Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5711624Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5711927Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5712257Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.5712588Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5712893Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5713185Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5713524Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5713831Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5714162Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5714465Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5714772Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5715075Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5715367Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5715676Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5715982Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5716270Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5716573Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5716870Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5717162Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5717469Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5717777Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5718224Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5718516Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:45:53.5718819Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5719123Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5719409Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5719710Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5720009Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5720316Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:45:53.5720603Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5720918Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5721228Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5721529Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5721831Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5722137Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5722448Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5722741Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5723052Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5723366Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5723661Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5723970Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5724283Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5724602Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5724906Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5725227Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5725576Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5725884Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5726232Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5726548Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5726870Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5727171Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5727486Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5727794Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5728103Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5728426Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5728734Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5729058Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5729355Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5729668Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5729983Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5730286Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:45:53.5730607Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5730918Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:45:53.5731221Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5731528Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5731984Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5732280Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:45:53.5732580Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5732885Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5733194Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5733491Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5733794Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5734103Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5734396Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5734709Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5735018Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5735327Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5735616Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5735919Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5736216Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5736506Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:45:53.5736804Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5737148Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.031s) 2022-12-01T10:45:53.5737736Z 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:45:53.5738172Z return n/db/n.sum(), bin_edges 2022-12-01T10:45:53.5738362Z ok (7.575s) 2022-12-01T10:45:53.5738615Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.055s) 2022-12-01T10:45:53.5739184Z 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:45:53.5739532Z hist /= s 2022-12-01T10:45:53.5739693Z ok (19.518s) 2022-12-01T10:45:53.5739915Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5740195Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:45:53.5740487Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5740771Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5741052Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5741347Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5741641Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5741919Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5742200Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5742486Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5742771Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5743043Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5743326Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5743611Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5743880Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5744166Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5744449Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5744732Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5744998Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5745282Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5745562Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5745835Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5746119Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5746400Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5746670Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5746960Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5747242Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5747525Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5747803Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5748094Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5748386Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5748662Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5748949Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5749287Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5749580Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5749850Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5750166Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5750448Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5750715Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5750998Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5751277Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5751550Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5751833Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5752113Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5752395Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5752661Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5752942Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5753224Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5753505Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5753803Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5754090Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5754383Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5754662Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5754967Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5755267Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5755558Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5755860Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5756154Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5756436Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5756731Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5757027Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5757322Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5757606Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5757895Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5758265Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5758553Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5758843Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5759135Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5759428Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5759710Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5760004Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5760300Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5760588Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5760887Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5761235Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5761539Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5761858Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5762157Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5762456Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5762746Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5763044Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5763344Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5763645Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5763939Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5764232Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5764530Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5764812Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5765104Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5765398Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5765677Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5765968Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5766263Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5766551Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5766833Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5767130Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5767433Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5767716Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5768013Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5768305Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5768604Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5768882Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5769178Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5769467Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5769754Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5770045Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5770338Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5770631Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5770909Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5771198Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5771492Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5771907Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5772043Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5772177Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5772369Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5772505Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5772641Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5772820Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5772945Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5773081Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5773217Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5773353Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5773487Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5773620Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5773757Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5773891Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5774015Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5774144Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5774277Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5774403Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5774537Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5774662Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5774797Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5774925Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5775047Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5775178Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5775313Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5775443Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5775581Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5775706Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5775841Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5775968Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5776087Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5776214Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5776348Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5776479Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5776617Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5776743Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5776877Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5776999Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5777119Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5777240Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5777373Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5777496Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5777628Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5777779Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5777912Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5778065Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5778185Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5778315Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5778447Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5778575Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5778706Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5778828Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5778959Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5779080Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5779200Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5779323Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5779458Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5779579Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5779713Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5779834Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5779967Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5780075Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5780205Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5780328Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5780465Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5780588Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5780724Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5780843Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5780980Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5781094Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5781229Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5781354Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5781489Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5781611Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5781746Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5781866Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5781997Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5782110Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5782243Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5782363Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5782497Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5782614Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5782748Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5782865Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5783002Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5783138Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5783275Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5783425Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5783558Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:45:53.5783687Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5783826Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.431s) 2022-12-01T10:45:53.5783952Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5784082Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:45:53.5784194Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5784315Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5784439Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5784575Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5784710Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5784848Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5784987Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5785110Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5785246Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5785369Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (12.976s) 2022-12-01T10:45:53.5785510Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5785649Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:45:53.5786073Z 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:45:53.5786172Z overwrite_input=overwrite_input) 2022-12-01T10:45:53.5786241Z ok (0.044s) 2022-12-01T10:45:53.5786372Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T10:45:53.5786522Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:45:53.5786660Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:45:53.5786801Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:45:53.5786947Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:45:53.5787071Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5787199Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:45:53.5787334Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5787445Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5787572Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5787708Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5787859Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:53.5787998Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5788140Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5788277Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5788410Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5788532Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.5788700Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T10:45:53.5788852Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-12-01T10:45:53.5788966Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-12-01T10:45:53.5789043Z tensor([1374, 1374, 1374, 1374]) 2022-12-01T10:45:53.5789117Z tensor([344, 344, 344, 344]) 2022-12-01T10:45:53.5789187Z tensor([2720]) 2022-12-01T10:45:53.5789253Z tensor([680]) 2022-12-01T10:45:53.5789306Z ok (0.004s) 2022-12-01T10:45:53.5789437Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5789565Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5789693Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5789819Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5789942Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5790069Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5790181Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5790345Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5790503Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5790659Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5790815Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5790971Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791125Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791280Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791422Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791579Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791736Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.5791872Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T10:45:53.5792013Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5792136Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:45:53.5792274Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5792396Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5792533Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5792643Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5792776Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5792897Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5793027Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5793145Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5793279Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5793399Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5793519Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5793644Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5793773Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5793892Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:45:53.5794062Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5794202Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5794371Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5794504Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5794629Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5794760Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5794897Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5795028Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5795167Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5795296Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5795435Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5795565Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5795692Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5795818Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5795952Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5796081Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5796241Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5796373Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5796532Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5796662Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5796813Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5796942Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5797098Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5797227Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5797381Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5797508Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5797659Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5797790Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5797925Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5798054Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5798272Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5798406Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5798552Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5798680Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5798829Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5798973Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5799110Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5799237Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5799379Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5799555Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5799703Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5799862Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5800008Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5800135Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5800278Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5800408Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5800563Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5800693Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5800848Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5800975Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5801119Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5801253Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5801394Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5801521Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5801671Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5801800Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5801945Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5802072Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5802223Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5802351Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5802486Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5802612Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5802756Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5802887Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5803032Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5803161Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5803304Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5803431Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5803565Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5803693Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5803847Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5803975Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5804125Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5804252Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5804396Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5804526Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5804660Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5804789Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5804961Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5805091Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5805275Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5805402Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:45:53.5805553Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5805683Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5805816Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5805945Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5806088Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5806214Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5806361Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5806491Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5806645Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5806776Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5806911Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5807039Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5807182Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5807311Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5807456Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5807586Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5807730Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5807860Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5807994Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5808121Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5808270Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5808401Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5808550Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5808679Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5808823Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5808954Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5809087Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5809220Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5809366Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5809494Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5809634Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5809762Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5809905Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5810034Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5810164Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5810322Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5810462Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5810620Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5810756Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5810882Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5811019Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5811148Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5811282Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5811412Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5811553Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5811813Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5811954Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5812085Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5812220Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5812350Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5812475Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5812603Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5812741Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5812868Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5813009Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5813142Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5813279Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5813410Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5813532Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5813662Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5813797Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5813927Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5814066Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5814192Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5814334Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5814467Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5814595Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5814724Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5814862Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5814990Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5815125Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5815255Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5815395Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5815522Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5815647Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5815772Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5815967Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5816096Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5816284Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5816415Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5816553Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5816679Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5816802Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5816930Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5817067Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5817195Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:45:53.5817341Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:45:53.5817489Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:45:53.5817625Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5817744Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5817874Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5818002Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5818128Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5818255Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5818382Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5818509Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5818635Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5819044Z 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:45:53.5819172Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:45:53.5819238Z ok (0.004s) 2022-12-01T10:45:53.5819380Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5819521Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.5819662Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5819804Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5819943Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5820071Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5820208Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5820604Z 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:45:53.5820727Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:45:53.5820793Z ok (0.020s) 2022-12-01T10:45:53.5820934Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-12-01T10:45:53.5821073Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T10:45:53.5821208Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:45:53.5821344Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:45:53.5821498Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.5821640Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:45:53.5821773Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.5821943Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5822080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5822213Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5822349Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5822487Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5822610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5822747Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5822883Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5823016Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5823150Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5823284Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5823417Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5823537Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5823669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5823801Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5823936Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5824066Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5824200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5824331Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5824460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5824582Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5824714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5824846Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5824977Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5825114Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5825245Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5825376Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5825508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5825634Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5825767Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5825902Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5826033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5826168Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5826301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5826434Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5826566Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5826685Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5826817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5826987Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5827121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5827282Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5827415Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5827547Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5827680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5827805Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5827935Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5828066Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5828200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5828337Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5828472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5828608Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5828729Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5828862Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5828993Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5829126Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5829257Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5829391Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5829525Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5829657Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5829778Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5829910Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5830042Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5830175Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5830307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5830441Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5830573Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5830703Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5830823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5830954Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5831089Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5831226Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5831358Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5831491Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5831621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5831753Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5831871Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5832005Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5832133Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5832261Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5832421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5832555Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5832717Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5832846Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5832966Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5833096Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5833228Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5833358Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5833488Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5833628Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5833763Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5833897Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5834020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5834153Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5834285Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5834417Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5834549Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5834687Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5834818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5834940Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5835072Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5835207Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5835336Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5835473Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5835609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5835745Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5835878Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5836005Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5836135Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5836266Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5836402Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5836532Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5836665Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5836798Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5836932Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5837054Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5837187Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5837321Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5837447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5837579Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5837759Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5837896Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5838028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5838255Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5838392Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5838542Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5838673Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5838817Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5838950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5839103Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5839235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5839374Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5839505Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5839649Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5839780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5839925Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5840055Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5840196Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5840326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5840457Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5840593Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5840735Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5840868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5841012Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5841144Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5841287Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5841419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5841550Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5841681Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5841837Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5841971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5842129Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5842266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5842419Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5842552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5842692Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5842822Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5842968Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5843102Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5843316Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5843449Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5843622Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5843751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5843882Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5844012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5844158Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5844295Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5844437Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5844568Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5844710Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5844844Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5844975Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5845104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5845246Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5845377Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5845517Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5845646Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5845787Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5845919Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5846056Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5846188Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5846331Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5846463Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5846608Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5846741Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5846881Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5847012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5847139Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5847271Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5847411Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5847543Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5847683Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5847815Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5847954Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5848087Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5848214Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5848346Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5848492Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5848623Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5848798Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5848930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5849102Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5849233Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5849362Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5849493Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5849635Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5849768Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5849911Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5850045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5850186Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5850319Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5850453Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5850583Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5850726Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5850856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5851002Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5851132Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5851274Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5851406Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5851536Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5851793Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5851936Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5852065Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5852207Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5852338Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5852479Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5852609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5852739Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5852872Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5853013Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5853148Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5853289Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5853419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5853571Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5853703Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5853876Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5854007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5854247Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5854383Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5854532Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5854706Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5854854Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5854985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5855119Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5855248Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5855394Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5855523Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5855672Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5855807Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5855955Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5856086Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5856217Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5856349Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5856493Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5856626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5856769Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5856901Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5857047Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5857179Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5857312Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5857443Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5857582Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5857714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5857853Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5857985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5858123Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5858254Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5858384Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5858515Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5858660Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5858793Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5858930Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5859061Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5859205Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5859324Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5859468Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5859598Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5859772Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5859906Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5860093Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5860224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5860366Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5860486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5860632Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5860766Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5860913Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5861051Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5861193Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5861323Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5861466Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5861586Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5861726Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5861856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5861995Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5862128Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5862267Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5862400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5862542Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5862663Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5862803Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5862932Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5863072Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5863203Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5863352Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5863480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5863626Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5863745Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5863887Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5864019Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5864161Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5864294Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5864433Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5864562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5864701Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5864820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5864959Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5865125Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5865265Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5865430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5865569Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5865700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5865843Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5865963Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5866102Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5866233Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5866378Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5866511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5866655Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5866789Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5866930Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5867050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5867191Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5867320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5867463Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5867596Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5867734Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5867868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5868006Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5868129Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5868267Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5868398Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5868537Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5868671Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5868810Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5868941Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5869087Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5869210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5869355Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5869488Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5869634Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5869764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5869906Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5870039Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5870181Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5870301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5870467Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5870602Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5870737Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5870902Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5871040Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5871172Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5871311Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5871431Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5871570Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5871699Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5871845Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5871975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5872115Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5872249Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5872387Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5872507Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5872641Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5872771Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5872905Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5873038Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5873175Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5873307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5873441Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5873564Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5873702Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5873829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5873967Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5874097Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5874236Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5874369Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5874496Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5874628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5874763Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5874897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5875032Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5875162Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5875296Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5875427Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5875549Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5875681Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5875853Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5875986Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5876120Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5876282Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5876417Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5876548Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5876669Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5876799Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5876932Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5877060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5877193Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5877325Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5877461Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5877595Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5877722Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5877850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5877991Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5878121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5878338Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5878472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5878606Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5878740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5878863Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5878995Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5879128Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5879260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5879392Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5879524Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5879656Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5879784Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5879908Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5880040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5880175Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5880309Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5880444Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5880572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5880729Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5880848Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:45:53.5880981Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5881109Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5881242Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5881407Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5881543Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5881707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5881842Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5881964Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5882095Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5882226Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5882362Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5882490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5882626Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5882761Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5882894Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5883012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5883149Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5883281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5883409Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5883540Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5883670Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5883800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5883932Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5884052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5884185Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5884318Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5884454Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5884587Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5884716Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5884849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5884986Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5885105Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5885240Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5885372Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5885511Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5885643Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5885777Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5885908Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5886041Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5886161Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5886296Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5886428Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:45:53.5886572Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5886712Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5886884Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5887025Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5887201Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5887326Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5887472Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5887611Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5887753Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5887891Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5888030Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5888164Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5888308Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5888434Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5888574Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5888712Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5888852Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5888988Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5889125Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5889263Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5889390Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5889529Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5889667Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5889807Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5889953Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5890090Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5890231Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5890367Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5890493Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5890627Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5890765Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5890904Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5891042Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5891178Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5891319Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5891455Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5891693Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5891871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5892011Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5892146Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5892285Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5892480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5892622Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5892793Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5892927Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5893063Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5893200Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5893333Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5893472Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5893608Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5893745Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5893881Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5894005Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5894143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5894284Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5894417Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5894558Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5894692Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5894830Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5894966Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5895092Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5895227Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5895366Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5895502Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5895641Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5895774Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5895914Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5896050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5896184Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5896319Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5896465Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5896600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5896743Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5896881Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5897021Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5897159Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5897285Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5897419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5897556Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5897695Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5897867Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5898004Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5898140Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5898308Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5898435Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5898572Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5898711Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5898849Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5898996Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5899131Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5899278Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5899413Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5899544Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5899677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5899817Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5899950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5900088Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5900223Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5900361Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5900494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5900620Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5900753Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5900896Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5901032Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5901171Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5901305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5901452Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5901586Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5901720Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5901855Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5902002Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5902136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5902280Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5902412Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5902553Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5902688Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5902813Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5902946Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5903083Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5903247Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5903389Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5903559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5903698Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5903833Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5903977Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5904116Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5904267Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5904401Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5904557Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5904690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5904846Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5904984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5905128Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5905266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5905418Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5905552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5905704Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5905839Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5905995Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5906130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5906271Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5906406Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5906555Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5906691Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5906842Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5906978Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5907130Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5907265Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5907429Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5907554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5907721Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5907857Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5908019Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5908152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5908310Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5908449Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5908606Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5908761Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5908922Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5909087Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5909241Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5909377Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5909528Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5909666Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5909818Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5909940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5910089Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5910227Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5910381Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5910517Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5910666Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5910804Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5910955Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5911075Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5911223Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5911362Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5911512Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5911650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5911806Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5911943Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5912094Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5912217Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5912365Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5912500Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5912647Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5912785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5912935Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5913073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5913221Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5913345Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5913492Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5913626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5913773Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5913911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5914110Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5914249Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5914406Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5914560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5914715Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5914851Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5915003Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5915137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5915289Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5915427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5915582Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5915706Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5915859Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5915994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5916142Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5916280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5916430Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5916568Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5916719Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5916844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5917001Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5917139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5917293Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5917430Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5917581Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5917717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5917866Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5918003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5918142Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5918365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5918516Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5918655Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5918802Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5918940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5919092Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5919230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5919368Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5919503Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5919709Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5919850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5920039Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5920175Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5920333Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5920469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5920612Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5920751Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5920905Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5921043Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5921200Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5921338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5921493Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5921629Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5921772Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5921907Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5922059Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5922194Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5922341Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5922478Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5922632Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5922771Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5922913Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5923046Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5923196Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5923332Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5923484Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5923620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5923772Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5923910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5924049Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5924183Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5924330Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5924469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5924617Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5924755Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5924902Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5925039Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5925212Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5925352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5925577Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5925712Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5925863Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5925997Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5926148Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5926285Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5926423Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5926560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5926708Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5926845Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5927001Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5927137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5927293Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5927427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5927566Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5927702Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5927853Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5927989Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5928136Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5928273Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5928422Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5928556Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5928691Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5928828Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5928973Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5929109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5929261Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5929397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5929551Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5929686Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5929829Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5929964Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5930118Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5930255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5930405Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5930573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5930726Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5930862Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5931036Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5931159Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5931302Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5931442Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5931799Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5931938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5932086Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5932226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5932373Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5932498Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5932649Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5932785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5932933Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5933067Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5933223Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5933359Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5933517Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5933639Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5933788Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5933925Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5934071Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5934208Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5934356Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5934494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5934643Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5934767Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5934911Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5935049Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5935196Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5935332Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5935480Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5935615Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5935762Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5935886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5936036Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5936172Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5936377Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5936515Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5936709Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5936846Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5936997Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5937120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5937269Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5937403Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5937547Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5937684Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5937831Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5937971Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5938117Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5938240Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5938383Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5938520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5938666Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5938805Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5938952Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5939088Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5939233Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5939357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5939505Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5939641Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5939787Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5939918Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5940061Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5940194Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5940335Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5940455Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5940593Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5940729Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5940875Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5941007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5941153Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5941289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5941437Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5941560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5941735Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5941871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5942050Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5942186Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5942328Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5942462Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5942609Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5942731Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5942871Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5943005Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5943147Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5943281Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5943421Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5943555Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5943693Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5943814Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5943949Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5944085Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5944226Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5944365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5944504Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5944639Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5944783Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5944906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5945053Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5945188Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5945334Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5945466Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5945606Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5945742Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5945881Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5946005Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5946149Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5946282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5946421Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5946554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5946691Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5946826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5946968Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5947122Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5947264Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5947433Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5947570Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5947703Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5947848Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5947979Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5948124Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5948248Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:45:53.5948388Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5948524Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5948663Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5948799Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5948937Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5949072Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5949210Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5949331Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5949472Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5949608Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5949756Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5949889Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5950034Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5950170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5950311Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5950431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5950569Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5950707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5950846Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5950980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5951126Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5951264Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5951405Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5951526Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5951664Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5951798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5951941Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5952081Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5952221Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5952355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5952541Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5952663Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5952843Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5952977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5953122Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5953260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5953405Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5953543Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5953685Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5953807Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5953949Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5954086Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:45:53.5954234Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5954372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5954513Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5954649Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5954797Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5954921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5955066Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5955200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5955344Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5955480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5955624Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5955760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5955899Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5956020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5956162Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5956297Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5956436Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5956570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5956711Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5956846Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5956988Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5957110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5957245Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5957382Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5957527Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5957658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5957794Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5957928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5958102Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5958307Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5958489Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5958627Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5958775Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5958908Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5959051Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5959185Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5959313Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5959449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5959589Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5959722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5959862Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5959993Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5960133Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5960266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5960398Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5960532Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5960670Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5960804Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5960954Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5961089Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5961235Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5961370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5961502Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5961636Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5961780Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5961912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5962051Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5962185Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5962326Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5962459Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5962589Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5962721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5962865Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5963000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5963142Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5963276Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5963415Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5963554Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5963718Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5963857Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5964032Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5964165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5964306Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5964439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5964580Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5964717Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5964846Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5964981Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5965118Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5965250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5965390Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5965528Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5965664Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5965797Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5965924Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5966056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5966196Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5966328Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5966479Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5966612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5966759Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5966891Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5967021Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5967151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5967294Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5967428Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5967573Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5967713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5967857Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5967990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5968122Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5968255Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5968395Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5968529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5968671Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5968803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5968951Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5969118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5969250Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5969411Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5969551Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5969684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5969828Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5969962Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5970102Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5970237Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5970367Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5970503Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5970645Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5970780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5970927Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5971058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5971206Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5971338Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5971482Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5971733Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5971889Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5972025Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5972183Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5972319Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5972475Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5991520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5991772Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5991921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5992070Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5992216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5992381Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5992521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5992682Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5992818Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5992973Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5993109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5993250Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5993385Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5993540Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5993675Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5993964Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5994106Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5994318Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5994454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5994607Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5994744Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5994909Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5995050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5995213Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5995351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5995510Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5995647Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5995793Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5995928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.5996083Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5996216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5996368Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5996504Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5996659Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5996795Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5996934Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5997074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5997225Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5997360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5997508Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5997639Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5997782Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5997916Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5998054Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5998266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5998418Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5998551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5998706Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5998844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5998998Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5999137Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5999275Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5999410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5999595Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.5999731Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.5999912Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6000045Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6000190Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6000323Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6000452Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6000584Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6000731Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6000864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6001008Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6001143Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6001306Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6001444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6001585Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6001720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6001873Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6002005Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6002161Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6002302Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6002458Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6002596Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6002734Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6002873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6003026Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6003161Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6003314Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6003447Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6003601Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6003735Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6003880Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6004016Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6004172Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6004305Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6004460Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6004593Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6004750Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6004885Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6005051Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6005189Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6005379Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6005513Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6005663Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6005796Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6005952Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6006086Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6006237Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6006358Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6006522Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6006657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6006819Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6006954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6007113Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6007247Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6007408Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6007531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6007688Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6007828Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6007984Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6008122Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6008279Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6008415Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6008573Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6008697Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6008851Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6008986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6009138Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6009273Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6009434Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6009570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6009726Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6009847Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6010001Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6010135Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6010288Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6010423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6010617Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6010754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6010936Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6011058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6011208Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6011340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6011488Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6011731Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6011887Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6012025Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6012176Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6012298Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6012456Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6012592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6012744Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6012881Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6013033Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6013164Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6013311Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6013434Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6013578Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6013716Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6013869Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6014001Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6014153Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6014281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6014429Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6014551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6014697Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6014827Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6014972Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6015101Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6015243Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6015370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6015509Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6015627Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6015770Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6015895Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6016081Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6016211Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6016356Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6016521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6016673Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6016794Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6016942Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6017070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6017218Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6017348Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6017496Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6017623Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6017770Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6017890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6018028Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6018153Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6018289Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6018413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6018554Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6018679Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6018819Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6018938Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6019086Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6019216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6019356Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6019482Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6019631Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6019757Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6019906Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6020031Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6020176Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6020304Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6020446Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6020571Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6020714Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6020841Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6020984Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6021103Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6021241Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6021408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6021548Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6021700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6021842Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6021971Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6022111Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6022229Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6022374Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6022501Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6022647Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6022777Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6022925Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6023053Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6023197Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6023320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6023466Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6023594Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6023737Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6023864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6024007Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6024133Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6024272Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6024392Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6024528Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6024651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6024790Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6024914Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6025052Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6025179Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6025319Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6025441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6025583Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6025707Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6025848Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6025973Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6026110Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6026239Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6026375Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6026497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6026663Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6026793Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6026960Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6027086Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6027225Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6027350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6027491Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6027610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6027745Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6027871Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6028008Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6028131Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6028270Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6028399Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6028540Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6028662Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6028799Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6028926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6029064Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6029194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6029333Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6029457Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6029596Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6029718Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6029854Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6029981Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6030115Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6030241Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6030379Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6030507Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6030643Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6030767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6030907Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6031034Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6031176Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6031301Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6031439Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6031564Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6031703Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6031886Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6032023Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6032179Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6032314Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6032441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6032577Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6032703Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6032838Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6032960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6033094Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6033223Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6033362Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6033492Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6033634Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6033758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6033898Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6034022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6034156Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6034284Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6034418Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6034550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6034684Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6034811Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6034948Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6035070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6035204Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6035338Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6035483Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6035618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6035764Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6035899Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6036029Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6036165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6036304Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6036438Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6036579Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6036713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6036853Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6036986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6037113Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6037275Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6037413Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6037578Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6037719Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6037853Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6037989Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6038123Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6038329Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6038470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6038622Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6038761Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6038909Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6039048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6039190Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6039325Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6039453Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6039589Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6039731Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6039866Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6040011Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6040152Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6040295Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6040434Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6040570Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6040706Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6040854Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6040990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6041132Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6041264Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6041404Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6041541Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6041668Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6041802Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6041943Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6042076Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6042215Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6042347Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6042485Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6042621Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6042748Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6042916Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6043059Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6043222Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6043367Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6043502Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6043643Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6043778Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6043911Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6044044Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6044187Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6044322Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6044466Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6044605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6044746Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6044882Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6045010Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6045146Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6045289Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6045423Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6045564Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6045699Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6045840Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6045975Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6046108Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6046242Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6046381Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6046515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6046659Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6046793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6046936Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6047073Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6047204Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6047339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6047482Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6047615Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6047754Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6047888Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6048028Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6048160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6048286Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6048482Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6048624Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6048787Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6048928Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6049062Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6049205Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6049339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6049474Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6049610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6049759Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6049895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6050041Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6050181Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6050324Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6050442Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6050583Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6050719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6050860Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6050997Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6051139Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6051273Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6051410Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6051532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6051797Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6051935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6052074Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6052207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6052356Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6052490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6052641Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6052760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6052905Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6053043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6053185Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6053316Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6053460Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6053596Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6053741Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6053861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6054056Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6054195Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6054376Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6054512Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6054658Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6054793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6054943Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6055062Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6055215Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6055347Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6055493Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6055624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6055770Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6055903Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6056047Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6056168Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6056315Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6056450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6056593Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6056726Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6056870Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6057005Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6057151Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6057272Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6057428Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6057561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6057715Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6057850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6058011Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6058145Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6058304Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6058426Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6058582Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6058715Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6058869Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6059002Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6059156Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6059289Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6059441Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6059591Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6059745Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6059911Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6060061Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6060195Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6060351Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6060485Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6060637Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6060759Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6060921Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6061056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6061220Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6061355Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6061519Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6061654Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6061814Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6061936Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6062094Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6062229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6062389Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6062524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6062679Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6062813Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6062967Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6063099Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6063237Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6063371Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6063520Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6063655Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6063804Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6063942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6064089Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6064222Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6064354Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6064486Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6064635Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6064768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6064912Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6065073Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6065230Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6065392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6065530Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6065664Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6065814Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6065948Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6066097Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6066229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6066379Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6066514Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6066649Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6066782Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6066928Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6067057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6067207Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6067338Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6067483Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6067612Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6067759Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6067893Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6068051Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6068185Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6068339Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6068471Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6068626Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6068760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6068899Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6069033Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6069186Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6069320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6069473Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6069609Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6069762Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6069894Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6070032Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6070165Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6070321Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6070481Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6070638Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6070801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6070955Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6071088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6071228Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6071361Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6071513Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6071648Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6071798Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6071932Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6072081Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6072217Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6072356Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6072489Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6072640Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6072773Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6072933Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6073068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6073229Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6073365Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6073514Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6073648Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6073802Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6073935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6074091Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6074224Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6074379Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6074513Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6074658Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6074793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6074951Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6075086Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6075240Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6075374Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6075523Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6075662Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6075805Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6075969Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6076126Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6076292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6076441Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6076574Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6076725Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6076859Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6076997Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6077132Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6077280Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6077415Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6077561Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6077695Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6077841Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6077973Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6078109Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6078326Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6078476Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6078609Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6078766Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6078904Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6079056Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6079194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6079332Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6079469Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6079619Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6079751Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6079900Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6080033Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6080196Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6080332Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6080478Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6080614Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6080765Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6080898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6081049Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6081184Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6081333Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6081468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6081635Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6081771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6081943Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6082077Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6082226Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6082359Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6082504Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6082637Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6082773Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6082910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6083066Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6083202Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6083356Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6083490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6083642Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6083778Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6083918Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6084053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6084201Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6084337Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6084483Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6084619Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6084766Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6084897Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6085031Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6085162Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6085306Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6085438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6085590Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6085724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6085873Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6086008Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6086151Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6086285Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6086440Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6086574Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6086725Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6086859Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6087056Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6087191Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6087371Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6087493Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6087641Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6087775Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6087920Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6088052Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6088195Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6088326Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6088476Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6088594Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6088741Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6088872Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6089025Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6089161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6089318Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6089454Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6089610Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6089735Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6089887Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6090021Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6090174Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6090312Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6090462Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6090596Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6090746Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6090866Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6091011Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6091145Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6091288Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6091421Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6091566Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6091875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6092021Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6092140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6092287Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6092424Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6092575Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6092768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6092921Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6093095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6093241Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6093365Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6093512Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6093649Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6093795Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6093931Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6094079Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6094215Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6094348Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6094484Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6094630Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6094763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6094906Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6095038Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6095182Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6095313Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6095446Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6095580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6095724Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6095862Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6096009Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6096141Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6096283Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6096414Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6096546Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6096679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6096826Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6096959Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6097104Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6097236Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6097380Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6097513Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6097644Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6097780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6097921Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6098053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6098238Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6098373Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6098553Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6098686Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6098817Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6098952Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6099096Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6099230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6099372Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6099506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6099651Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6099785Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6099915Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6100050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6100191Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6100328Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6100470Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6100605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6100749Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6100883Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6101021Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6101154Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:45:53.6101304Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6101436Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6101580Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6101713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6101855Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6101988Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6102116Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6102248Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6102393Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6102528Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6102670Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6102804Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6102952Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6103085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6103219Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6103350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6103493Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6103627Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6103800Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6103935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6104107Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6104241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6104368Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6104504Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6104643Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6104774Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6104913Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6105047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6105192Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6105325Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6105451Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6105585Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6105729Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6105864Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6106011Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6106142Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6106287Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6106420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6106549Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6106681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6106823Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6106960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6107100Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6107232Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:45:53.6107378Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6107489Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6107619Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6107729Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6107882Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6107994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6108148Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6108258Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6108403Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6108498Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6108644Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6108752Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6108895Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6109003Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6109145Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6109289Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6109434Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6109562Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6109703Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6109810Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6109951Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6110059Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6110201Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6110309Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6110458Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6110553Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6110696Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6110805Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6110953Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6111061Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6111210Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6111319Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6111449Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6111558Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6111700Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6111810Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6111952Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6112065Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6112207Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6112316Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6112446Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6112554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6112695Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6112802Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6112950Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6113058Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6113202Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6113298Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6113447Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6113554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6113701Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6113808Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6113950Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6114059Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6114203Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6114298Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6114439Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6114546Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6114686Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6114829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6114972Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6115146Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6115286Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6115380Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6115526Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6115634Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6115776Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6115885Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6116037Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6116147Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6116284Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6116395Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6116544Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6116652Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6116798Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6116906Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6117051Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6117161Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6117291Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6117399Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6117541Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6117651Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6117792Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6117901Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6118044Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6118231Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6118366Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6118474Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6118625Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6118736Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6118887Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6118997Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6119148Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6119244Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6119396Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6119505Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6119654Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6119765Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6119913Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6120022Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6120166Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6120261Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6120408Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6120557Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6120702Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6120838Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6120987Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6121097Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6121243Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6121338Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6121486Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6121597Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6121744Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6121852Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6121999Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6122106Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6122238Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6122345Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6122487Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6122595Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6122740Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6122848Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6122990Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6123097Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6123244Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6123352Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6123507Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6123617Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6123778Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6123885Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6124049Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6124156Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6124300Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6124408Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6124566Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6124676Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6124832Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6124942Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6125096Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6125203Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6125343Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6125449Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6125598Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6125703Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6125856Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6126004Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6126157Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6126280Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6126443Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6126552Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6126718Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6126827Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6126993Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6127101Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6127261Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6127358Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6127518Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6127628Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6127786Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6127895Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6128053Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6128161Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6128317Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6128410Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6128561Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6128671Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6128821Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6128928Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6129084Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6129190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6129339Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6129432Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6129578Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6129684Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6129834Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6129942Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6130096Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6130205Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6130347Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6130457Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6130610Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6130717Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6130866Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6130976Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6131127Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6131234Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6131370Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6131509Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6131764Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6131929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6132077Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6132186Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6132336Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6132447Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6132585Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6132693Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6132854Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6132966Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6133123Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6133233Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6133390Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6133499Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6133644Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6133754Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6133910Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6134018Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6134172Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6134282Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6134438Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6134532Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6134690Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6134797Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6134947Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6135053Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6135209Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6135318Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6135476Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6135571Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6135727Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6135837Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6135991Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6136101Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6136251Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6136358Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6136506Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6136599Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6136747Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6136854Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6137004Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6137151Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6137303Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6137438Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6137602Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6137697Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6137860Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6137968Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6138128Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6138237Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6138400Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6138509Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6138664Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6138762Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6138920Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6139029Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6139186Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6139296Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6139451Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6139558Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6139702Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6139811Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6139963Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6140071Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6140228Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6140338Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6140495Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6140604Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6140746Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6140854Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6141006Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6141112Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6141263Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6141371Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6141525Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6141633Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6141769Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6141875Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6142023Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6142128Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6142278Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6142385Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6142571Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6142680Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6142822Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6142960Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6143113Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6143219Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6143370Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6143474Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6143622Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6143715Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6143867Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6143976Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6144134Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6144242Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6144400Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6144510Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6144663Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6144758Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6144910Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6145017Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6145168Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6145274Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6145426Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6145532Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6145682Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6145776Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6145926Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6146033Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6146184Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6146290Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6146443Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6146550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6146706Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6146802Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6146961Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6147068Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6147220Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6147326Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6147477Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6147583Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6147720Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6147829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6147977Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6148114Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6148267Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6148408Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6148560Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6148670Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6148805Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6148912Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6149066Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6149173Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6149324Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6149435Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6149592Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6149702Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6149845Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6149953Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6150105Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6150211Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6150361Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6150469Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6150617Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6150722Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6150864Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6150971Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6151123Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6151231Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6151378Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6151485Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6151634Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6151730Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6151878Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6151985Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6152141Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6152248Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6152405Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6152516Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6152673Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6152769Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6152921Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6153030Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6153179Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6153286Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6153434Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6153571Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:45:53.6153721Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6153847Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6153996Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6154104Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6154251Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6154359Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6154509Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6154617Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6154753Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6154861Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6155009Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6155118Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6155271Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6155379Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6155527Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6155637Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6155772Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6155880Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6156026Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6156135Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6156281Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6156389Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6156540Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6156651Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6156788Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6156898Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6157050Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6157161Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6157309Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6157418Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6157568Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6157679Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6157814Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6157924Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6158072Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6158264Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6158417Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6158519Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6158671Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6158779Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6158923Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6159032Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6159214Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6159346Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6159572Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6159722Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6159869Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6159978Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6160123Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6160232Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6160376Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6160484Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6160623Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6160733Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6160883Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6160994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6161141Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6161249Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6161394Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6161501Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6161631Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6161739Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6161880Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6161986Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6162129Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6162236Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6162382Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6162476Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6162615Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6162720Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6162864Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6162969Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6163117Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6163225Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6163373Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6163470Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6163615Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6163723Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6163866Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6163972Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6164114Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6164220Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6164365Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6164459Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6164601Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6164708Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6164901Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6165011Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6165190Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6165298Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6165431Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6165539Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6165683Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6165791Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6165933Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6166040Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6166182Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6166292Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6166423Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6166532Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6166672Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6166779Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6166921Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6167027Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6167169Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6167277Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6167410Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6167516Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6167665Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6167772Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6167923Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6168032Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6168177Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6168272Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6168416Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6168522Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6168665Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6168771Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:45:53.6168908Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.6169039Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.6169170Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.6169321Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6169478Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6169618Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.212s) 2022-12-01T10:45:53.6169755Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6170250Z 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:45:53.6170388Z overwrite_input=overwrite_input, interpolation=interpolation 2022-12-01T10:45:53.6170706Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:45:53.6170805Z overwrite_input, interpolation) 2022-12-01T10:45:53.6170860Z ok (3.487s) 2022-12-01T10:45:53.6171025Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.375s) 2022-12-01T10:45:53.6171159Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:45:53.6171291Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:45:53.6171433Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:45:53.6171696Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6171895Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:45:53.6172089Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:45:53.6172282Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:45:53.6172454Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:45:53.6172642Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:53.6172825Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:53.6173005Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:53.6173179Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:53.6173317Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6173473Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6173617Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6173770Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6173899Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6174051Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6174188Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6174340Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6174477Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6174627Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6174767Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6174920Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6175043Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6175197Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6175331Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6175484Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6175620Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6175768Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6175900Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6176048Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6176222Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6176376Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6176549Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6176699Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6176837Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6176988Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6177125Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6177273Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6177396Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6177547Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6177682Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6177831Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6177968Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6178117Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6178253Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6178400Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6178524Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6178673Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6178808Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6178960Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6179093Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6179243Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6179379Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6179527Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6179652Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6179799Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6179935Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6180087Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6180224Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6180370Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6180508Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6180656Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6180779Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6180924Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6181058Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6181205Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6181339Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6181486Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6181658Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6181807Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6181965Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6182111Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6182250Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6182395Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6182532Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6182680Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6182817Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6182965Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6183101Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6183239Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6183374Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6183520Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6183654Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6183802Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6183940Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6184088Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6184221Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6184358Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6184493Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6184644Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6184785Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6184933Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6185076Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6185223Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6185362Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6185498Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6185638Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6185785Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6185924Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6186072Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6186210Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6186360Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6186498Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6186634Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6186770Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6186916Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6187090Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6187241Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6187409Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6187557Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6187699Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6187835Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6187971Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6188118Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6188255Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6188405Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6188541Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6188691Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6188830Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6188967Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6189103Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6189252Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6189400Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6189548Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6189700Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6189845Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6189999Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6190143Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6190280Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6190423Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6190569Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6190714Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6190861Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6191007Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6191156Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6191306Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6191440Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6191590Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6191736Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6191884Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6192028Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6192176Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6192357Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6192508Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6192671Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6192818Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6192964Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6193110Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6193257Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6193406Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6193550Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6193701Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6193831Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6193979Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6194123Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6194271Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6194414Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6194560Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6194703Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6194851Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6194995Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6195133Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6195279Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6195431Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6195575Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6195724Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6195864Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6196012Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6196155Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6196292Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6196437Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6196585Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6196729Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6196876Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6197017Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6197164Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6197313Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6197447Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6197593Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6197772Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6197920Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6198098Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6198342Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6198495Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6198640Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6198776Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6198922Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6199070Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6199219Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6199365Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6199512Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6199661Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6199811Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6199958Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6200093Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6200238Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6200383Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6200532Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6200677Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6200829Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6200974Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6201124Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6201257Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6201407Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6201553Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6201700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6201848Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6201998Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6202144Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6202292Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6202432Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6202580Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6202729Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6202877Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6203022Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6203258Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6203405Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6203583Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6203716Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6203864Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6204007Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6204153Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6204295Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6204442Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6204587Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6204736Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6204881Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6205016Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6205159Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6205306Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6205455Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6205601Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6205748Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6205896Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6206040Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6206177Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6206325Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6206472Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6206615Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6206762Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6206905Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6207054Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6207196Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6207333Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6207472Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6207619Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6207762Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6207906Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6208046Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6208193Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6208335Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6208469Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6208636Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6208785Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6208952Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6209101Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6209237Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6209387Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6209525Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6209661Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6209803Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6209952Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6210094Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6210243Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6210384Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6210532Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6210671Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6210818Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6210945Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6211092Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6211233Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6211381Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6211519Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6211777Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6211916Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6212064Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6212188Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6212336Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6212472Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6212620Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6212759Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6212907Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6213046Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6213195Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6213321Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6213469Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6213613Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6213760Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6213902Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6214122Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6214261Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6214444Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6214567Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6214713Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6214851Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6214998Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6215134Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6215282Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6215419Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6215568Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:45:53.6215693Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6215843Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6215978Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6216145Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6216286Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6216453Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6216595Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6216761Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6216892Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6217053Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6217190Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6217347Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6217481Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6217639Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6217777Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6217927Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6218071Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6218210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6218350Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6218500Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6218636Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6218797Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6218930Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6219081Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6219217Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6219352Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6219513Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6219665Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6219829Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6219978Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6220115Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6220264Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6220399Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6220533Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6220668Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6220816Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:45:53.6220998Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6221214Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6221358Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6221521Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6221659Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6221807Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6221943Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6222101Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6222235Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6222395Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6222535Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6222686Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6222823Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6222963Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6223100Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6223248Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6223383Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6223532Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6223671Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6223820Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6223956Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6224093Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6224233Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6224381Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6224519Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6224666Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6224817Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6225000Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6225150Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6225332Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6225464Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6225614Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6225756Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6225906Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6226051Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6226198Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6226346Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6226495Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6226630Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6226779Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6226923Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6227071Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6227216Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6227362Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6227504Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6227651Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6227780Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6228271Z 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:45:53.6228369Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:45:53.6228436Z ok (0.002s) 2022-12-01T10:45:53.6228573Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6228720Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6228866Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6229013Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6229139Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6229289Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6229428Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6229575Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6229711Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6229859Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:45:53.6229998Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6230409Z 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:45:53.6230590Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:45:53.6230896Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:45:53.6231020Z x = asanyarray(arr - arrmean) 2022-12-01T10:45:53.6231087Z ok (0.003s) 2022-12-01T10:45:53.6231263Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6231411Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6231550Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6231700Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6231822Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6231973Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6232111Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6232258Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T10:45:53.6232394Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6232541Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:45:53.6232677Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6232840Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6232963Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6233120Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6233252Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6233409Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6233540Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6233697Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:45:53.6233834Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6233991Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6234126Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6234269Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6234413Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6234564Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6234707Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6234860Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6235005Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6235161Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6235308Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6235449Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6235592Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6235745Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:45:53.6235887Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6236039Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:45:53.6236180Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6236364Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6236500Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6236672Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6236812Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6236961Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:45:53.6237098Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6237252Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-12-01T10:45:53.6237387Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6237541Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:45:53.6237676Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6237814Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:45:53.6237948Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6238100Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:45:53.6238316Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6238472Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:45:53.6238602Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6238763Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.035s) 2022-12-01T10:45:53.6238898Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6239060Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6239182Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6239345Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6239477Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6239636Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.044s) 2022-12-01T10:45:53.6239773Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6239934Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.044s) 2022-12-01T10:45:53.6240069Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6240227Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.044s) 2022-12-01T10:45:53.6240360Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6240518Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-12-01T10:45:53.6240662Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6240819Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6240960Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6241119Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6241264Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6241419Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6241551Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6241761Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-12-01T10:45:53.6241905Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6242090Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-12-01T10:45:53.6242232Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6242384Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6242519Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6242674Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:45:53.6242812Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6242953Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.051s) 2022-12-01T10:45:53.6243093Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6243252Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.048s) 2022-12-01T10:45:53.6243390Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6243546Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.049s) 2022-12-01T10:45:53.6243680Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6243835Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.060s) 2022-12-01T10:45:53.6243968Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6244112Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:45:53.6244243Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6244400Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.059s) 2022-12-01T10:45:53.6244548Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6244722Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.519s) 2022-12-01T10:45:53.6244871Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6245042Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.309s) 2022-12-01T10:45:53.6245192Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6245350Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.366s) 2022-12-01T10:45:53.6245498Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6245667Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.503s) 2022-12-01T10:45:53.6245819Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6245988Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.764s) 2022-12-01T10:45:53.6246137Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6246301Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.753s) 2022-12-01T10:45:53.6246461Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6246631Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.943s) 2022-12-01T10:45:53.6246776Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6246944Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.317s) 2022-12-01T10:45:53.6247127Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6247298Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.392s) 2022-12-01T10:45:53.6247486Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6247651Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.792s) 2022-12-01T10:45:53.6247809Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6247979Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.811s) 2022-12-01T10:45:53.6248132Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6248287Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.528s) 2022-12-01T10:45:53.6248443Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6248610Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.354s) 2022-12-01T10:45:53.6248760Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6248929Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.304s) 2022-12-01T10:45:53.6249081Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6249250Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.528s) 2022-12-01T10:45:53.6249397Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6249563Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.614s) 2022-12-01T10:45:53.6249701Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6249867Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.490s) 2022-12-01T10:45:53.6250016Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6250184Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.654s) 2022-12-01T10:45:53.6250333Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6250499Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.392s) 2022-12-01T10:45:53.6250643Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6250810Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.640s) 2022-12-01T10:45:53.6250930Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6251066Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6251201Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6251336Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6251471Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6251711Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6251846Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6251979Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6252098Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6252231Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6252363Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6252559Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6252693Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6252862Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6252990Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6253122Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6253238Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6253369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6253498Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6253632Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6253761Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6253897Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6254025Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6254159Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6254281Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6254411Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6254543Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6254673Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6254805Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6254936Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6255066Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6255187Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6255316Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6255448Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6255581Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6255712Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6255840Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6255970Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6256100Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6256219Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6256348Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6256478Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6256612Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6256743Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6256878Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6257007Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6257141Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6257260Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6257389Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6257519Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6257649Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6257779Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6257937Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6258069Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6258228Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6258348Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6258477Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6258606Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6258736Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6258864Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6259001Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6259131Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6259266Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6259383Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6259515Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6259646Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6259776Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6259907Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6260038Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6260171Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6260300Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6260419Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6260548Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6260678Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6260805Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6260938Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6261066Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6261196Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6261311Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6261442Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6261579Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6261708Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6261842Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6261973Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6262108Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6262239Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6262360Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6262490Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6262623Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6262751Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6262883Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6263016Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6263149Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6263279Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6263427Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6263560Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6263723Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6263856Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6263991Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6264121Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6264255Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6264388Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6264508Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6264638Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6264771Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6264900Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6265034Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6265164Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6265298Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6265430Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6265550Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6265682Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6265824Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6265956Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6266107Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6266239Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6266389Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6266520Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6266651Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6266780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6266920Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6267049Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6267188Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6267317Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6267459Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6267590Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6267722Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6267854Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6267992Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6268124Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6268264Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6268397Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6268538Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6268671Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6268831Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6268965Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6269138Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6269269Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6269410Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6269541Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6269680Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6269799Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6269937Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6270068Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6270207Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6270340Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6270478Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6270608Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6270745Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6270863Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6271003Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6271135Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6271275Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6271408Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6271551Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6271682Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6271820Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6271938Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6272075Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6272205Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6272343Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6272474Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6272612Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6272741Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6272880Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6272999Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6273145Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6273275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6273415Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6273543Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6273681Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6273810Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6273951Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6274070Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6274242Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6274375Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6274543Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6274673Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6274813Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6274944Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6275084Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6275201Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6275344Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6275473Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6275615Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6275745Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6275888Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6276017Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6276158Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6276277Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6276415Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6276545Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6276685Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6276819Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6276960Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6277089Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6277230Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6277348Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6277486Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6277618Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6277764Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6277894Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6278038Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6278270Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6278416Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6278535Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6278676Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6278805Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6278944Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6279078Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6279215Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6279348Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6279485Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6279657Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6279799Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6279929Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6280099Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6280230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6280370Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6280501Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6280642Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6280759Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6280903Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6281036Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6281176Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6281307Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6281448Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6281579Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6281717Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6281837Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6281972Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6282104Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6282239Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6282371Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6282506Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6282636Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6282775Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6282893Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6283026Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6283156Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6283291Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6283419Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6283557Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6283685Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6283808Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6283941Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6284075Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6284204Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6284338Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6284472Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6284609Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6284742Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6284865Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6284997Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6285171Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6285303Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6285502Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6285633Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6285769Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6285899Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6286023Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6286154Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6286287Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6286416Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6286550Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6286683Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6286817Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6286947Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6287067Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6287200Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6287332Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6287462Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6287595Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6287726Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6287858Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6287991Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6288117Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6288249Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6288385Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6288515Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6288647Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6288780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6288931Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6289060Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6289180Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6289313Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6289442Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6289575Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6289706Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6289837Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6289965Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6290083Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6290213Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6290343Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6290479Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6290936Z 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:45:53.6291042Z keepdims=keepdims) 2022-12-01T10:45:53.6291341Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:45:53.6291435Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:45:53.6291490Z ok (0.001s) 2022-12-01T10:45:53.6291751Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6292139Z 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:45:53.6292232Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:45:53.6292298Z ok (0.001s) 2022-12-01T10:45:53.6292431Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6292567Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6292701Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6292826Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6292957Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6293088Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6293216Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6293347Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6293484Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6293613Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6293748Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6293869Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6294000Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6294134Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6294264Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6294395Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6294528Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6294658Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6294787Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6294904Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6295032Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6295163Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6295291Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6295422Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6295551Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6295681Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6295809Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6295927Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6296064Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6296442Z 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:45:53.6296507Z **kwargs) 2022-12-01T10:45:53.6296572Z ok (0.001s) 2022-12-01T10:45:53.6296764Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6296897Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6297057Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6297188Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6297318Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6297450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6297583Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6297714Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:45:53.6297842Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6297976Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6298098Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6298231Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6298361Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6298490Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6298620Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6298747Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6298875Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6299004Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6299117Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6299243Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6299369Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6299501Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6299627Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6299760Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6299884Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6300017Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6300130Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6300258Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6300382Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6300515Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6300640Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6300773Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6300904Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6301035Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6301154Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6301283Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6301411Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6301538Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6301664Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6301792Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6301920Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6302035Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6302191Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6302320Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6302479Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6302610Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6302737Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6302868Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6302994Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6303112Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6303241Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6303369Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6303500Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6303627Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6303757Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6303886Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6304014Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6304129Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6304253Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6304378Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6304506Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6304637Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6304764Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6304895Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6305021Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6305140Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6305266Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6305398Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6305532Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6305660Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6305789Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6305916Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6306045Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6306161Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6306289Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6306422Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6306554Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6306683Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6306810Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6306938Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6307051Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6307182Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6307306Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6307435Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6307596Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6307730Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6307886Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6308014Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6308135Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6308265Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6308398Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6308531Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6308664Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6308794Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6308927Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6309055Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6309174Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6309301Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6309428Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6309555Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6309685Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6309813Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6309942Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6310069Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6310189Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6310320Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6310452Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6310584Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6310715Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6310846Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6310977Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6311107Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6311223Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6311353Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6311482Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6311612Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6311743Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6311873Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6312003Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6312118Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6312256Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6312385Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6312530Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6312661Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6312805Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6312965Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6313110Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6313257Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6313398Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6313526Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6313665Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6313794Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6313932Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6314060Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6314198Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6314318Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6314454Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6314585Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6314722Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6314850Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6314985Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6315114Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6315252Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6315369Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6315504Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6315634Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6315770Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6315900Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6316036Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6316167Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6316303Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6316420Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6316557Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6316688Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6316823Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6316954Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6317089Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6317221Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6317359Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6317476Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6317613Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6317741Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6317876Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6318006Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6318140Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6318402Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6318539Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6318685Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6318820Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6318951Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6319085Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6319216Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6319351Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6319482Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6319623Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6319744Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6319886Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6320014Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6320156Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6320285Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6320422Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6320551Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6320689Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6320806Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6320942Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6321074Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6321212Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6321341Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6321481Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6321610Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6321752Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6321868Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6322012Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6322140Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6322279Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6322409Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6322547Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6322676Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6322814Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6322930Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6323065Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6323193Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6323330Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6323458Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6323594Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6323756Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6323895Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6324015Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6324189Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6324317Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6324459Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6324590Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6324725Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6324853Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6324991Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6325110Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6325248Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6325397Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6325533Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6325679Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6325812Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6325944Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6326082Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6326217Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6326355Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6326487Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T10:45:53.6326623Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6326757Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6326899Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6327031Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6327161Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6327291Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6327428Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6327560Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6327696Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6327827Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6327962Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6328094Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6328216Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6328345Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6328481Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6328610Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6328744Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6328875Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6329009Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6329169Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6329294Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6329423Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:45:53.6329589Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6329718Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6329852Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6329982Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6330114Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6330262Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6330382Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6330512Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6330645Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6330774Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6330910Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6331054Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6331187Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6331318Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6331439Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6331567Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6331826Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6331955Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6332089Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6332235Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6332369Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6332499Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6332620Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6332753Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6332885Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6333014Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6333143Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6333272Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6333402Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6333530Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6333651Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6333779Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6333909Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6334037Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:45:53.6334165Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6334296Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6334432Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6334563Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6334738Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6334890Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6335021Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6335187Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6335316Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6335445Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6335573Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6335689Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6335817Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6335945Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6336069Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6336198Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6336327Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6336460Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6336589Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6336706Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:45:53.6336839Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6336986Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6337116Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6337261Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6337392Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6337542Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6337673Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6337809Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6337940Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6338084Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6338211Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6338344Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6338477Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6338611Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6338741Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6338858Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:45:53.6338987Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6339132Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6339262Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6339393Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6339520Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6339648Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6339776Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6339894Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6340020Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6340183Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6340310Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6340439Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6340594Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6340723Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:45:53.6340848Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6340966Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:45:53.6341101Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6341249Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6341379Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6341526Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6341658Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6341809Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6341940Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6342072Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6342202Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6342346Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:45:53.6342491Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6342749Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-12-01T10:45:53.6342892Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6343108Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6343252Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6343451Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6343595Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6343803Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:45:53.6343941Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6344149Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6344289Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6344495Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6344633Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6344830Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:45:53.6344973Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6345179Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6345316Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6345519Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6345663Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6345871Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-12-01T10:45:53.6346014Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6346205Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6346348Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6346588Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6346732Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6346965Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:45:53.6347104Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6347309Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6347447Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6347641Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6347781Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6347985Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:45:53.6348124Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6348329Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6348471Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6348674Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:45:53.6348821Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6349044Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6349187Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6349422Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6349565Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6349797Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6349941Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6350177Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6350317Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6350535Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6350674Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6350898Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6351036Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6351262Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6351406Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6351633Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6351774Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6351987Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6352135Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6352367Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6352512Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6352745Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6352888Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6353152Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6353299Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6353556Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6353683Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6353911Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6354048Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6354271Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6354408Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6354633Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6354778Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6355002Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6355130Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6355354Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:45:53.6355493Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6355748Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6355898Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6356104Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:45:53.6356250Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6356459Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:45:53.6356590Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6356795Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6356940Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6357145Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:45:53.6357287Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6357537Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6357679Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6357931Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6358058Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6358341Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:45:53.6358486Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6358743Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6358882Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6359089Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-12-01T10:45:53.6359232Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6359439Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-12-01T10:45:53.6359565Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6359811Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6370614Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6370942Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:45:53.6371138Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6371353Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:45:53.6371498Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6371826Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6371971Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6372190Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:45:53.6372339Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6372536Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:45:53.6372681Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6372937Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6373081Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6373336Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6373474Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6373684Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:45:53.6373827Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6374065Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:45:53.6374208Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6374417Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-12-01T10:45:53.6374559Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.088s) 2022-12-01T10:45:53.6374693Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6374814Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6374943Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6375061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6375184Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6375304Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6375436Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6375552Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6375683Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6375804Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6375936Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6376058Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6376173Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6376295Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6376422Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6376540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6376666Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6376786Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6376914Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6377083Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6377213Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6377329Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6377497Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6377635Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:45:53.6377767Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6377884Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6378014Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6378117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6378247Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6378364Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6378494Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6378615Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6378746Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6378869Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6378999Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6379104Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6379232Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6379352Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6379478Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6379596Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6379723Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6379843Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6379959Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6380080Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6380215Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6380332Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6380459Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6380577Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6380709Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6380827Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6380943Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6381061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6381189Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6381307Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6381435Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6381556Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6381683Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6381786Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6381912Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6382029Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6382156Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6382274Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6382400Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6382516Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6382677Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6382782Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6382910Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6383057Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6383194Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6383310Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6383445Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6383561Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6383692Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6383798Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6383927Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6384046Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6384174Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6384292Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6384421Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6384538Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6384651Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6384768Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6384894Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6385011Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6385136Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6385255Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6385381Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6385523Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:45:53.6385646Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6385767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6385902Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6386020Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6386154Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6386271Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6386403Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6386505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6386635Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6386753Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6386882Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6386998Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6387130Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6387250Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6387380Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6387482Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6387612Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6387729Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6387865Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6387982Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6388115Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6388301Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6388437Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6388568Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6388699Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6388816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6388945Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6389061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6389191Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6389307Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6389423Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6389542Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6389675Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6389791Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6389921Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6390040Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6390183Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6390300Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6390424Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6390540Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6390686Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6390802Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6390950Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6391068Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6391208Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6391327Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6391450Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6391565Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6391701Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6391815Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6391953Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6392073Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6392217Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6392323Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6392462Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6392582Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6392719Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6392836Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6392976Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6393091Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6393245Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6393349Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6393504Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6393622Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6393803Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6393922Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6394097Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6394213Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6394359Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6394462Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6394605Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6394721Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6394862Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6394978Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6395119Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6395237Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6395380Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6395485Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6395621Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6395740Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6395879Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6395996Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6396132Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6396249Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6396371Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6396491Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6396628Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6396749Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6396887Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6397005Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6397149Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6397267Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6397393Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6397509Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6397645Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6397762Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6397902Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6398019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6398237Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6398360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6398483Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6398599Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6398733Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6398849Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6398984Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6399100Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6399273Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6399377Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6399523Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6399667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6399809Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6399926Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6400063Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6400178Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6400315Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6400416Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6400555Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6400675Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6400812Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6400933Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6401069Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6401187Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6401325Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6401429Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6401564Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6401681Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6401824Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6401940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6402084Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6402201Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6402329Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6402446Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6402581Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6402698Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6402836Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6402954Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6403091Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6403209Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6403336Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6403454Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6403591Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6403710Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6403845Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6403961Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6404109Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6404228Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6404362Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6404480Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6404624Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6404769Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6404917Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6405061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6405203Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6405320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6405445Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6405559Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6405700Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6405815Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6405953Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6406067Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6406210Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6406314Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6406453Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6406570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6406710Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6406826Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6406965Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6407080Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6407218Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6407322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6407461Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6407577Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6407713Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6407833Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6407974Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6408092Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6408227Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6408331Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6408467Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6408583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6408718Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6408839Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6408975Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6409094Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6409221Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6409340Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6409477Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6409592Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6409731Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6409848Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6409985Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6410102Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6410269Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6410390Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6410561Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6410678Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6410823Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6410941Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6411080Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6411198Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6411322Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6411439Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6411700Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6411821Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6411957Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6412076Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6412212Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6412316Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6412453Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6412571Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6412709Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6412826Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6412964Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6413084Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6413227Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6413330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6413475Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6413593Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6413729Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6413849Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6413985Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6414101Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6414236Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6414338Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6414476Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6414592Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6414728Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6414845Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6414981Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6415098Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6415217Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6415335Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6415474Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6415589Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6415724Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6415904Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6416047Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6416201Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6416329Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6416446Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6416584Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6416701Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6416837Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6416955Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6417092Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6417208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6417332Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6417448Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6417587Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6417702Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6417836Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6417953Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6418088Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6418206Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6418325Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6418440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6418578Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6418697Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6418842Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6418962Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6419103Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6419207Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6419346Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6419463Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6419598Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6419715Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6419850Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6419970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6420105Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6420208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6420347Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6420464Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6420595Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6420711Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6420851Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6420971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6421106Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6421209Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6421377Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6421496Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6421632Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6421777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6421913Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6422031Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6422148Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6422268Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6422397Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6422513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6422643Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6422760Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6422898Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6423017Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6423141Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6423258Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6423394Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6423515Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6423647Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6423767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6423901Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6424004Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6424140Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6424256Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6424391Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6424510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6424642Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6424758Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6424889Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6424993Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6425124Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6425241Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6425369Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6425487Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6425616Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6425734Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6425867Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6425971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6426101Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6426218Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6426348Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6426465Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6426602Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6426720Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6426877Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6426997Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6427126Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6427274Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6427403Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6427521Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6427650Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6427767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6427882Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6427998Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6428125Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6428240Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6428373Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6428491Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6428621Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6428724Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6428854Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6428970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6429104Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6429220Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6429353Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6429469Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6429599Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6429704Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6429838Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6429957Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6430084Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6430201Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6430331Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6430448Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6430575Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6430677Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6430810Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6430925Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6431058Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6431174Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6431304Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6431422Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6431539Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6431657Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6431785Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6431902Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6432030Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6432147Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6432274Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6432418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6432532Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6432649Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6432807Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6432924Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6433052Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6433167Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:45:53.6433297Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6433400Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6433534Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6433649Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6433783Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6433899Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6434028Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6434146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6434274Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6434378Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6434506Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:45:53.6434625Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:45:53.6435100Z 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:45:53.6435268Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:45:53.6435340Z ok (0.009s) 2022-12-01T10:45:53.6435503Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:45:53.6435661Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6435805Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6435932Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (0.979s) 2022-12-01T10:45:53.6436069Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.6436223Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:45:53.6436378Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:45:53.6436527Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6436677Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6436806Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T10:45:53.6436932Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T10:45:53.6437083Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:45:53.6437226Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:45:53.6437366Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.6437506Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.6437637Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.6437773Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:45:53.6437945Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6438246Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:53.6438858Z 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:45:53.6438972Z torch.sum(x, 0, out=y) 2022-12-01T10:45:53.6439042Z ok (0.002s) 2022-12-01T10:45:53.6439182Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.211s) 2022-12-01T10:45:53.6439346Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6439482Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:45:53.6439618Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.171s) 2022-12-01T10:45:53.6440017Z 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:45:53.6440143Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:45:53.6440199Z ok (0.019s) 2022-12-01T10:45:53.6440340Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T10:45:53.6440478Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T10:45:53.6440612Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6440745Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6440876Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6441013Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6441145Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.6441313Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:45:53.6441463Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.032s) 2022-12-01T10:45:53.6441838Z 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:45:53.6441912Z out=out, **kwargs) 2022-12-01T10:45:53.6442205Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:45:53.6442369Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:45:53.6442660Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:45:53.6442729Z **kwargs) 2022-12-01T10:45:53.6443003Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:45:53.6443185Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:45:53.6443475Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:45:53.6443638Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:45:53.6443913Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:45:53.6443992Z keepdims=keepdims) 2022-12-01T10:45:53.6444063Z ok (0.021s) 2022-12-01T10:45:53.6444509Z 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:45:53.6444672Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:45:53.6444729Z ok (0.008s) 2022-12-01T10:45:53.6444917Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6445072Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:45:53.6445224Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:45:53.6445370Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6445497Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (0.945s) 2022-12-01T10:45:53.6445655Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:53.6445778Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.6445938Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:45:53.6446091Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:45:53.6446240Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6446384Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:45:53.6446513Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.119s) 2022-12-01T10:45:53.6446651Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T10:45:53.6446787Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:45:53.6446920Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:45:53.6447038Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:45:53.6447180Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.6447324Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:45:53.6447463Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:45:53.6447607Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:45:53.6447620Z 2022-12-01T10:45:53.6447822Z ---------------------------------------------------------------------- 2022-12-01T10:45:53.6447904Z Ran 2905 tests in 180.106s 2022-12-01T10:45:53.6447910Z 2022-12-01T10:45:53.6448011Z OK (skipped=98, expected failures=48) 2022-12-01T10:45:53.6448016Z 2022-12-01T10:45:53.6448088Z Generating XML reports... 2022-12-01T10:45:53.6448388Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201104252.xml 2022-12-01T10:45:53.6448394Z 2022-12-01T10:45:53.6448800Z ##[endgroup] 2022-12-01T10:45:53.6449085Z FINISHED PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_uf_bv4qu) 2022-12-01T10:45:53.6449090Z 2022-12-01T10:45:53.6449241Z Running test_nn ... [2022-12-01 10:45:53.537971] 2022-12-01T10:45:53.6449563Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:53.538286] 2022-12-01T10:49:23.6990673Z 2022-12-01T10:49:23.6991051Z Expand the folded group to see the log file of test_nn 2022-12-01T10:49:23.6993827Z ##[group]PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_3a9qfysd) 2022-12-01T10:49:23.6994823Z Test results will be stored in test-reports/python-unittest/test_nn 2022-12-01T10:49:23.6995083Z 2022-12-01T10:49:23.6997086Z Running tests... 2022-12-01T10:49:23.6998005Z ---------------------------------------------------------------------- 2022-12-01T10:49:23.6998502Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-12-01T10:49:23.6998909Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-12-01T10:49:23.6999608Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T10:49:23.6999968Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T10:49:23.7000338Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-12-01T10:49:23.7000808Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.281s) 2022-12-01T10:49:23.7001241Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7001655Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7002654Z 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:49:23.7003396Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:23.7003741Z ok (0.009s) 2022-12-01T10:49:23.7004081Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T10:49:23.7004473Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:49:23.7004911Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7005293Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:49:23.7005673Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7006030Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T10:49:23.7006413Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7006856Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7007266Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7007643Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:49:23.7008055Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7008411Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7008780Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:49:23.7009179Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7009540Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.041s) 2022-12-01T10:49:23.7009997Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-12-01T10:49:23.7010472Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7011018Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7011491Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7012155Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.015s) 2022-12-01T10:49:23.7012696Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T10:49:23.7013255Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7013637Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.198s) 2022-12-01T10:49:23.7014019Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.069s) 2022-12-01T10:49:23.7014498Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7014978Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.009s) 2022-12-01T10:49:23.7015425Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-12-01T10:49:23.7016650Z 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:49:23.7017696Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:23.7018169Z ok (0.002s) 2022-12-01T10:49:23.7018576Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T10:49:23.7019120Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7019564Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:49:23.7020020Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7020541Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:49:23.7021116Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:49:23.7021522Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T10:49:23.7022022Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7022590Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:49:23.7022987Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7023380Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7023862Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7024349Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7024840Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7025294Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-12-01T10:49:23.7026548Z 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:49:23.7027286Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:23.7027592Z ok (0.001s) 2022-12-01T10:49:23.7027943Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7028439Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7028890Z test_linear (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7029352Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:49:23.7029901Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7030431Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7030922Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:49:23.7031432Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7031796Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:49:23.7033265Z 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:49:23.7034564Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:49:23.7035055Z ok (0.003s) 2022-12-01T10:49:23.7035468Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:49:23.7035882Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T10:49:23.7036368Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-12-01T10:49:23.7036808Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T10:49:23.7037464Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-12-01T10:49:23.7040150Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:49:23.7040805Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:49:23.7041416Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.011s) 2022-12-01T10:49:23.7041927Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7042433Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7042750Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7043081Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7043395Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7043724Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7044050Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7044382Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7044688Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7044979Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7045320Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7045671Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7045983Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7046303Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7046623Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7046941Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7047259Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7047582Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7047893Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7048223Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7048540Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7048858Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7049157Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7049475Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7049792Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7050107Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7050428Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.074s) 2022-12-01T10:49:23.7050740Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7051042Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7051333Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7051811Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7052289Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7052767Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7053499Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7053940Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7054313Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7054615Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7054931Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7055250Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7055567Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7055889Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7056221Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7056538Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7056843Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7057171Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7057516Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7057826Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7058141Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7058463Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7058803Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7059122Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7059450Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7059743Z test_AvgPool1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7060012Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7060294Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7060599Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7060886Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7061165Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7061460Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7061760Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7062030Z test_AvgPool2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7062309Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7062591Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7062886Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7063176Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7063484Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7063794Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7064103Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7064435Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7064792Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7065166Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7065499Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7065860Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7066191Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7066499Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7066789Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7067080Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7067369Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7067654Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7067960Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7068241Z test_AvgPool3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7068510Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7068790Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7069087Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7069386Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7069668Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7070007Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7070362Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7070739Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7071095Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7071407Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7071724Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7072052Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7072408Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7072776Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7073165Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7073522Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7074047Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7074631Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7075242Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7075693Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7076060Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7076436Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7076893Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7077364Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7077722Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7078070Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7078404Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7078739Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7079071Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7079383Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7079678Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7079975Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7080252Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7080572Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7080915Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7081212Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7081513Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7081821Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7082158Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7082499Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7082834Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7083160Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7083504Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7083801Z test_BCELoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7084068Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7084387Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7084701Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7085020Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7085299Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7085613Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7085962Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7086294Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7086596Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7086912Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7087262Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7087637Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7087943Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7088249Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7088641Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7088970Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7089266Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7089555Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7089840Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7090143Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7090446Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7090765Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7091106Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7091460Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7091924Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7092208Z test_BCELoss_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7092505Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7092844Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7093177Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7093498Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7093796Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7094106Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7094410Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7094732Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7095039Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7095349Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7095686Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7096034Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7096732Z 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:49:23.7097143Z warnings.warn(warning.format(ret)) 2022-12-01T10:49:23.7097618Z /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:49:23.7097977Z warnings.warn(warning.format(ret)) 2022-12-01T10:49:23.7098180Z ok (0.009s) 2022-12-01T10:49:23.7098440Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7098772Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7099114Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7099573Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7099978Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7100313Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7100654Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7101036Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7101403Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7101734Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7102078Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7102441Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7102821Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7103148Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7103472Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7103784Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7104119Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7104456Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7104802Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7105167Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7105547Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7105874Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7106191Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7106558Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7106919Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7107227Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7107521Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7107821Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7108130Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7108431Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7108751Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7109071Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7109397Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7109693Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7109989Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7110287Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7110623Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7110928Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7111290Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7111617Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7111949Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7112257Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7112564Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7112868Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7113174Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7113489Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7113812Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7114122Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7114454Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7114766Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7115069Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7115359Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7115672Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7115964Z test_BatchNorm2d (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7116223Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7116542Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7116863Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7117261Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7117585Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7117873Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7118163Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7118443Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7118747Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7119051Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7119364Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7119656Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7119960Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7120264Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7120569Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7120878Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7121200Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7121562Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7121885Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7122231Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7122532Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7122825Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7123137Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7123428Z test_BatchNorm3d (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7123693Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7124004Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7124323Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7124659Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7124989Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7125275Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7125568Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7125860Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7126146Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7126451Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7126766Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7127059Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7127367Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7127676Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7127994Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7128295Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7128619Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7128944Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7129269Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7129577Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7129944Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7130290Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7130597Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7130883Z test_CELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7131150Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7131415Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7131881Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7132164Z test_CELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7132444Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7132742Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7133167Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7133548Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7133943Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7134301Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7134706Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7135051Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7135379Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7135761Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7136108Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7136472Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7136859Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7137194Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7137515Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7137870Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7138184Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7138530Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7138911Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7139263Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7139547Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7139847Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7140142Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7140443Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7140792Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7141115Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7141461Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7141832Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7142152Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7142465Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7142801Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7143124Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7143471Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7143876Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7144208Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7144527Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7144815Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T10:49:23.7145100Z test_ConstantPad1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7145349Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7145651Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7145955Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7146256Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7146587Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7146874Z test_ConstantPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7147126Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7147434Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7147763Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7148062Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7148368Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7148666Z test_ConstantPad3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7148929Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7149226Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7149559Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7149857Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7150171Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7150451Z test_Conv1d (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7150704Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:49:23.7151019Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7151328Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7151605Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7151897Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7152174Z test_Conv1d_groups (__main__.TestNN) ... ok (0.060s) 2022-12-01T10:49:23.7152446Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7153227Z 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:49:23.7153816Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-12-01T10:49:23.7154042Z ok (0.004s) 2022-12-01T10:49:23.7154238Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7154516Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7154795Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7155075Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7155351Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7155665Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7155936Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7156252Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7156537Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7156785Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7157060Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7157459Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7157754Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7158044Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7158333Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7158623Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7158922Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7159225Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7159538Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7159860Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7160147Z test_Conv1d_stride (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7160427Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7160712Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7161000Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7161280Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7161587Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7161869Z test_Conv2d (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7162090Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7162329Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7162580Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7162836Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-12-01T10:49:23.7163152Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7163472Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7163747Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.027s) 2022-12-01T10:49:23.7164023Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7164317Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:49:23.7164627Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7164920Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7165226Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7165529Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:49:23.7165833Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7166133Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7166456Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7166754Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7167063Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7167367Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7167731Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7168025Z test_Conv2d_groups (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:49:23.7168296Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7168581Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7168846Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7169096Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:49:23.7169387Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7169696Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7170022Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7170326Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7170645Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7170953Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7171261Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7171744Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7172059Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7172330Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7172577Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7172860Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7173159Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7173465Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7173757Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:49:23.7174041Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7174332Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7174620Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7174908Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7175194Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7175463Z test_Conv2d_padding (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7175751Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7176050Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7176371Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7176665Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7176973Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7177285Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7177590Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7177882Z test_Conv2d_strided (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7178230Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7178530Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7178875Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7179181Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7179480Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7179759Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7180050Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7180355Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7180680Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7180981Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7181288Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7181572Z test_Conv3d (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7181804Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7182094Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7182396Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7182721Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7183020Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.043s) 2022-12-01T10:49:23.7183335Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7183658Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7183919Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7184203Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7184492Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7184790Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7185063Z test_Conv3d_groups (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7185344Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7185633Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7185879Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7186145Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7186461Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7186769Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7187022Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7187300Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7187595Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7187896Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7188191Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.030s) 2022-12-01T10:49:23.7188474Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7188762Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7189053Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7189378Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:49:23.7189675Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7190007Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:49:23.7190326Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7190622Z test_Conv3d_stride (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7190905Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7191185Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7191488Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7191804Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7192132Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7192451Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7192772Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7193074Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7193368Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7193660Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7193949Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7194244Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7194566Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7194879Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:49:23.7195182Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7195468Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7195761Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7196056Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7196354Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7196668Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:49:23.7196979Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7197349Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7197644Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7197940Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:49:23.7198234Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7198521Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7198826Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7199156Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7199502Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7199816Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7200126Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7200486Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7200821Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7201215Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7201517Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7201825Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7202131Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7202470Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7202797Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7203094Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.733s) 2022-12-01T10:49:23.7203407Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7203735Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7204041Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7204306Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7204619Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7204917Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7205212Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7205520Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7205836Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7206194Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7206536Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7206856Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7207193Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7207568Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7207923Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7208261Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7208624Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7209010Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7209408Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7209760Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7210112Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7210491Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7210878Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7211217Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7211565Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7214539Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7214980Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7215325Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7215675Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7216041Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7216426Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7216769Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7217109Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7217487Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7217872Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7218194Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7218449Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7218758Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7219106Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7219454Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7219763Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7220105Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7220475Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7220833Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7221178Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7221542Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7221938Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7222325Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7222694Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7223086Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7223507Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7223910Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7224288Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7224682Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7225137Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7225546Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7225950Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7226327Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7226737Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7227135Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7227480Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7227818Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7228190Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7228547Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7228881Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7229240Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7229615Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7230004Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7230370Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7230753Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7231162Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7231574Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7231943Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7232314Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7232704Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7233106Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7233465Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7233829Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7234208Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7234598Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7234941Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7235297Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7235672Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7236088Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7236475Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7236856Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7237328Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7237744Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7238092Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7238417Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7238795Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7239166Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7239492Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7239806Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7240167Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7240533Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7240871Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7241226Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7241624Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7242021Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7242387Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7242758Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7243177Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7243593Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7243977Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7244353Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7244774Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7245192Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7245586Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7245988Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7246465Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7246912Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7247326Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7247653Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7248023Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7248393Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7248732Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7249075Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7249474Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7249865Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7250217Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7250600Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7251019Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7251435Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7251897Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7252261Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7252660Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7253053Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7253387Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7253738Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7254127Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7254515Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7254863Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7255246Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7255657Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7256067Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7256402Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7256738Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7257105Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7257530Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7257860Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7258264Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7258659Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7259037Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7259380Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7259734Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7260125Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7260495Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7260855Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7261233Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7261645Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7280503Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7280904Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7281273Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7281707Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7282028Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7282340Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7282699Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7283055Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7283377Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7283731Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7284117Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7284506Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7284828Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7285164Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7285529Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7285892Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7286221Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7286580Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7287066Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7287501Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7287820Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7288145Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7288510Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7288857Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7289163Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7289461Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7289737Z test_ELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7289990Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7290266Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7290555Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7290822Z test_ELU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7291099Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7291372Z test_Embedding (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7291753Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7292111Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7292425Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7292726Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7293022Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7293348Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7293660Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7293945Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7294259Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7294589Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7294900Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.071s) 2022-12-01T10:49:23.7295194Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7295486Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7295779Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7296071Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7296396Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7296728Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7297022Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7297320Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7297617Z test_Embedding_sparse (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7297911Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7298173Z test_Flatten (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7298511Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7298798Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7299141Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7299407Z test_Fold (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7299670Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7299942Z test_Fold_int_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7300215Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7300507Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7300809Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7301115Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7301414Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7301728Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7302062Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7302381Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7302728Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7303087Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7303472Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7303829Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7304187Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7304517Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7304842Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7305158Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7305504Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7305867Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7306238Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7306592Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7306930Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7307249Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7307563Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7307899Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7308250Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7308605Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7308989Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7309351Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7309737Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7310063Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7310385Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7310750Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7311096Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7311444Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7311829Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7312149Z test_GELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7312402Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7312682Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7312971Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7313255Z test_GELU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7313522Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7313786Z test_GLU (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7314048Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7314298Z test_GLU_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7314566Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7314838Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7315123Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7315399Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:49:23.7315669Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7315971Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7316266Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:49:23.7316578Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7316913Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7317292Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:49:23.7317590Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7317939Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7318300Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7318605Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7318917Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7319227Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7319545Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7319838Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7320148Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7320452Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7320755Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7321093Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:49:23.7321389Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7321722Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:49:23.7322014Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7322362Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7322726Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7323031Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7323341Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7323646Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7323967Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7324260Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7324569Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7324875Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7325180Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7325534Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7325903Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7326206Z test_Hardshrink (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7326475Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7326766Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7327073Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7327372Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7327652Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7327948Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7328256Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7328544Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7328846Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7329126Z test_Hardtanh (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7329389Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7329676Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7329974Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7330266Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7330541Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7330835Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7331150Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7331494Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7331976Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7332295Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7332680Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7333073Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7333444Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7333779Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7334122Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7334452Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7334815Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7335214Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7335592Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7335943Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7336290Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7336677Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7337045Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7337384Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7337730Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7338115Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7338485Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7338824Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7339169Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7339550Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7339913Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7340244Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7340570Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7340883Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7341226Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7341612Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7341988Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7342328Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7342698Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7343104Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7343547Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7343885Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7344286Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7344665Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7345050Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7345343Z test_HuberLoss (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7345635Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7345963Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7346276Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7346602Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7346891Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.056s) 2022-12-01T10:49:23.7347180Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7347463Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7347789Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7348147Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7348486Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7348795Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7349120Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7349480Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7349821Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7350124Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7350439Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7350777Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7351129Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7351436Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7351754Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7352096Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7352447Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7352796Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7353092Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7353370Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7353661Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7353964Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7354257Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7354604Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7354925Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7355286Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7355594Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7355920Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7356247Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7356568Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7356913Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7357350Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7357705Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7358051Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7358365Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7358660Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7358953Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7359239Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7359543Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7359861Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7360169Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7360497Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7360817Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7361140Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7361452Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7361783Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7362119Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7362451Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7362798Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7363159Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7363475Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7363754Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7364043Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7364345Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7364640Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7364958Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7365276Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7365606Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7365955Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7366277Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7366631Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7366947Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7367284Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7367633Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7367978Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7368318Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7369276Z 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:49:23.7369950Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7370736Z /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:49:23.7371353Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7372230Z /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:49:23.7372857Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7373106Z ok (0.005s) 2022-12-01T10:49:23.7373323Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7373586Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7373892Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7374220Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7374540Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7375373Z 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:49:23.7376026Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7376802Z /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:49:23.7377466Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7377536Z ok (0.005s) 2022-12-01T10:49:23.7377704Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7377896Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7378059Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7378195Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7378376Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7378557Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7378735Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7378868Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7379041Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7379213Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7379369Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7379497Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7379672Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7379840Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7380007Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7380133Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7380306Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7380474Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7380628Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7380746Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7380901Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7381031Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7381199Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7381326Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7381492Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7381632Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7381808Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7382469Z 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:49:23.7382690Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7383317Z /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:49:23.7383569Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7384162Z /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:49:23.7384383Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7384453Z ok (0.005s) 2022-12-01T10:49:23.7384617Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7384781Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7384940Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7385622Z 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:49:23.7385846Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7386449Z /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:49:23.7386665Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7386723Z ok (0.005s) 2022-12-01T10:49:23.7386901Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7387074Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7387243Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7387389Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7387576Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7387764Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7387951Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7388075Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7388251Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7388427Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7388599Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7388722Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7388890Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7389091Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7389256Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7389422Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7389580Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7389711Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7389881Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7389981Z test_L1Loss (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7390128Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7390274Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7390424Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7390568Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7390700Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7390820Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7390985Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7391150Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7391313Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7391432Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7391597Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7391761Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7391929Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7392036Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7392200Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7392364Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7392529Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7392643Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7392768Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7392933Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7393085Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7393197Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7393357Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7393467Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7393626Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7393782Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7393938Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7394092Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7394283Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7394393Z test_LPPool1d (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7394551Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7394673Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7394834Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7394946Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7395095Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7395203Z test_LPPool2d (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7395348Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7395444Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7395595Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7395699Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7395830Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7395958Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7396095Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7396268Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7396409Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7396572Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7396710Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7396888Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7397032Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7397306Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7397445Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7397618Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7397760Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7397940Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7398060Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7398231Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7398369Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7398548Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7398681Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.600s) 2022-12-01T10:49:23.7398853Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7398995Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.540s) 2022-12-01T10:49:23.7399175Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7399314Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7399472Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7399647Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7399825Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7399967Z test_LeakyReLU (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7400112Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7400232Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7400390Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7400511Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7400658Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7400787Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7400953Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7401079Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7401244Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7401346Z test_Linear (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7401486Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7401605Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7401744Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7401855Z test_Linear_no_bias (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7402002Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7402128Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7402292Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7402428Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7402605Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7402746Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7402911Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7403017Z test_LogSigmoid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7403162Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7403284Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7403444Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7403567Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7403720Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7403830Z test_LogSoftmax (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7403962Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7404085Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7404244Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7404375Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7404542Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7404663Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7404841Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7404946Z test_MSELoss (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7405081Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7405251Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7405397Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7405519Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7405687Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7405855Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7406020Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7406145Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7406313Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7406466Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7406630Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7406750Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7406912Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7407076Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7407241Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7407356Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7407512Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7407622Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7407784Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7407893Z test_MSELoss_prec (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7408049Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7408201Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7408355Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7408507Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7408617Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7408764Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7408923Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7409081Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7409234Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7409363Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7409537Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7409709Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7409884Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7410076Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7410184Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7410374Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7410535Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7410695Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7410816Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7410983Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7411150Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7411317Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7411444Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7411703Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7411877Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7412046Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7412192Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7412379Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7412567Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7412755Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7412899Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7413085Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7413255Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7413434Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7413574Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7413755Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7413934Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7414114Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7414252Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7414438Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7414619Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7414784Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7414921Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7415099Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7415328Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7415507Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7415648Z test_MaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7415796Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7415925Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7416073Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7416189Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7416341Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7416458Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7416612Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7416731Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7416881Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7417007Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7417157Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7417264Z test_MaxPool3d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7417409Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7417533Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7417695Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7417810Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7417961Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7418087Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7418236Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7418355Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7418505Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7418631Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7418794Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7418907Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7419055Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7419181Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7419334Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7419447Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7419596Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7419725Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7419889Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7419987Z test_Mish (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7420122Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7420236Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7420372Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7420479Z test_Mish_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7420646Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7420757Z test_ModuleDict (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7420887Z test_ModuleList (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7421014Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7421153Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7421332Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7421446Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7421622Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7421797Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7421971Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7422143Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7422285Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7422461Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7422645Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7422834Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423010Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423198Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423385Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423556Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423728Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7423897Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7424062Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7424198Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7424370Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7424502Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7424689Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7424877Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7425064Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7425209Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7425392Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7425577Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7425757Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7425924Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7426095Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7426306Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7426489Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7426627Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:49:23.7426800Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7426941Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7427126Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7427311Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7427494Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7427663Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7427796Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7427975Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7428152Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7428329Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7428484Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7428681Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7428875Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7429064Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7429203Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7429395Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7429584Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7429770Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7429926Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7430118Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7430311Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7430503Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7430647Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7430816Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7430960Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7431146Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7431355Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7431543Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7431723Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7431909Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7432068Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7432267Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7432455Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7432655Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7432768Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7432883Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7433044Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7433202Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7433358Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7433486Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7433651Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7433771Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7433946Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434118Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434292Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434446Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434602Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434760Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7434884Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7435037Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7435203Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7435365Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7435496Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7435662Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7435802Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7435979Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7436155Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7436330Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7436467Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7436627Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7436782Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7436945Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7437104Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7437345Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7437475Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7437638Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7437769Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7437938Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7438113Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7438287Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7438414Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7438582Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7438752Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7438923Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7439048Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7439208Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7439378Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7439543Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7439678Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7439853Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7439997Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7440184Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7440370Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7440555Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7440651Z test_NLLLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7440771Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7440927Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7441061Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7441229Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7441353Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7441515Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7441634Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7441806Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7441937Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7442135Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7442259Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:49:23.7442424Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7442528Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7442679Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7442826Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7442978Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7443116Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7443234Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7443403Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7443571Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7443736Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7443897Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7444022Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7444191Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7444349Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7444516Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7444682Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7444797Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7444956Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445111Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445266Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445420Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445569Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445706Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445855Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7445998Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7446101Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7446256Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7446409Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7446559Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7446709Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7446854Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7447028Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7447225Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7447392Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7447555Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7447672Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7447833Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7447992Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7448150Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7448294Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7448426Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7448603Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7448775Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7448947Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7449119Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7449236Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7449402Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7449566Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7449716Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7449876Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7450000Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7450166Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7450329Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7450491Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7450611Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7450774Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7450935Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7451086Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7451205Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7451366Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7451525Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7451818Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7451974Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7452126Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7452255Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7452440Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7452562Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7452721Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7452860Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7453034Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7453173Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7453351Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7453472Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7453639Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7453789Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7453947Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454107Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454215Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7454377Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454539Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454695Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454851Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7454968Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7455142Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7455311Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7455477Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7455643Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7455771Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7455947Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7456118Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7456287Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7456449Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7456553Z test_PReLU_1d (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7456694Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7456814Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7456969Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7457093Z test_PReLU_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7457236Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7457379Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7457522Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7457618Z test_PReLU_3d (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7457755Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7457870Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7458022Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7458161Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7458276Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7458429Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7458526Z test_PReLU_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7458674Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7458799Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7458958Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7459074Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7459229Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7459347Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7459500Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7459607Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7459767Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7459880Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7460035Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7460155Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7460312Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7460433Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7460591Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7460703Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7460845Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7460959Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7461113Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7461228Z test_PairwiseDistance (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7461362Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7461533Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7461664Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7461833Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7461987Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7462105Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7462295Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7462433Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7462638Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7462748Z test_ParameterDict (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7462875Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7462986Z test_ParameterList (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7463103Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7463217Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7463324Z test_PixelShuffle (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7463471Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7463584Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7463730Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7463852Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7464020Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7464188Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7464345Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7464483Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7464659Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7464835Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7465014Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7465149Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7465323Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7465496Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7465665Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7465788Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7465962Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7466136Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7466308Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7466444Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7466618Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7466789Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7466961Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7467091Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7467253Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7467446Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7467610Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7467780Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7467959Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7468139Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7468318Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7468437Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7468588Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7468690Z test_RNN_cell (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7468813Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7468936Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7469066Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7469183Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.034s) 2022-12-01T10:49:23.7469316Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-12-01T10:49:23.7469462Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-12-01T10:49:23.7469596Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-12-01T10:49:23.7469731Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-12-01T10:49:23.7469860Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T10:49:23.7469995Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-12-01T10:49:23.7470111Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7470227Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7470327Z test_RReLU (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7470464Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7470567Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7470717Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7470831Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7470983Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7471103Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7471261Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7471355Z test_ReLU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7471453Z test_ReLU6 (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7471579Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7471688Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7471832Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7471937Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7472082Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7472213Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7472325Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7472499Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7472595Z test_ReLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7472735Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7472908Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7473026Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7473182Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7473303Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7473463Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7473611Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7473715Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7473834Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7473990Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7474141Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7474269Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7474430Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7474543Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7474664Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:49:23.7474810Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7474960Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7475083Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7475244Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7475356Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7475482Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7475645Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7475773Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7475929Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7476083Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7476197Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7476322Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7476490Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7476643Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7476776Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7476944Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7477051Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7477253Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7477422Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7477575Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7477709Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7477910Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7478011Z test_SELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7478148Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7478275Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7478426Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7478533Z test_SELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7478677Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7478789Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7478905Z test_Sequential_append (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479021Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479133Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479237Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7479348Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479460Z test_Sequential_imul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479575Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479705Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7479813Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7479921Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7480029Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7480131Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7480251Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7480347Z test_SiLU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7480486Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7480598Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7480747Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7480854Z test_SiLU_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7480987Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7481090Z test_Sigmoid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7481229Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7481346Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7481499Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7481608Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7481756Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7481867Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7481969Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7482120Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7482272Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7482423Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7482574Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7482703Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7482875Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7483074Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7483245Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7483389Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7483560Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7483728Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7483892Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7484020Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7484188Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7484358Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7484528Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7484639Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7484795Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7484923Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7485087Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7485205Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7485368Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7485531Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7485690Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7485824Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7485993Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7486167Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7486340Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7486463Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7486632Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7486800Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7486969Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7487088Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7487249Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7487356Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7487518Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7487675Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7487832Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7487967Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7488145Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7488348Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7488526Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7488673Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7488853Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489028Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489202Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489336Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7489515Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489689Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489863Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7489991Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7490143Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7490276Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7490448Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7490621Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7490795Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7490897Z test_Softmax (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7491000Z test_Softmax2d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7491147Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7491254Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7491411Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7491554Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7491768Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7491922Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7492033Z test_Softmax_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7492183Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7492286Z test_Softmin (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7492411Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7492529Z test_Softmin_multidim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7492677Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7492796Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7492948Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7493057Z test_Softmin_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7493204Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7493307Z test_Softplus (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7493405Z test_Softplus_beta (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7493594Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7493718Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7493907Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7494038Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7494205Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7494347Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7494466Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7494608Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7494716Z test_Softshrink (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7494861Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7494977Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7495128Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7495253Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7495411Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7495530Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7495673Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7495777Z test_Softsign (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7495919Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7496036Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7496191Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7496303Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7496456Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7496554Z test_Tanh (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7496676Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7496789Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7496937Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7497041Z test_Tanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7497185Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7497289Z test_Tanhshrink (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7497434Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7497555Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7497701Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7497820Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7497970Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7498089Z test_Threshold_large_value (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7498244Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7498363Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7498518Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7498642Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7498816Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7498953Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7499149Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7499304Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.070s) 2022-12-01T10:49:23.7499493Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7499645Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.070s) 2022-12-01T10:49:23.7499832Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7499981Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.040s) 2022-12-01T10:49:23.7500169Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7500307Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.168s) 2022-12-01T10:49:23.7500499Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7500612Z test_Transformer_cell (__main__.TestNN) ... ok (0.621s) 2022-12-01T10:49:23.7500740Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.416s) 2022-12-01T10:49:23.7500906Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7501046Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7501230Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7501412Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7501578Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7501719Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7501902Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7502079Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7502255Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7502391Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7502572Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7502750Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7502925Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7503032Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7503190Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7503292Z test_Unfold (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7503430Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7503544Z test_Unfold_int_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7503693Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7503798Z test_ZeroPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7503912Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7504080Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7504232Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7504383Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7504544Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7504664Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7504823Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7504942Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7505044Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7505167Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7505273Z test_affine_grid (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7505382Z test_affine_grid_3d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7505505Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7505614Z test_assignment (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7505765Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7505909Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7506053Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:49:23.7506157Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:49:23.7506299Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7506419Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7506579Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7506735Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7506895Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7507062Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7507225Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7507386Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7507545Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7507672Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7507796Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7507915Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7508031Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7508173Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7508306Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7508450Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7508630Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.030s) 2022-12-01T10:49:23.7508767Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7508904Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7509059Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7509248Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7509374Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7509569Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7509672Z test_bilinear (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7509781Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7509891Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:49:23.7510011Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7510324Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:49:23.7510545Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:49:23.7510784Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:49:23.7510904Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7511033Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7511148Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7511271Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7511402Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7511525Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7511635Z test_caching_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7511761Z Test the caching system of a parametrization ... ok (0.002s) 2022-12-01T10:49:23.7511926Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T10:49:23.7512160Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-12-01T10:49:23.7512891Z 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:49:23.7513111Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-12-01T10:49:23.7513179Z ok (0.002s) 2022-12-01T10:49:23.7513288Z test_channel_shuffle (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7513414Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7513517Z test_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7513627Z test_clip_grad_norm (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7513737Z test_clip_grad_value (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7513835Z test_compute_nparams_to_prune (__main__.TestNN) 2022-12-01T10:49:23.7513979Z Test that requested pruning `amount` gets translated into the ... ok (0.001s) 2022-12-01T10:49:23.7514093Z test_container_copy (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7514219Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7514329Z test_conv_backcompat (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7514488Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7514604Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7514754Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.095s) 2022-12-01T10:49:23.7514858Z test_conv_padding_mode (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7515703Z 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:49:23.7515888Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:49:23.7515958Z ok (0.156s) 2022-12-01T10:49:23.7516059Z test_conv_tbc (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7516204Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7516339Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7516478Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7516606Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7516731Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.037s) 2022-12-01T10:49:23.7516846Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7516962Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7517090Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.484s) 2022-12-01T10:49:23.7517288Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7517435Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7517590Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7517851Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-12-01T10:49:23.7517982Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T10:49:23.7518127Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T10:49:23.7518234Z test_custom_from_mask_pruning (__main__.TestNN) 2022-12-01T10:49:23.7518371Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-12-01T10:49:23.7518496Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7518740Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.008s) 2022-12-01T10:49:23.7518837Z test_dir (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7518940Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7519045Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7519160Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7519278Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7519426Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7519581Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7519688Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7519821Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7519955Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7520058Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7520392Z 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:49:23.7520519Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-12-01T10:49:23.7520867Z 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:49:23.7521022Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-12-01T10:49:23.7521118Z ok (0.002s) 2022-12-01T10:49:23.7521221Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7521333Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7521451Z test_functional_grad_conv (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7521560Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.163s) 2022-12-01T10:49:23.7521678Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7521808Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7521940Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7522045Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7522170Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7522310Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T10:49:23.7522391Z test_global_pruning (__main__.TestNN) 2022-12-01T10:49:23.7522545Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-12-01T10:49:23.7522663Z test_global_pruning_importance_scores (__main__.TestNN) 2022-12-01T10:49:23.7522810Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-12-01T10:49:23.7522925Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7523039Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7523151Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.032s) 2022-12-01T10:49:23.7523261Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.031s) 2022-12-01T10:49:23.7523358Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.047s) 2022-12-01T10:49:23.7523471Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.043s) 2022-12-01T10:49:23.7523579Z test_grid_sample (__main__.TestNN) ... ok (0.829s) 2022-12-01T10:49:23.7523689Z test_grid_sample_3d (__main__.TestNN) ... ok (0.075s) 2022-12-01T10:49:23.7524320Z 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:49:23.7524449Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:49:23.7524516Z ok (0.034s) 2022-12-01T10:49:23.7524672Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7524773Z test_hardtanh_backward (__main__.TestNN) ... ok (0.078s) 2022-12-01T10:49:23.7524898Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7525014Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7525420Z 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:49:23.7525589Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:49:23.7526196Z /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:49:23.7526445Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:49:23.7526514Z ok (0.002s) 2022-12-01T10:49:23.7526616Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7526772Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7526894Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7527035Z test_hook_inplace (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7527153Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7527278Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7527395Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7527510Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7527624Z test_hook_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7528279Z 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:49:23.7528514Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:49:23.7528583Z ok (0.011s) 2022-12-01T10:49:23.7528705Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7528802Z test_identity_pruning (__main__.TestNN) 2022-12-01T10:49:23.7528936Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-12-01T10:49:23.7529058Z test_initialization_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7529207Z Test that it is possible to initialize a parametrization when it ... ok (0.005s) 2022-12-01T10:49:23.7529314Z test_inplace_thnn (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7529411Z test_interpolate (__main__.TestNN) ... ok (0.140s) 2022-12-01T10:49:23.7529530Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7529691Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7529824Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7529996Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7530122Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7530289Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7530433Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7530602Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7530742Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7530904Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7531099Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7531283Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7531411Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7531554Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7531963Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7532128Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7532237Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7532447Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7532583Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7532751Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7532919Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7533085Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7533231Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7533414Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7533545Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7533704Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7533901Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7534081Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7534212Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7534357Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7534537Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7534702Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7534862Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:23.7534970Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7535109Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7535279Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7535439Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7535566Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7535734Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7535860Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7536002Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7536181Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7536333Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7536460Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7536623Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7536747Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7536904Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7537035Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7537204Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7537324Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7537469Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7537636Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7537816Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7537974Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7538143Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7538266Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7538426Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7538557Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7538714Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7538845Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7539012Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7539140Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7539304Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7539433Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7539601Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7539731Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7539896Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7540011Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7540175Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7540308Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7540475Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7540603Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7540765Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7540898Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7541071Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7541190Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7541336Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:49:23.7541520Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7541688Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7541818Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7541967Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7542152Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7542321Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7543177Z 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:49:23.7543341Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:49:23.7543423Z ok (0.068s) 2022-12-01T10:49:23.7543534Z test_invalid_conv2d (__main__.TestNN) ... ok (0.134s) 2022-12-01T10:49:23.7543642Z test_invalid_conv3d (__main__.TestNN) ... ok (0.066s) 2022-12-01T10:49:23.7543764Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7544445Z 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:49:23.7544669Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7544736Z ok (0.002s) 2022-12-01T10:49:23.7544870Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7544985Z test_l1_loss_correct (__main__.TestNN) ... ok (10.340s) 2022-12-01T10:49:23.7545082Z test_l1_unstructured_pruning (__main__.TestNN) 2022-12-01T10:49:23.7545227Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-12-01T10:49:23.7545362Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-12-01T10:49:23.7545504Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-12-01T10:49:23.7545642Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7545761Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7545865Z test_ln_structured_pruning (__main__.TestNN) 2022-12-01T10:49:23.7545969Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-12-01T10:49:23.7546101Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-12-01T10:49:23.7546213Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-12-01T10:49:23.7546327Z test_load_state_dict (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7546441Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7546558Z test_load_state_dict_child (__main__.TestNN) ... ok (0.111s) 2022-12-01T10:49:23.7546676Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7546796Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7546905Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.126s) 2022-12-01T10:49:23.7547021Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7547135Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7547245Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7547397Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7547509Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7547660Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7547775Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7547916Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7548030Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7548181Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7548300Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7548453Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7548581Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7548775Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7549118Z 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:49:23.7549302Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-12-01T10:49:23.7549578Z 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:49:23.7549717Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-12-01T10:49:23.7550005Z 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:49:23.7550171Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-12-01T10:49:23.7550454Z 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:49:23.7550603Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-12-01T10:49:23.7551205Z /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:49:23.7551425Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:49:23.7551493Z ok (0.023s) 2022-12-01T10:49:23.7551631Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7551747Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7551869Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7551993Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:49:23.7552110Z test_module_backcompat (__main__.TestNN) ... ok (0.074s) 2022-12-01T10:49:23.7552226Z test_module_to_argparse (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7552327Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7552446Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7552584Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.307s) 2022-12-01T10:49:23.7552733Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.316s) 2022-12-01T10:49:23.7552858Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7552996Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7553129Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7553756Z 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:49:23.7553904Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:49:23.7553972Z ok (0.003s) 2022-12-01T10:49:23.7554090Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7554225Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7554436Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7554572Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7554727Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7554839Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7554947Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7555066Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7555192Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7555294Z test_new_spectral_norm (__main__.TestNN) ... ok (0.041s) 2022-12-01T10:49:23.7555411Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7555533Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7555666Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7555771Z test_nnpack_conv (__main__.TestNN) ... ok (0.377s) 2022-12-01T10:49:23.7555874Z test_no_grad (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:49:23.7555993Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7556095Z test_normalize (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7556196Z test_orthogonal_errors (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7556877Z 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:49:23.7556977Z warnings.warn(msg, FutureWarning) 2022-12-01T10:49:23.7557042Z ok (0.180s) 2022-12-01T10:49:23.7557250Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7557413Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7557529Z test_pad_scalar_error (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7557637Z test_padding_list (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7557738Z test_pairwise_distance (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7557858Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7557985Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7558126Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7558258Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7558375Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7558498Z test_parametrization_same_training_mode (__main__.TestNN) 2022-12-01T10:49:23.7558646Z Test training mode updated on parametrization registration ... ok (0.001s) 2022-12-01T10:49:23.7558738Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7558885Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7558985Z test_pdist (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:49:23.7559139Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2022-12-01T10:49:23.7559293Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T10:49:23.7559405Z test_pdist_empty_col (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7559517Z test_pdist_empty_row (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7559621Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7559699Z test_pdist_zeros (__main__.TestNN) 2022-12-01T10:49:23.7559819Z Test that grad is still valid when dist is 0 ... ok (0.008s) 2022-12-01T10:49:23.7559993Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7560120Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.473s) 2022-12-01T10:49:23.7560455Z 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:49:23.7560656Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7560942Z 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:49:23.7561110Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7561399Z 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:49:23.7561552Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7561843Z 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:49:23.7562007Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7562287Z 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:49:23.7562449Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7562734Z 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:49:23.7562900Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7563180Z 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:49:23.7563344Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:49:23.7563627Z 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:49:23.7563791Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7564057Z 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:49:23.7564223Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7564502Z 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:49:23.7564664Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7564941Z 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:49:23.7565102Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7565408Z 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:49:23.7565596Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7565871Z 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:49:23.7566029Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7566306Z 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:49:23.7566454Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7566731Z 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:49:23.7566921Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7567193Z 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:49:23.7567379Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7567657Z 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:49:23.7567844Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7568120Z 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:49:23.7568306Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7568586Z 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:49:23.7568770Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7569035Z 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:49:23.7569217Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7569493Z 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:49:23.7569680Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:49:23.7569957Z 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:49:23.7570130Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7570434Z 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:49:23.7570609Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7570911Z 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:49:23.7571080Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7571347Z 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:49:23.7571506Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7571907Z 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:49:23.7572081Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7572357Z 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:49:23.7572529Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7572806Z 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:49:23.7572975Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:49:23.7573042Z ok (0.040s) 2022-12-01T10:49:23.7573190Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7573324Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7573449Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7573576Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7573817Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:49:23.7573958Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:49:23.7574057Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7574177Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7574313Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7574428Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7574536Z test_pruning_container_compute_mask (__main__.TestNN) 2022-12-01T10:49:23.7574679Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.003s) 2022-12-01T10:49:23.7574786Z test_pruning_id_consistency (__main__.TestNN) 2022-12-01T10:49:23.7575004Z Test that pruning doesn't change the id of the parameters, which ... ok (0.001s) 2022-12-01T10:49:23.7575101Z test_pruning_rollback (__main__.TestNN) 2022-12-01T10:49:23.7575245Z Test that if something fails when the we try to compute the mask, ... ok (0.002s) 2022-12-01T10:49:23.7575374Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7575494Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7575605Z test_random_pruning (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7575708Z test_random_pruning_0perc (__main__.TestNN) 2022-12-01T10:49:23.7575844Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-12-01T10:49:23.7575991Z test_random_pruning_forward (__main__.TestNN) 2022-12-01T10:49:23.7576101Z check forward with mask (by hand). ... ok (0.002s) 2022-12-01T10:49:23.7576206Z test_random_pruning_new_weight (__main__.TestNN) 2022-12-01T10:49:23.7576377Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-12-01T10:49:23.7576466Z test_random_pruning_orig (__main__.TestNN) 2022-12-01T10:49:23.7576658Z Test that original tensor is correctly stored in 'orig' ... ok (0.002s) 2022-12-01T10:49:23.7576778Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7576880Z test_random_pruning_sizes (__main__.TestNN) 2022-12-01T10:49:23.7577027Z Test that the new parameters and buffers created by the pruning ... ok (0.003s) 2022-12-01T10:49:23.7577160Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7577295Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7577454Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-12-01T10:49:23.7577575Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7577709Z Test that it is possible to nest the parametrizations ... ok (0.003s) 2022-12-01T10:49:23.7577838Z test_register_and_remove_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7577975Z Test that it is possible to add a few parametrizations ... ok (0.021s) 2022-12-01T10:49:23.7578126Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7578270Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7578418Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7578559Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7578702Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7578852Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7579005Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7579124Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7579217Z test_remove_pruning (__main__.TestNN) 2022-12-01T10:49:23.7579359Z `prune.remove` removes the hook and the reparametrization ... ok (0.003s) 2022-12-01T10:49:23.7579468Z test_remove_pruning_exception (__main__.TestNN) 2022-12-01T10:49:23.7579606Z Removing from an unpruned tensor throws an assertion error ... ok (0.001s) 2022-12-01T10:49:23.7579700Z test_remove_pruning_forward (__main__.TestNN) 2022-12-01T10:49:23.7579841Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-12-01T10:49:23.7579939Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7580046Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7580155Z test_rnn_args_check (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7580374Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:49:23.7580496Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7580590Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7580703Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7580823Z test_serialization_parametrization (__main__.TestNN) 2022-12-01T10:49:23.7580977Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.006s) 2022-12-01T10:49:23.7581082Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7581211Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7581352Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7581458Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7581593Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7581757Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7581907Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7582065Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7582187Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7582348Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7582459Z test_softmax_lastdim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7582605Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7582713Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:49:23.7582870Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7582980Z test_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7583132Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7583249Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7583401Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7583522Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:49:23.7583680Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:49:23.7583770Z test_softmin (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7583879Z test_spectral_norm (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:49:23.7583992Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7584111Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7584238Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7584354Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7584458Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7584597Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7584750Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:49:23.7584907Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T10:49:23.7585021Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7585129Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7585227Z test_to (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7585354Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7585486Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T10:49:23.7585643Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-12-01T10:49:23.7585797Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7585938Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-12-01T10:49:23.7586107Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.002s) 2022-12-01T10:49:23.7586247Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-12-01T10:49:23.7586413Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-12-01T10:49:23.7586534Z test_transformer_args_check (__main__.TestNN) ... ok (0.182s) 2022-12-01T10:49:23.7586664Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7586803Z test_transformerdecoder (__main__.TestNN) ... ok (0.104s) 2022-12-01T10:49:23.7586937Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.027s) 2022-12-01T10:49:23.7587073Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.031s) 2022-12-01T10:49:23.7587228Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7587357Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:49:23.7587484Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:49:23.7587608Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7587742Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:49:23.7587830Z test_type (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7587950Z test_type_before_parametrizations (__main__.TestNN) 2022-12-01T10:49:23.7588107Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-12-01T10:49:23.7588783Z 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:49:23.7588900Z return super(Tensor, self).refine_names(names) 2022-12-01T10:49:23.7588969Z ok (0.002s) 2022-12-01T10:49:23.7589091Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7589209Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:49:23.7589336Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-12-01T10:49:23.7589473Z Since it may happen that the tensor to prune has entries with the ... ok (0.001s) 2022-12-01T10:49:23.7589626Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7589752Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:49:23.7589899Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7590030Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.046s) 2022-12-01T10:49:23.7590182Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7590301Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:49:23.7590442Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:49:23.7590553Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7590662Z test_validate_pruning_amount (__main__.TestNN) 2022-12-01T10:49:23.7590804Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-12-01T10:49:23.7590920Z test_validate_pruning_amount_init (__main__.TestNN) 2022-12-01T10:49:23.7591053Z Test the first util function that validates the pruning ... ok (0.001s) 2022-12-01T10:49:23.7591174Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:49:23.7591281Z test_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:49:23.7591388Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:49:23.7591489Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:49:23.7591627Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7591767Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7591929Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7592073Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7592256Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7592467Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7592635Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7592839Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7593022Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7593201Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7593367Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.444s) 2022-12-01T10:49:23.7593528Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.135s) 2022-12-01T10:49:23.7593713Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7593899Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7594078Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7594262Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7594431Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7594611Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7594792Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7594971Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7595149Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7595326Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7595503Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7595655Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:23.7595821Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7595993Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7596173Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7596350Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7596545Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7596744Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7596922Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7597100Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7597337Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:23.7597479Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7597608Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:23.7597782Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.175s) 2022-12-01T10:49:23.7597955Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7598134Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7598285Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7598433Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7598591Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7598733Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:49:23.7598862Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.598s) 2022-12-01T10:49:23.7599016Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7599165Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:49:23.7599313Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:49:23.7599486Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7599663Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7599822Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:49:23.7599978Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7600131Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.157s) 2022-12-01T10:49:23.7600270Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.426s) 2022-12-01T10:49:23.7600422Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (8.422s) 2022-12-01T10:49:23.7600584Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:23.7600741Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:49:23.7600911Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.134s) 2022-12-01T10:49:23.7601068Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.545s) 2022-12-01T10:49:23.7601229Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.157s) 2022-12-01T10:49:23.7601379Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.382s) 2022-12-01T10:49:23.7601509Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.211s) 2022-12-01T10:49:23.7601643Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:23.7601811Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7601960Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-12-01T10:49:23.7602097Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7602239Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7602378Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7602525Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.350s) 2022-12-01T10:49:23.7602660Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.210s) 2022-12-01T10:49:23.7602806Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7602985Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7603163Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7603333Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7603511Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7603715Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7603856Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:49:23.7604028Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7604189Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7604350Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7604539Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7604728Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7604877Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7605036Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-12-01T10:49:23.7605211Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7605382Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7605538Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7605700Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7605857Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7606009Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:23.7606176Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7606343Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7606499Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7606652Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7606814Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7606961Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7607122Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7607278Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7607423Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:23.7607592Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7607757Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7607908Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7608059Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7608225Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7608377Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7608530Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7608710Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7608873Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7609054Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7609211Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7609369Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7609535Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.201s) 2022-12-01T10:49:23.7609684Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7609840Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7609990Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7610160Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:49:23.7610322Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7610480Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7610633Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7610792Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7610946Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7611093Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7611250Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7611399Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7611735Z 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:49:23.7611965Z 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:49:23.7612189Z 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:49:23.7612411Z 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:49:23.7612632Z 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:49:23.7612856Z 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:49:23.7613082Z 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:49:23.7613289Z 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:49:23.7613514Z 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:49:23.7613737Z 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:49:23.7614002Z 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:49:23.7614224Z 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:49:23.7614484Z 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:49:23.7614703Z 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:49:23.7614922Z 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:49:23.7615142Z 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:49:23.7615366Z 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:49:23.7615588Z 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:49:23.7615796Z 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:49:23.7616012Z 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:49:23.7616231Z 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:49:23.7616448Z 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:49:23.7616663Z 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:49:23.7616884Z 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:49:23.7617097Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7617308Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7617520Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7617731Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7617941Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7618153Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7618347Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7618553Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7618777Z 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:49:23.7619029Z 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:49:23.7619258Z 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:49:23.7619507Z 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:49:23.7619728Z 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:49:23.7619951Z 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:49:23.7620168Z 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:49:23.7620387Z 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:49:23.7620603Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7620799Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7621011Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7621217Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7621424Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7621633Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7621843Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7622049Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7622273Z 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:49:23.7622496Z 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:49:23.7622719Z 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:49:23.7622940Z 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:49:23.7623154Z 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:49:23.7623370Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7623590Z 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:49:23.7623808Z 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:49:23.7624047Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7624257Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7624505Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7624712Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7624921Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7625129Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7625337Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7625532Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7625737Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7625938Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7626135Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7626332Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7626534Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7626732Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7626931Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7627127Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7627328Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7627512Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7627709Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7627908Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7628108Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7628304Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7628497Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7628694Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7628892Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7629117Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7629315Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7629528Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7629723Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:49:23.7629917Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7630112Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7630307Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7630519Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7630727Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7630934Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7631138Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7631344Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7631549Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7631745Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7631953Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7632160Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7632366Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7632568Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7632773Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7633018Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7633316Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7633564Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7633771Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7633970Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7634174Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7634418Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7634628Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7634869Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7635074Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7635277Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7635482Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7635689Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7635892Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7636093Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7636281Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7636478Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7636681Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7636878Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7637081Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7637355Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7637558Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7637755Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7637953Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7638147Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7638333Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7638528Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7638725Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7638928Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7639131Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7639333Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7639568Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7639768Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7640038Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7640233Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7640415Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:49:23.7640631Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7640850Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7641065Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7641282Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7641494Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7641707Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7641915Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7642129Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7642356Z 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:49:23.7642583Z 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:49:23.7642797Z 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:49:23.7643020Z 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:49:23.7643247Z 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:49:23.7643473Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7643694Z 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:49:23.7643918Z 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:49:23.7644156Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7644470Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7644685Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7644934Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7645175Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7645387Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7645587Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7645796Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7646024Z 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:49:23.7646248Z 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:49:23.7646476Z 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:49:23.7646698Z 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:49:23.7646920Z 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:49:23.7647146Z 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:49:23.7647368Z 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:49:23.7647588Z 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:49:23.7647805Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7648002Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7648214Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7648425Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7648633Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7648847Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7649058Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7649267Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7649490Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7649743Z 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:49:23.7649967Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7650218Z 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:49:23.7650431Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7650651Z 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:49:23.7650872Z 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:49:23.7651096Z 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:49:23.7651322Z 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:49:23.7651554Z 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:49:23.7651884Z 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:49:23.7652106Z 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:49:23.7652331Z 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:49:23.7652553Z 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:49:23.7652778Z 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:49:23.7652999Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7653211Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7653433Z 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:49:23.7653658Z 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:49:23.7653882Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7654102Z 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:49:23.7654322Z 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:49:23.7654542Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:49:23.7654760Z 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:49:23.7655039Z 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:49:23.7655298Z 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:49:23.7655518Z 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:49:23.7655725Z 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:49:23.7655946Z 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:49:23.7656164Z 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:49:23.7656389Z 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:49:23.7656609Z 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:49:23.7656815Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7657021Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7657220Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7657424Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7657626Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7657832Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7658018Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7658216Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7658408Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7658605Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7658804Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7658998Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7659191Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7659380Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7659570Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7659758Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7659997Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T10:49:23.7660222Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7660484Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7660706Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7660920Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7661130Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7661353Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7661570Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7661776Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7661977Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7662176Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7662368Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7662575Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7662775Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7662976Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7663175Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7663369Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7663560Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7663755Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7663946Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7664139Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7664315Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7664506Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7664694Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7664917Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7665172Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7665394Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7665642Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7665858Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7666072Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7666291Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7666510Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7666704Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:49:23.7666907Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7667104Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:49:23.7667305Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7667504Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:49:23.7667705Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:49:23.7667906Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:49:23.7668104Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:49:23.7668299Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7668489Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7668670Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7668862Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7669052Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7669242Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7669430Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7669618Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7669840Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T10:49:23.7670056Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7670298Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7670541Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7670760Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7670965Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7671176Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7671393Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:49:23.7671602Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7671810Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7672015Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7672221Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7672426Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7672631Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7672832Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7673023Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7673228Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7673435Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7673640Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7673840Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7674044Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7674246Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7674447Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7674647Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7674852Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7675054Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7675274Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7675477Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7675708Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7675908Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7676108Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7676307Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7676523Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7676737Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7676950Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7677162Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7677443Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7677643Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7677855Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7678065Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7678280Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7678494Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7678708Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7678923Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7679137Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7679350Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7679562Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7679762Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7679975Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7680188Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7680434Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7680676Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7680888Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7681099Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7681308Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7681517Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7681728Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7681935Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7682128Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7682331Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7682532Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7682737Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7682943Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7683148Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7683353Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7683558Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7683759Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7683959Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7684163Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7684352Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7684564Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7684766Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7684970Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7685173Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7685404Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7685606Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7685837Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7686037Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7686242Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7686431Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7686632Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7686827Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7687022Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7687215Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:49:23.7687411Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7687604Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7687802Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7688000Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7688215Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7688428Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7688627Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7688836Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7689044Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7689253Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7689463Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7689668Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7689862Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7690055Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7690245Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7690465Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:49:23.7690642Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7690859Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7691046Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7691231Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7691434Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7691762Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7692052Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7692256Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7692456Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7692655Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:49:23.7692837Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7693038Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7693239Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7693436Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7693631Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7693824Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7694020Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7694214Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7694412Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7694608Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7694810Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7695020Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7695229Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:49:23.7695439Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7695697Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7695909Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7696163Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:49:23.7696369Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:49:23.7696562Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7696752Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7696939Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7697118Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7697308Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7697498Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7697686Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7697873Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:49:23.7698077Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7698282Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7698480Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7698680Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7698915Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7699221Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7699532Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:49:23.7699845Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7700169Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:49:23.7700482Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:49:23.7700826Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7701149Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:49:23.7701471Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:49:23.7701824Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:49:23.7702234Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7702552Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:49:23.7702973Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-12-01T10:49:23.7703336Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:49:23.7703716Z 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:49:23.7704072Z 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:49:23.7704466Z 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:49:23.7704856Z 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:49:23.7705238Z 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:49:23.7705618Z 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:49:23.7705932Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:49:23.7706272Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7706569Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:49:23.7706787Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:49:23.7706992Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:49:23.7707188Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:49:23.7707390Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7707588Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7707741Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.170s) 2022-12-01T10:49:23.7707925Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7708098Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7708268Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7708429Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7708597Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7708763Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7708941Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7709116Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7709348Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7709505Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:49:23.7709695Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:49:23.7709836Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T10:49:23.7710021Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7710510Z 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:49:23.7710700Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-12-01T10:49:23.7710769Z ok (0.026s) 2022-12-01T10:49:23.7710927Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:49:23.7711086Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:23.7711244Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7711408Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7711553Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:23.7711702Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7711845Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.070s) 2022-12-01T10:49:23.7711988Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:49:23.7712187Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7712385Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:49:23.7712558Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7712743Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7712936Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:23.7713086Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7713268Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:49:23.7713433Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7713626Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7713816Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7714010Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7714180Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:23.7714336Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:23.7714508Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:49:23.7714698Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7714928Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7715130Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7715356Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7715555Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7715751Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7715919Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:23.7716049Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.210s) 2022-12-01T10:49:23.7716210Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7716379Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7716561Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7716736Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7716913Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7717067Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7717296Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:49:23.7717450Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:49:23.7717579Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:49:23.7717715Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:49:23.7717868Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7718028Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (7.387s) 2022-12-01T10:49:23.7718218Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.067s) 2022-12-01T10:49:23.7718376Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (5.137s) 2022-12-01T10:49:23.7718567Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.068s) 2022-12-01T10:49:23.7718718Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7718868Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7719024Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7719163Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7719300Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:23.7719445Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7719590Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7719732Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7719874Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7720013Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7720166Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7720398Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7720577Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7720754Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:23.7729810Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7730067Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7730233Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7730401Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:49:23.7730564Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7730695Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7730845Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7730990Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7731187Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7731365Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7731505Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.925s) 2022-12-01T10:49:23.7731853Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.332s) 2022-12-01T10:49:23.7732046Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-12-01T10:49:23.7732236Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7732369Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7732607Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7732755Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7732905Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7733085Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7733280Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7733475Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7733658Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7733838Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7734022Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7734221Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7734394Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7734561Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7734733Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7734863Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7735167Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7735332Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7735545Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7735704Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7735857Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:23.7736007Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:23.7736191Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7736357Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7736544Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7736699Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7736861Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7737014Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7737144Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7737278Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7737426Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:23.7737601Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7737763Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7737935Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7738424Z 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:49:23.7738582Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:49:23.7738920Z /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:49:23.7739084Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:49:23.7739153Z ok (0.002s) 2022-12-01T10:49:23.7739285Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:49:23.7739487Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7739615Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7739750Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:49:23.7739930Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7740094Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7740256Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:23.7740408Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:49:23.7740558Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7740705Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7740853Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7741000Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:23.7741149Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:49:23.7741357Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7741496Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:49:23.7741656Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7741815Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7741962Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.499s) 2022-12-01T10:49:23.7742113Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7742249Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7742385Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7742541Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7742686Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:23.7742836Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7743682Z 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:49:23.7743844Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:49:23.7744303Z /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:49:23.7744466Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-12-01T10:49:23.7744533Z ok (0.002s) 2022-12-01T10:49:23.7744690Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7744871Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:49:23.7745046Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:49:23.7745206Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.539s) 2022-12-01T10:49:23.7745387Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.122s) 2022-12-01T10:49:23.7745594Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7745808Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7746000Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7746191Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:23.7746368Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7746554Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:23.7746751Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7746959Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7747217Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:49:23.7747413Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:49:23.7747601Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:49:23.7747793Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T10:49:23.7747984Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T10:49:23.7748136Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7748288Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:49:23.7748482Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7748646Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:49:23.7748796Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:49:23.7748986Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7749172Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7749356Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7749522Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-12-01T10:49:23.7749661Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:49:23.7749850Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.7750030Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7750201Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:23.7750377Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:49:23.7750547Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-12-01T10:49:23.7750698Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.563s) 2022-12-01T10:49:23.7750883Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7751057Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:23.7751177Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751334Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751461Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751590Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751750Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751859Z test_constant (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7751974Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:49:23.7752079Z test_dirac_identity (__main__.TestNNInit) ... ok (0.006s) 2022-12-01T10:49:23.7752240Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7752365Z test_dirac_properties (__main__.TestNNInit) ... ok (0.002s) 2022-12-01T10:49:23.7752499Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7752631Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7752748Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.196s) 2022-12-01T10:49:23.7752902Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7753051Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:49:23.7753157Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.169s) 2022-12-01T10:49:23.7753309Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7753456Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:49:23.7753568Z test_normal (__main__.TestNNInit) ... ok (0.905s) 2022-12-01T10:49:23.7753684Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.002s) 2022-12-01T10:49:23.7753797Z test_orthogonal (__main__.TestNNInit) ... ok (0.004s) 2022-12-01T10:49:23.7753924Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.005s) 2022-12-01T10:49:23.7754058Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7754159Z test_trunc_normal (__main__.TestNNInit) ... ok (105.110s) 2022-12-01T10:49:23.7754268Z test_uniform (__main__.TestNNInit) ... ok (0.813s) 2022-12-01T10:49:23.7754384Z test_xavier_normal (__main__.TestNNInit) ... ok (0.343s) 2022-12-01T10:49:23.7754535Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7754651Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.073s) 2022-12-01T10:49:23.7754803Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:49:23.7754957Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T10:49:23.7755105Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T10:49:23.7755269Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T10:49:23.7755409Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T10:49:23.7755549Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T10:49:23.7755677Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T10:49:23.7755687Z 2022-12-01T10:49:23.7755895Z ---------------------------------------------------------------------- 2022-12-01T10:49:23.7755976Z Ran 3018 tests in 207.580s 2022-12-01T10:49:23.7755981Z 2022-12-01T10:49:23.7756080Z OK (skipped=1353, expected failures=27) 2022-12-01T10:49:23.7756084Z 2022-12-01T10:49:23.7756170Z Generating XML reports... 2022-12-01T10:49:23.7756439Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201104555.xml 2022-12-01T10:49:23.7756708Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201104555.xml 2022-12-01T10:49:23.7756997Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201104555.xml 2022-12-01T10:49:23.7757359Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201104555.xml 2022-12-01T10:49:23.7757630Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201104555.xml 2022-12-01T10:49:23.7757922Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201104555.xml 2022-12-01T10:49:23.7758163Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20221201104555.xml 2022-12-01T10:49:23.7758444Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201104555.xml 2022-12-01T10:49:23.7758733Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201104555.xml 2022-12-01T10:49:23.7759000Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201104555.xml 2022-12-01T10:49:23.7759049Z 2022-12-01T10:49:23.7759389Z ##[endgroup] 2022-12-01T10:49:23.7759646Z FINISHED PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_3a9qfysd) 2022-12-01T10:49:23.7759651Z 2022-12-01T10:49:23.7759816Z Running nn/test_pooling ... [2022-12-01 10:49:23.704612] 2022-12-01T10:49:23.7760151Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:23.704923] 2022-12-01T10:49:47.8717016Z 2022-12-01T10:49:47.8717487Z Expand the folded group to see the log file of nn/test_pooling 2022-12-01T10:49:47.8718793Z ##[group]PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_iyvc31bt) 2022-12-01T10:49:47.8719385Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-12-01T10:49:47.8719575Z 2022-12-01T10:49:47.8721710Z Running tests... 2022-12-01T10:49:47.8722173Z ---------------------------------------------------------------------- 2022-12-01T10:49:47.8722680Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-12-01T10:49:47.8723155Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:49:47.8723638Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:49:47.8723981Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.008s) 2022-12-01T10:49:47.8724283Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-12-01T10:49:47.8724584Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.047s) 2022-12-01T10:49:47.8724872Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.145s) 2022-12-01T10:49:47.8725181Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.008s) 2022-12-01T10:49:47.8725478Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T10:49:47.8725833Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:47.8726214Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:49:47.8726571Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:49:47.8726880Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.006s) 2022-12-01T10:49:47.8727177Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-12-01T10:49:47.8727463Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:49:47.8727764Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.009s) 2022-12-01T10:49:47.8728045Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.197s) 2022-12-01T10:49:47.8728304Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:49:47.8728643Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:47.8729025Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8729401Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8729758Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:49:47.8730110Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:47.8730489Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8731016Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:47.8731403Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:47.8732046Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:49:47.8732424Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8732777Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8733126Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8733478Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8733819Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:49:47.8734233Z 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:49:47.8734713Z 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:49:47.8735197Z 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:49:47.8735674Z 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:49:47.8736133Z 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:49:47.8736602Z 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:49:47.8737074Z 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:49:47.8737547Z 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:49:47.8738000Z 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:49:47.8738462Z 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:49:47.8738870Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:49:47.8739233Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:47.8739597Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:47.8739954Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:49:47.8740372Z 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:49:47.8740789Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8741145Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:49:47.8741515Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:47.8741892Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:47.8742264Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:47.8742681Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:47.8743057Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:49:47.8743469Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:47.8743823Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:47.8744178Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:47.8744521Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.473s) 2022-12-01T10:49:47.8744865Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (5.928s) 2022-12-01T10:49:47.8745200Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T10:49:47.8745546Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.683s) 2022-12-01T10:49:47.8745902Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:47.8746255Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:47.8746608Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:49:47.8746949Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.245s) 2022-12-01T10:49:47.8747283Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.538s) 2022-12-01T10:49:47.8747606Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:49:47.8747955Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8748325Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8748684Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.482s) 2022-12-01T10:49:47.8749012Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (5.961s) 2022-12-01T10:49:47.8749376Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:49:47.8749755Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:49:47.8750117Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:47.8750478Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:49:47.8750832Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.516s) 2022-12-01T10:49:47.8751186Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:49:47.8751511Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.003s) 2022-12-01T10:49:47.8751870Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8752256Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8752628Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:49:47.8752957Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.896s) 2022-12-01T10:49:47.8753316Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:47.8753687Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:47.8754059Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:47.8754407Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:49:47.8754726Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:49:47.8755061Z Test the output shape calculation for pooling functions ... ok (0.004s) 2022-12-01T10:49:47.8755369Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:49:47.8755707Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:49:47.8755894Z 2022-12-01T10:49:47.8756136Z ---------------------------------------------------------------------- 2022-12-01T10:49:47.8756366Z Ran 88 tests in 22.726s 2022-12-01T10:49:47.8756484Z 2022-12-01T10:49:47.8756558Z OK (skipped=23) 2022-12-01T10:49:47.8756667Z 2022-12-01T10:49:47.8756753Z Generating XML reports... 2022-12-01T10:49:47.8757244Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104924.xml 2022-12-01T10:49:47.8757737Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104924.xml 2022-12-01T10:49:47.8758277Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104924.xml 2022-12-01T10:49:47.8758537Z 2022-12-01T10:49:47.8758894Z ##[endgroup] 2022-12-01T10:49:47.8759269Z FINISHED PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_iyvc31bt) 2022-12-01T10:49:47.8759486Z 2022-12-01T10:49:47.8759649Z Running test_indexing ... [2022-12-01 10:49:47.872149] 2022-12-01T10:49:47.8760126Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:47.872497] 2022-12-01T10:49:49.9556395Z 2022-12-01T10:49:49.9557215Z Expand the folded group to see the log file of test_indexing 2022-12-01T10:49:49.9558215Z ##[group]PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_rusmalym) 2022-12-01T10:49:49.9558742Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-12-01T10:49:49.9558934Z 2022-12-01T10:49:49.9559010Z Running tests... 2022-12-01T10:49:49.9559368Z ---------------------------------------------------------------------- 2022-12-01T10:49:49.9559691Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.015s) 2022-12-01T10:49:49.9559999Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9560298Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9560595Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9560881Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:49:49.9561197Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:49:49.9561523Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9562106Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:49:49.9562675Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-12-01T10:49:49.9563123Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:49:49.9563644Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-12-01T10:49:49.9563889Z ok (0.019s) 2022-12-01T10:49:49.9564110Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9564582Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.019s) 2022-12-01T10:49:49.9565032Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9565325Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-12-01T10:49:49.9565667Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9565960Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9566251Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9566515Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9566789Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9567067Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:49:49.9567350Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:49:49.9567634Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.025s) 2022-12-01T10:49:49.9567938Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9568244Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-12-01T10:49:49.9568537Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.174s) 2022-12-01T10:49:49.9568840Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9569145Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9569431Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9569691Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9569973Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9570254Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9570526Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9570836Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:49.9571144Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9571413Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9571896Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9572196Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-12-01T10:49:49.9572479Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9572801Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:49.9573143Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-12-01T10:49:49.9573419Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.027s) 2022-12-01T10:49:49.9573701Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9574034Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.118s) 2022-12-01T10:49:49.9574376Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:49:49.9575115Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... Test test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88472 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:49:49.9576348Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88472 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:49:49.9576914Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:49.9577320Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:49.9577675Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9577992Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9578321Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9578630Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9578950Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9579267Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9579580Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9579876Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:49:49.9580182Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9580488Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9580778Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9581084Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9581382Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9581649Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9581938Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9582226Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9582530Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:49.9582821Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9583096Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.046s) 2022-12-01T10:49:49.9583388Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9583669Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9583952Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9584217Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9584491Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:49:49.9584772Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9585074Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:49:49.9585370Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:49:49.9585636Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9585913Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9586183Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9586461Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.005s) 2022-12-01T10:49:49.9586743Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:49:49.9587045Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-12-01T10:49:49.9587356Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-12-01T10:49:49.9587642Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:49:49.9587960Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:49:49.9588121Z 2022-12-01T10:49:49.9588327Z ---------------------------------------------------------------------- 2022-12-01T10:49:49.9588606Z Ran 81 tests in 0.683s 2022-12-01T10:49:49.9588706Z 2022-12-01T10:49:49.9588778Z OK (skipped=6) 2022-12-01T10:49:49.9588884Z 2022-12-01T10:49:49.9588971Z Generating XML reports... 2022-12-01T10:49:49.9589378Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104949.xml 2022-12-01T10:49:49.9589869Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104949.xml 2022-12-01T10:49:49.9590095Z 2022-12-01T10:49:49.9590360Z ##[endgroup] 2022-12-01T10:49:49.9590737Z FINISHED PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_rusmalym) 2022-12-01T10:49:49.9590949Z 2022-12-01T10:49:49.9591105Z Running test_prims ... [2022-12-01 10:49:49.956065] 2022-12-01T10:49:49.9591564Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:49.956401] 2022-12-01T10:49:52.6644605Z 2022-12-01T10:49:52.6645081Z Expand the folded group to see the log file of test_prims 2022-12-01T10:49:52.6646126Z ##[group]PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_1wj4ox11) 2022-12-01T10:49:52.6646961Z Test results will be stored in test-reports/python-unittest/test_prims 2022-12-01T10:49:52.6647175Z 2022-12-01T10:49:52.6647250Z Running tests... 2022-12-01T10:49:52.6647547Z ---------------------------------------------------------------------- 2022-12-01T10:49:52.6647995Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:49:52.6648504Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:49:52.6648888Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6649273Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6649679Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6650072Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6650438Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-12-01T10:49:52.6650694Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.002s) 2022-12-01T10:49:52.6651071Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.006s) 2022-12-01T10:49:52.6651443Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6651962Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6652309Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6652650Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6652957Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-12-01T10:49:52.6653220Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-12-01T10:49:52.6653523Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6653844Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6654140Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-12-01T10:49:52.6654474Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6655002Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:52.6655332Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.030s) 2022-12-01T10:49:52.6655702Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6656031Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6656381Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6656740Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6657075Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6657448Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6657805Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6658110Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6658435Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6658782Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6659139Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6659430Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:49:52.6659735Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6660052Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.002s) 2022-12-01T10:49:52.6660349Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:49:52.6660656Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:49:52.6660973Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6661306Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6661647Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6662016Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6662387Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6662751Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6663108Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6663475Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6663846Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6664212Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:52.6664542Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.003s) 2022-12-01T10:49:52.6664721Z 2022-12-01T10:49:52.6664961Z ---------------------------------------------------------------------- 2022-12-01T10:49:52.6665207Z Ran 48 tests in 0.177s 2022-12-01T10:49:52.6665321Z 2022-12-01T10:49:52.6665382Z OK (skipped=34) 2022-12-01T10:49:52.6665492Z 2022-12-01T10:49:52.6665576Z Generating XML reports... 2022-12-01T10:49:52.6666033Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201104952.xml 2022-12-01T10:49:52.6666531Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201104952.xml 2022-12-01T10:49:52.6667039Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201104952.xml 2022-12-01T10:49:52.6667512Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201104952.xml 2022-12-01T10:49:52.6667725Z 2022-12-01T10:49:52.6668005Z ##[endgroup] 2022-12-01T10:49:52.6668358Z FINISHED PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_1wj4ox11) 2022-12-01T10:49:52.6668562Z 2022-12-01T10:49:52.6668733Z Running test_cuda ... [2022-12-01 10:49:52.664670] 2022-12-01T10:49:52.6669184Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:52.664988] 2022-12-01T10:49:53.8006270Z 2022-12-01T10:49:53.8006757Z Expand the folded group to see the log file of test_cuda 2022-12-01T10:49:53.8007386Z ##[group]PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_0e47nxrk) 2022-12-01T10:49:53.8009576Z CUDA not available, skipping tests 2022-12-01T10:49:53.8009833Z 2022-12-01T10:49:53.8009963Z Running tests... 2022-12-01T10:49:53.8010520Z ---------------------------------------------------------------------- 2022-12-01T10:49:53.8010707Z 2022-12-01T10:49:53.8010906Z ---------------------------------------------------------------------- 2022-12-01T10:49:53.8011152Z Ran 0 tests in 0.000s 2022-12-01T10:49:53.8011312Z 2022-12-01T10:49:53.8039615Z OK 2022-12-01T10:49:53.8039830Z 2022-12-01T10:49:53.8039970Z Generating XML reports... 2022-12-01T10:49:53.8040663Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-12-01T10:49:53.8040919Z 2022-12-01T10:49:53.8041211Z ##[endgroup] 2022-12-01T10:49:53.8041599Z FINISHED PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_0e47nxrk) 2022-12-01T10:49:53.8041810Z 2022-12-01T10:49:53.8041994Z Running test_tensor_creation_ops ... [2022-12-01 10:49:53.800893] 2022-12-01T10:49:53.8042483Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:53.801259] 2022-12-01T10:50:19.3094244Z 2022-12-01T10:50:19.3095184Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T10:50:19.3097663Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_632y3xp0) 2022-12-01T10:50:19.3098526Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T10:50:19.3098834Z 2022-12-01T10:50:19.3099708Z Running tests... 2022-12-01T10:50:19.3100036Z ---------------------------------------------------------------------- 2022-12-01T10:50:19.3100347Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:50:19.3100663Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3101336Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3101848Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3102414Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3102891Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3103339Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3103809Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3104285Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3104750Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3105420Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3105962Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3106538Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3106883Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3107189Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3107488Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3107791Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3108077Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3108378Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3108675Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3108952Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3109245Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3109540Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3109860Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3110168Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3110467Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3110764Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3111049Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3111336Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3111624Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3111895Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3112177Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3112465Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3112758Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3113042Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3113343Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3113649Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3113936Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3114231Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3114522Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3114817Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3115100Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3115390Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3115676Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3115955Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3116247Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3116544Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3116840Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3117290Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3117589Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3117919Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3118201Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3118493Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3118782Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3119065Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3119334Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3119623Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3119919Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3120412Z 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:50:19.3120881Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T10:50:19.3121084Z ok (0.008s) 2022-12-01T10:50:19.3121327Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3121615Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3121910Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3122206Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3122498Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3122775Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3123070Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3123358Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3123638Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3123972Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3124344Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3124720Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3125079Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3125440Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3125801Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3126167Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3126511Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3126865Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3127221Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3127563Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3127883Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3128217Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3128524Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3128812Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3129138Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3129433Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3129709Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3129994Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3130285Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3130572Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3130848Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3131180Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3131551Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3132131Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3132484Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3132843Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3133203Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3133547Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3133905Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3134266Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3134620Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3134960Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3135276Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3135561Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3135848Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3136126Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:50:19.3136410Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3136693Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3136961Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3137240Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3137524Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3137790Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3138065Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3138341Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3138623Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3138896Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3139183Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3139547Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3139827Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3140117Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3140437Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:50:19.3140719Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3140986Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3141266Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3141549Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3141817Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:50:19.3142119Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:50:19.3142445Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-12-01T10:50:19.3142756Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:50:19.3143092Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3143429Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3143750Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:50:19.3144287Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:50:19.3144638Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:50:19.3144986Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:50:19.3145327Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:50:19.3145652Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:50:19.3145992Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:50:19.3146327Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:50:19.3146662Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:50:19.3146985Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:50:19.3147318Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:50:19.3147647Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3147970Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3148306Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3148639Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3148969Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3149287Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3149609Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3149929Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3150233Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3150548Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3150869Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3151213Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3151515Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3151836Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3152188Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3152485Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3152795Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3153099Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3153403Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3153690Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3153990Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3154297Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3154593Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3154912Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3155245Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3155569Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3155873Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3156182Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3156497Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3156796Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3157190Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3157496Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3157808Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3158104Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3158413Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3158733Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3159028Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3159332Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3159637Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3159935Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3160223Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3160526Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3160826Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3161112Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:50:19.3161421Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3161740Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3162069Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:50:19.3162379Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3162691Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3163038Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:50:19.3163339Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3163677Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3163986Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3164294Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3164590Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3164909Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3165244Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:50:19.3165578Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:50:19.3165915Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3166245Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3166575Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:50:19.3166890Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3167213Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3167537Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3167847Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3168169Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:50:19.3168481Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3168793Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3169096Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:50:19.3169410Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3169718Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3170009Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3170313Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3170615Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3170914Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3171198Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3171503Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3171998Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3172299Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3172621Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3172936Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3173245Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3173538Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3173844Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3174150Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3174443Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3174835Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3175145Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:50:19.3175498Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3175812Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3176133Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3176495Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:50:19.3176845Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3177210Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:50:19.3177580Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:50:19.3177912Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:50:19.3178231Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3178570Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3179381Z 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:50:19.3179885Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-12-01T10:50:19.3180087Z ok (0.003s) 2022-12-01T10:50:19.3180339Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3180665Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3180977Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3181297Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:50:19.3181627Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3181960Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3182282Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3182618Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3182943Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3183263Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3183583Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3183908Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3184239Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3184554Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (2.678s) 2022-12-01T10:50:19.3184925Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:50:19.3185303Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:50:19.3185630Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.061s) 2022-12-01T10:50:19.3185963Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.116s) 2022-12-01T10:50:19.3186286Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3186585Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.097s) 2022-12-01T10:50:19.3186951Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:50:19.3187349Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:50:19.3187766Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:50:19.3188136Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:50:19.3188481Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3188788Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:50:19.3189086Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3189366Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3189666Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:50:19.3189975Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3190266Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3190562Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:50:19.3190851Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:50:19.3191165Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3191536Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:19.3191902Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:50:19.3192207Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:50:19.3192496Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3192812Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.893s) 2022-12-01T10:50:19.3193120Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:50:19.3193435Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3193721Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:50:19.3194045Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:19.3194390Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3194731Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3195061Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:50:19.3195430Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T10:50:19.3195807Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:50:19.3196122Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:50:19.3196439Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:50:19.3196787Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3197220Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3197562Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3197863Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3198169Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:50:19.3198502Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:50:19.3198803Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3199106Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:50:19.3199451Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:50:19.3199744Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-12-01T10:50:19.3200047Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-12-01T10:50:19.3200341Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-12-01T10:50:19.3200621Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3200917Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3201210Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:50:19.3201507Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:50:19.3201790Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:50:19.3202083Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3202383Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:50:19.3202672Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3202980Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3203274Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.152s) 2022-12-01T10:50:19.3203569Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.188s) 2022-12-01T10:50:19.3203909Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3204254Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3204596Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3204923Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3205261Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3205599Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3205945Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3206286Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3206635Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3206979Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3207311Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3207660Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3207999Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3208323Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3208630Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3208932Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3209330Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:50:19.3209709Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:50:19.3210112Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:50:19.3210657Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.073s) 2022-12-01T10:50:19.3211149Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:50:19.3211812Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.073s) 2022-12-01T10:50:19.3212297Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.073s) 2022-12-01T10:50:19.3212749Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.073s) 2022-12-01T10:50:19.3213177Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:50:19.3213616Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:50:19.3214043Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:50:19.3214495Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:50:19.3215030Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:50:19.3215605Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.561s) 2022-12-01T10:50:19.3216107Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.417s) 2022-12-01T10:50:19.3216556Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.187s) 2022-12-01T10:50:19.3217027Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3217520Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3218137Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.126s) 2022-12-01T10:50:19.3218767Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:50:19.3219346Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3219912Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (2.239s) 2022-12-01T10:50:19.3220485Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (2.025s) 2022-12-01T10:50:19.3221033Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.083s) 2022-12-01T10:50:19.3221586Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (2.009s) 2022-12-01T10:50:19.3222127Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:50:19.3222656Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (2.081s) 2022-12-01T10:50:19.3223201Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (2.021s) 2022-12-01T10:50:19.3223733Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:50:19.3224269Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3224832Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3225472Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3226175Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3226861Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3227552Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3228248Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3228934Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3229613Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3230475Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3231187Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3231956Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3232638Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3233337Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3233998Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:50:19.3234607Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T10:50:19.3235223Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-12-01T10:50:19.3235810Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-12-01T10:50:19.3236402Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:50:19.3237090Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3237743Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3238343Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3238909Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:50:19.3239453Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3240002Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3240553Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3241076Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3241617Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3242167Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3242706Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3243349Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3244037Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3244720Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3245392Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:50:19.3246058Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:50:19.3246671Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.136s) 2022-12-01T10:50:19.3247266Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.128s) 2022-12-01T10:50:19.3248822Z 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:50:19.3249970Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:50:19.3250374Z ok (0.003s) 2022-12-01T10:50:19.3250793Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3251435Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3255291Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3256035Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3256624Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3257216Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3257798Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3258336Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3258820Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3259395Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3259967Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:50:19.3260519Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3261080Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3261615Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3262146Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3262645Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3263172Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3263713Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3264227Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3264764Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3265278Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3265802Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3266345Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3266930Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3267502Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3268048Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3268608Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3269161Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3269724Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3270271Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3270824Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3271389Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.232s) 2022-12-01T10:50:19.3271937Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-12-01T10:50:19.3272498Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T10:50:19.3273065Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-12-01T10:50:19.3273587Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T10:50:19.3274128Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.248s) 2022-12-01T10:50:19.3274680Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.249s) 2022-12-01T10:50:19.3275236Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-12-01T10:50:19.3275943Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.248s) 2022-12-01T10:50:19.3276497Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.218s) 2022-12-01T10:50:19.3277213Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3277804Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3278369Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3278957Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3279532Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3280090Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3280668Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3281245Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3281804Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3283842Z 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:96.) 2022-12-01T10:50:19.3284902Z t.random_(to_) 2022-12-01T10:50:19.3285203Z ok (0.012s) 2022-12-01T10:50:19.3286997Z 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:96.) 2022-12-01T10:50:19.3288049Z t.random_(to_) 2022-12-01T10:50:19.3288321Z ok (0.012s) 2022-12-01T10:50:19.3289956Z 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:96.) 2022-12-01T10:50:19.3290999Z t.random_(to_) 2022-12-01T10:50:19.3291287Z ok (0.012s) 2022-12-01T10:50:19.3293049Z 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:96.) 2022-12-01T10:50:19.3294076Z t.random_(to_) 2022-12-01T10:50:19.3294358Z ok (0.012s) 2022-12-01T10:50:19.3294779Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T10:50:19.3295305Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T10:50:19.3295832Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:50:19.3296375Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T10:50:19.3296913Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T10:50:19.3297570Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3298179Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3298867Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3299405Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:50:19.3299930Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:50:19.3300470Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3301104Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3301753Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3302404Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3303063Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3303715Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3304364Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:50:19.3305003Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3305644Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3306280Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:50:19.3306920Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:50:19.3307562Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3308149Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3308672Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:50:19.3309163Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3309734Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:50:19.3310342Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3310881Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3311445Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.198s) 2022-12-01T10:50:19.3312030Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3312571Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3313190Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3313837Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:19.3315059Z 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:50:19.3316139Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-12-01T10:50:19.3316553Z ok (0.003s) 2022-12-01T10:50:19.3317076Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3317803Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3318354Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3318982Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3319520Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3320108Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3320758Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3321421Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3322073Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3322700Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3323333Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3323989Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3324628Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3325238Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3325862Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:50:19.3326489Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:50:19.3327100Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:50:19.3327674Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3328192Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3328695Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3329195Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:50:19.3329669Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:50:19.3330144Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3330596Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3331117Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3331799Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3332319Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:50:19.3332853Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3333387Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3333920Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3334410Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3334920Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3335385Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:50:19.3335792Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:50:19.3336254Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:50:19.3336752Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-12-01T10:50:19.3337341Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:50:19.3337806Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-12-01T10:50:19.3338258Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-12-01T10:50:19.3338789Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-12-01T10:50:19.3339295Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-12-01T10:50:19.3339722Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-12-01T10:50:19.3340146Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:50:19.3340566Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:50:19.3340996Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:50:19.3341459Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:50:19.3341961Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3342497Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3343086Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3343625Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3344171Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3344741Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3345297Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:50:19.3345836Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:50:19.3346113Z 2022-12-01T10:50:19.3346503Z ---------------------------------------------------------------------- 2022-12-01T10:50:19.3346894Z Ran 538 tests in 23.950s 2022-12-01T10:50:19.3347080Z 2022-12-01T10:50:19.3347193Z OK (skipped=58) 2022-12-01T10:50:19.3347381Z 2022-12-01T10:50:19.3347518Z Generating XML reports... 2022-12-01T10:50:19.3348190Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201104955.xml 2022-12-01T10:50:19.3348917Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201104955.xml 2022-12-01T10:50:19.3349697Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201104955.xml 2022-12-01T10:50:19.3350501Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201104955.xml 2022-12-01T10:50:19.3351294Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201104955.xml 2022-12-01T10:50:19.3351613Z 2022-12-01T10:50:19.3352009Z ##[endgroup] 2022-12-01T10:50:19.3352588Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_632y3xp0) 2022-12-01T10:50:19.3352910Z 2022-12-01T10:50:19.3353154Z Running test_cpp_api_parity ... [2022-12-01 10:50:19.310472] 2022-12-01T10:50:19.3353796Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:19.310840] 2022-12-01T10:50:31.0780401Z 2022-12-01T10:50:31.0781215Z Expand the folded group to see the log file of test_cpp_api_parity 2022-12-01T10:50:31.0782233Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_2lwcz0dk) 2022-12-01T10:50:31.0782778Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:31.0783347Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-12-01T10:50:31.0783540Z 2022-12-01T10:50:31.0783618Z Running tests... 2022-12-01T10:50:31.0783932Z ---------------------------------------------------------------------- 2022-12-01T10:50:31.0784486Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:50:31.0784976Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0785511Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0786056Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0786623Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0787290Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0787912Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0788557Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0789187Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0789787Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0790367Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0791008Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0814441Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0814972Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0815341Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0815722Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0816095Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0816451Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0816826Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0817201Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0817566Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0817918Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0818282Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0818648Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0819012Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:50:31.0819367Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0819722Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0820071Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0820414Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0820790Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0821279Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0821657Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0822060Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0822421Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0822781Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0823143Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0823493Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0823860Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0824228Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0824588Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0824952Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0825318Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0825685Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0826056Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0826425Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0826786Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0827155Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0827521Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0827988Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:50:31.0828583Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0829090Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0829577Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0830087Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0830567Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0831009Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0831461Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0831921Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0832368Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0832808Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0833238Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0833674Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0834110Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0834655Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0835137Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0835667Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0836135Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0836605Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0837152Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0837591Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0838044Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0838510Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0839048Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0839531Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0840034Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0840540Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0840980Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0841439Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0841899Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0842414Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0843397Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0843873Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0844364Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0844869Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0845391Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0845930Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0846489Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0847030Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0847558Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0848057Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0848542Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0849058Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0849542Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0850111Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0850679Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0851195Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0851839Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0852429Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0852954Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0853476Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0854010Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0854567Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0855101Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0855559Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0856005Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0856479Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0856963Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0857459Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0857972Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0858518Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0859068Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0859608Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0860153Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0860626Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0861076Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0861541Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0862008Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0862498Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0863033Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0863577Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0864118Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0864628Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.0865360Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0865939Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0866545Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0867114Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0867794Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0868353Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0869067Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0869633Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0870199Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0870856Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0871428Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0872044Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0872717Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0873333Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0873902Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0874515Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0875135Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0875731Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0876279Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0876822Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0877410Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0878000Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0878620Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0879162Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0879760Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0880354Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0880965Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0881545Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0882159Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0882743Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0883327Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0883897Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0884441Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0885096Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0885748Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0886343Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0887035Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0887648Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0888322Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0888953Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0889603Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0890243Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0890853Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0891406Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0892063Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0892579Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0893136Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0893725Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0894378Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0895024Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0895665Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0896246Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0896835Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0897444Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0897961Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0898580Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0899156Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0899778Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0900400Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0900960Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0901525Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0902142Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0902796Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0903394Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0904002Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0904567Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:50:31.0905115Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:50:31.0905761Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0906414Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0907002Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:50:31.0907758Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0908328Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0908929Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0909586Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0910233Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0910774Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0911334Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0911917Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0912517Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0913061Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0913629Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0914199Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0914796Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0915334Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0915912Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0916483Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0917132Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0917674Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0919213Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:50:31.0920136Z self.padding, self.dilation, self.groups) 2022-12-01T10:50:31.0920495Z ok (0.012s) 2022-12-01T10:50:31.0920953Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0921587Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0922190Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0922777Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0923336Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0923925Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0924540Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0925157Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0925775Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0926423Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0927015Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0927574Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0928245Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0928859Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0929499Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0930098Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0930652Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0931186Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0931937Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0932561Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0933113Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0933732Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0934327Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0934917Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0935529Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0936132Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0936755Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0937374Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0938064Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0938731Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0939329Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0939908Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0940473Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0941052Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0941648Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0942241Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0942797Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0943374Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0943950Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0944541Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0945110Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.0945730Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0946316Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0946862Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0947448Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0948163Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0948757Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0949432Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0950050Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0950668Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0951245Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0951838Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0952412Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0952994Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0953583Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0954196Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0954756Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0955267Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0955830Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0956446Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0957158Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0957766Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0958318Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:50:31.0958910Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0959505Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0960105Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0960714Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0961272Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0961817Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0962394Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0962967Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:50:31.0963544Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0964115Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:50:31.0964714Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0965302Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:50:31.0965886Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0966479Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0967142Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0967742Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0968386Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0968962Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0969618Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0970213Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0970783Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0971378Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.0972133Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0972724Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0973347Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0973971Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.0974624Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0975244Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0975890Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0976497Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.0977117Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0977677Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:50:31.0978256Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0978882Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.0979477Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0980102Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.0980734Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0981350Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:50:31.0981979Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0982576Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:50:31.0983162Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0983750Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:50:31.0984371Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0984995Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0985628Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0986221Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0986839Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0987477Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0988120Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0988836Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0989544Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0990290Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0990978Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0991541Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0992094Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0992700Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0993304Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0993898Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0994536Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0995223Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0995931Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0996673Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0997445Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.0998201Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.0998905Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.0999615Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1000295Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1000951Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1001564Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1002243Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1002947Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1003697Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1004395Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1005089Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1005772Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1006452Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1007095Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1007729Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1008495Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1009185Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1009975Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1010725Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1011473Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1012324Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1013099Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1013894Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1014610Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1015250Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1015925Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1016601Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1017322Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1018066Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1018786Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1019499Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1020143Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1020777Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1021436Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1022132Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1022829Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1023409Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1024040Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1024637Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1025284Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1025938Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1026580Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1027200Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1027792Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1028475Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1029010Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1029620Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1030179Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1030749Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1031318Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1031973Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1032607Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1033221Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1033808Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1034407Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1035006Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1035614Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1036233Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1036966Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1037573Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1038176Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1038761Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1039351Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1039964Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1040596Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1041246Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1041840Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1042439Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1042997Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1043577Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1044135Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1044702Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1045254Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1045848Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1046406Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1046941Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1047486Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1048055Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1048727Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1049336Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1050005Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1050641Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1051273Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1052038Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1052672Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1053347Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1054018Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1054786Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1055483Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1056101Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1056738Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1057375Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1058071Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1058843Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1059526Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.1060202Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1060861Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1061536Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1062199Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1062891Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1063572Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1064291Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1064961Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1065587Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1066237Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1066880Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1067573Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.1068440Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1069080Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1069681Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1070222Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1070792Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1071331Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1071887Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1072376Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1072763Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1073084Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1073406Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1073758Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1074133Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1074468Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:50:31.1074832Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1075182Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1075517Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1075864Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1076207Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1076548Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1076961Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1077318Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:50:31.1077688Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1078045Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1078380Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1078726Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1079074Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1079422Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:50:31.1079795Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1080140Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1080468Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1080784Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1081123Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1081451Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1081851Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1082181Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1082558Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1082900Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1083238Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1083591Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1083960Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1084350Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1084735Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1085135Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1085533Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1085928Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1086311Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1086686Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1087068Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1087403Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1087729Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1088059Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1088402Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1088734Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1089094Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1089452Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1089806Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1090178Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1090568Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1090927Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1091248Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1091714Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1092109Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1092467Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1092823Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1093263Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1093656Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1094056Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1094382Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1094729Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1095089Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1095430Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1095796Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1096173Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1096559Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1097542Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:50:31.1098225Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:50:31.1099183Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-12-01T10:50:31.1099859Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-12-01T10:50:31.1100129Z ok (0.008s) 2022-12-01T10:50:31.1100381Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1100718Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1101068Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1101404Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1101730Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1102075Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1102432Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1102752Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1103064Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1103379Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1103706Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1104013Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1104337Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1104668Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1105034Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1105366Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1105726Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1106045Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1106351Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1106675Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1107004Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1107350Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1107710Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1108084Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1108466Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1108823Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1109195Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1109563Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1109930Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1110281Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.055s) 2022-12-01T10:50:31.1110652Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1111021Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1111394Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1111721Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1112042Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1112370Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1112702Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1113052Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1113414Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1113771Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1114114Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1114442Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1114754Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1115078Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1115407Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1115737Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1116070Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1116424Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1116781Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1117282Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1117661Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1118021Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:50:31.1118400Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1118748Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1119074Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1119661Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1119998Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1120324Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1120631Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1120962Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1121306Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1121661Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1122010Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1122364Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1122706Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1123029Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1123341Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1123656Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:50:31.1123966Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1124287Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1124615Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1124950Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1125284Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1125631Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1125990Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1126341Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1126722Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1127094Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1127465Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1127820Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1128232Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1128603Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1128921Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1129229Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1129561Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1129891Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1130216Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1130543Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1130883Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1131203Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1131509Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1131962Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1132296Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1132622Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1132976Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1133300Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1133604Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1133904Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1134225Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1134564Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1134883Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1135242Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1135625Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1135993Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1136369Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1136754Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1137136Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1137520Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1137892Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1138264Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1138635Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1139021Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1139470Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1139871Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1140312Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1140692Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1141088Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1141480Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1141867Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1142210Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1142523Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1142864Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1143227Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1143558Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1143912Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1144252Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1144578Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1144921Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1145280Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1145608Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1145886Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1146203Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1146531Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1146865Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1147201Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1147535Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1147879Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1148188Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1148516Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1148847Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1149184Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1149508Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1149848Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1150203Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:50:31.1150552Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1150938Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:50:31.1151301Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1151689Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:50:31.1152037Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1152366Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1152700Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1153039Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1153381Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1153736Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1154098Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1154424Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1154739Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1155063Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1155405Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1155716Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1156027Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1156350Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1156684Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1157080Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:50:31.1157393Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1157714Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:50:31.1158042Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1158365Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1158688Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1159013Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1159327Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1159702Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1160065Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1160422Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1160803Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1161150Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1161517Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1161875Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1162291Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1162648Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1163012Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1163325Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1163655Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1163995Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1164334Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1164694Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1165070Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1165431Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1165778Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1166139Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1166516Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1166849Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1167156Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1167481Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1167824Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1168154Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1168505Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1168830Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1169105Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1169397Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1169704Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1170027Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1170352Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1170662Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1170983Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1171311Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1171769Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1172125Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1172474Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1172816Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1173180Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1173514Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:50:31.1173891Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:50:31.1174236Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1174642Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1174986Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.1175343Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1175674Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:50:31.1175993Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T10:50:31.1176346Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1176707Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1177054Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:50:31.1177414Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1177758Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1178065Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1178419Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1178770Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1179117Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1179489Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1179825Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:50:31.1180144Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:50:31.1180491Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1180863Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1181210Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1181574Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1181907Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:50:31.1182229Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:50:31.1182587Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1182948Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1183297Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:50:31.1183657Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1183984Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1184278Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1184585Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1184905Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1185268Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1185609Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1186005Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-12-01T10:50:31.1186369Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1186678Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1186981Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1187289Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1187607Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1187908Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1188219Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1188533Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1188851Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1189174Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1189500Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1189826Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1190153Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1190483Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1190819Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1191174Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1191556Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1191934Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1192311Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1192673Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:50:31.1193050Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1193382Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1193669Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:50:31.1193973Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1194300Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1194649Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1194986Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1195308Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1195644Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1195969Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1196286Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1196630Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1197020Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1197373Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1197704Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1198032Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1198368Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1198682Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1199007Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1199327Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1199623Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1199934Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1200271Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1200618Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1200956Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1201317Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1201681Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1201996Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1202305Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1202626Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1202965Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1203292Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1203639Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1203965Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1204279Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1204584Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1204915Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1205230Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1205522Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1205838Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1206156Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1206476Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1206782Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1207104Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1207437Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1207776Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1208137Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1208482Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1208861Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1209201Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1209565Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1209946Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.053s) 2022-12-01T10:50:31.1210350Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1210732Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.053s) 2022-12-01T10:50:31.1211132Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1211531Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:50:31.1212069Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1212454Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:50:31.1212850Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1213225Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.163s) 2022-12-01T10:50:31.1213573Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1213940Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1214316Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1214694Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1215054Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1215422Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1215797Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1216151Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1216481Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1216804Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1217112Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1217418Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1217748Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1218070Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1218370Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1218699Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1219056Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1219387Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1219800Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1220172Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1220520Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1220872Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1221217Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1221580Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1221950Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1222323Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1222683Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1223063Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1223448Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1224221Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T10:50:31.1224656Z warnings.warn(warning.format(ret)) 2022-12-01T10:50:31.1224853Z ok (0.006s) 2022-12-01T10:50:31.1225148Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1225532Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1225903Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1226294Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1226691Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1227074Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1227475Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1227869Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1228259Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1228615Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1228970Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1229325Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1229687Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1230046Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1230428Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1230836Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1231215Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1231619Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1232017Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1232409Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1232799Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1233171Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1233558Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1233925Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1234248Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1234621Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1235003Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1235357Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1235705Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1236059Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1236417Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1236771Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1237215Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1237601Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1238009Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1238404Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1238789Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1239182Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1239583Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1239975Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1240356Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1240755Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1241165Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1241570Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1242034Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1242437Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1242849Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1243221Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1243611Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1243997Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1244368Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1244733Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1245114Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1245499Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1245893Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1246251Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1246614Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1246984Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1247369Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1247734Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1248120Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1248484Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1248832Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1249202Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1249590Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1249970Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1250335Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1250695Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1251054Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1251421Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1251937Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1252312Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1252682Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1253120Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1253511Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1253977Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1254380Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1254762Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1255118Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1255486Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1255855Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1256207Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1256575Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1256938Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1257304Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1257653Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1258018Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1258377Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1258748Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1259098Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1259469Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1259835Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1260199Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1260550Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1260913Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1261280Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1261645Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1262008Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1262366Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1262722Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1263075Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1263448Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1263829Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1264229Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1264583Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1264989Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1265366Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1265731Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1266083Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1266455Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1266840Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1267205Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1267588Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1267977Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1268378Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1268770Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1269160Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1269588Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1270030Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1270407Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1270773Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1271178Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1271594Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1271952Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1272323Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1272698Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1273082Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1273450Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:50:31.1273829Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1274219Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1274627Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1275053Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1275447Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1275922Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1276135Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1276304Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1276487Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1276687Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1276951Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1277115Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1277289Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1277489Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1277676Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1277845Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1278042Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1278208Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1278379Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1278586Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1278778Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1278942Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1279131Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1279291Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1279479Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1279651Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1279848Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1280006Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1280181Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1280356Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1280558Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1280758Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1280955Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1281141Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1281331Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1281499Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1281694Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1281847Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1282042Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1282205Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:50:31.1282400Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1282566Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1282757Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1282923Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1283109Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1283273Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1283448Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1283608Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:50:31.1283793Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1283955Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1284145Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1284314Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1284512Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1284682Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1284869Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:50:31.1285083Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1285266Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1285435Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:50:31.1285619Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1285866Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1286062Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1286243Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1286422Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1286572Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1286752Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1286894Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1287077Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1287234Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1287416Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1287573Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1287754Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1287921Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1288112Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1288299Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1288501Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1288669Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1288864Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1289046Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.005s) 2022-12-01T10:50:31.1289237Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1289397Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1289590Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1289749Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1289938Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1290102Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:50:31.1290284Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1290436Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1290614Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1290772Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:50:31.1290963Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1291141Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1291322Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1291509Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:50:31.1291827Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:50:31.1291978Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:50:31.1292167Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:50:31.1292178Z 2022-12-01T10:50:31.1292414Z ---------------------------------------------------------------------- 2022-12-01T10:50:31.1292495Z Ran 1100 tests in 5.791s 2022-12-01T10:50:31.1292501Z 2022-12-01T10:50:31.1292601Z OK (skipped=550, expected failures=17) 2022-12-01T10:50:31.1292607Z 2022-12-01T10:50:31.1292692Z Generating XML reports... 2022-12-01T10:50:31.1293007Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105024.xml 2022-12-01T10:50:31.1293014Z 2022-12-01T10:50:31.1293360Z ##[endgroup] 2022-12-01T10:50:31.1293647Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_2lwcz0dk) 2022-12-01T10:50:31.1293652Z 2022-12-01T10:50:31.1293832Z Running test_multiprocessing ... [2022-12-01 10:50:31.080062] 2022-12-01T10:50:31.1294178Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:31.080380] 2022-12-01T10:50:35.3587239Z 2022-12-01T10:50:35.3587780Z Expand the folded group to see the log file of test_multiprocessing 2022-12-01T10:50:35.3589011Z ##[group]PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_oempvhwq) 2022-12-01T10:50:35.3625036Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-12-01T10:50:35.3625445Z 2022-12-01T10:50:35.3626936Z Running tests... 2022-12-01T10:50:35.3627328Z ---------------------------------------------------------------------- 2022-12-01T10:50:35.3627683Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.340s) 2022-12-01T10:50:35.3628260Z 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:50:35.3628640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:50:35.3629445Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:50:35.3630155Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:50:35.3631111Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:50:35.3631790Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:50:35.3640510Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:50:35.3641007Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:50:35.3641327Z ok (1.025s) 2022-12-01T10:50:35.3641672Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T10:50:35.3642185Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3642748Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3643345Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:50:35.3644117Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3644572Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:50:35.3645112Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3645593Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:50:35.3646022Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T10:50:35.3646398Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-12-01T10:50:35.3646853Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T10:50:35.3647310Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3647759Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3648242Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3648746Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3649223Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3650433Z 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:50:35.3651253Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.174s) 2022-12-01T10:50:35.3652610Z 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:50:35.3654326Z 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:50:35.3655131Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.259s) 2022-12-01T10:50:35.3656247Z 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:50:35.3657015Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.131s) 2022-12-01T10:50:35.3658193Z 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:50:35.3659840Z 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:50:35.3660966Z 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:50:35.3661581Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:50:35.3662179Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:50:35.3662647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:50:35.3662948Z ok (1.076s) 2022-12-01T10:50:35.3663334Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3663814Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T10:50:35.3664271Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T10:50:35.3664780Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.014s) 2022-12-01T10:50:35.3665313Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:50:35.3665848Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-12-01T10:50:35.3667110Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f085c038440> 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:50:35.3667898Z "to suppress this warning".format(repr(hook))) 2022-12-01T10:50:35.3668171Z ok (0.009s) 2022-12-01T10:50:35.3669325Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f085c035d40> 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:50:35.3670142Z "to suppress this warning".format(repr(hook))) 2022-12-01T10:50:35.3670414Z ok (0.016s) 2022-12-01T10:50:35.3670790Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T10:50:35.3671067Z 2022-12-01T10:50:35.3671379Z ---------------------------------------------------------------------- 2022-12-01T10:50:35.3671729Z Ran 37 tests in 3.069s 2022-12-01T10:50:35.3671890Z 2022-12-01T10:50:35.3671999Z OK (skipped=24) 2022-12-01T10:50:35.3672167Z 2022-12-01T10:50:35.3672295Z Generating XML reports... 2022-12-01T10:50:35.3672990Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201105032.xml 2022-12-01T10:50:35.3673369Z 2022-12-01T10:50:35.3673833Z ##[endgroup] 2022-12-01T10:50:35.3674508Z FINISHED PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_oempvhwq) 2022-12-01T10:50:35.3674886Z 2022-12-01T10:50:35.3675160Z Running test_mobile_optimizer ... [2022-12-01 10:50:35.359121] 2022-12-01T10:50:35.3676019Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:35.359514] 2022-12-01T10:50:39.1593908Z 2022-12-01T10:50:39.1594698Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T10:50:39.1595457Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer__mv4krmk) 2022-12-01T10:50:39.1596027Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-12-01T10:50:39.1596214Z 2022-12-01T10:50:39.1596305Z Running tests... 2022-12-01T10:50:39.1596921Z ---------------------------------------------------------------------- 2022-12-01T10:50:39.1597238Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.240s) 2022-12-01T10:50:39.1597625Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.030s) 2022-12-01T10:50:39.1597925Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.414s) 2022-12-01T10:50:39.1598278Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.384s) 2022-12-01T10:50:39.1598596Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.181s) 2022-12-01T10:50:39.1599017Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.040s) 2022-12-01T10:50:39.1599425Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.129s) 2022-12-01T10:50:39.1599702Z 2022-12-01T10:50:39.1599938Z ---------------------------------------------------------------------- 2022-12-01T10:50:39.1600182Z Ran 7 tests in 2.419s 2022-12-01T10:50:39.1600298Z 2022-12-01T10:50:39.1600360Z OK 2022-12-01T10:50:39.1600455Z 2022-12-01T10:50:39.1600540Z Generating XML reports... 2022-12-01T10:50:39.1600953Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201105036.xml 2022-12-01T10:50:39.1601188Z 2022-12-01T10:50:39.1601450Z ##[endgroup] 2022-12-01T10:50:39.1601888Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer__mv4krmk) 2022-12-01T10:50:39.1602099Z 2022-12-01T10:50:39.1602391Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 10:50:39.159798] 2022-12-01T10:50:39.1603087Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:39.160131] 2022-12-01T10:50:42.3075775Z 2022-12-01T10:50:42.3076382Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T10:50:42.3077515Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_hqyuowm8) 2022-12-01T10:50:42.3078545Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T10:50:42.3078946Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:42.3079101Z 2022-12-01T10:50:42.3079176Z Running tests... 2022-12-01T10:50:42.3079481Z ---------------------------------------------------------------------- 2022-12-01T10:50:42.3079895Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:50:42.3080346Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-12-01T10:50:42.3080728Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-12-01T10:50:42.3081049Z Building extension module custom_device_extension... 2022-12-01T10:50:42.3081310Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:50:42.3083151Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:50:42.3084564Z [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:50:42.3084981Z Loading extension module custom_device_extension... 2022-12-01T10:50:42.3085359Z ok (1.618s) 2022-12-01T10:50:42.3085464Z 2022-12-01T10:50:42.3085671Z ---------------------------------------------------------------------- 2022-12-01T10:50:42.3085899Z Ran 1 test in 1.629s 2022-12-01T10:50:42.3086012Z 2022-12-01T10:50:42.3086074Z OK 2022-12-01T10:50:42.3086164Z 2022-12-01T10:50:42.3086249Z Generating XML reports... 2022-12-01T10:50:42.3086751Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201105040.xml 2022-12-01T10:50:42.3087053Z 2022-12-01T10:50:42.3087312Z ##[endgroup] 2022-12-01T10:50:42.3087793Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_hqyuowm8) 2022-12-01T10:50:42.3088070Z 2022-12-01T10:50:42.3088232Z Running test_jit_disabled ... [2022-12-01 10:50:42.308052] 2022-12-01T10:50:42.3088702Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:42.308406] 2022-12-01T10:50:43.8351035Z 2022-12-01T10:50:43.8351554Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T10:50:43.8352810Z ##[group]PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_pcxmlfav) 2022-12-01T10:50:43.8353466Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-12-01T10:50:43.8353651Z 2022-12-01T10:50:43.8353724Z Running tests... 2022-12-01T10:50:43.8354019Z ---------------------------------------------------------------------- 2022-12-01T10:50:43.8354317Z test_attribute (__main__.TestJitDisabled) ... ok (0.272s) 2022-12-01T10:50:43.8354606Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.042s) 2022-12-01T10:50:43.8354985Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.041s) 2022-12-01T10:50:43.8355147Z 2022-12-01T10:50:43.8355356Z ---------------------------------------------------------------------- 2022-12-01T10:50:43.8355701Z Ran 3 tests in 0.355s 2022-12-01T10:50:43.8355835Z 2022-12-01T10:50:43.8355896Z OK 2022-12-01T10:50:43.8355987Z 2022-12-01T10:50:43.8356060Z Generating XML reports... 2022-12-01T10:50:43.8356485Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201105043.xml 2022-12-01T10:50:43.8356719Z 2022-12-01T10:50:43.8357056Z ##[endgroup] 2022-12-01T10:50:43.8357431Z FINISHED PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_pcxmlfav) 2022-12-01T10:50:43.8357649Z 2022-12-01T10:50:43.8357823Z Running test_show_pickle ... [2022-12-01 10:50:43.835403] 2022-12-01T10:50:43.8359485Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:43.835750] 2022-12-01T10:50:45.2159132Z 2022-12-01T10:50:45.2159641Z Expand the folded group to see the log file of test_show_pickle 2022-12-01T10:50:45.2160657Z ##[group]PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_bqh3glaf) 2022-12-01T10:50:45.2161400Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-12-01T10:50:45.2161584Z 2022-12-01T10:50:45.2161657Z Running tests... 2022-12-01T10:50:45.2161970Z ---------------------------------------------------------------------- 2022-12-01T10:50:45.2162253Z test_scripted_model (__main__.TestShowPickle) ... ok (0.237s) 2022-12-01T10:50:45.2162409Z 2022-12-01T10:50:45.2162684Z ---------------------------------------------------------------------- 2022-12-01T10:50:45.2163000Z Ran 1 test in 0.237s 2022-12-01T10:50:45.2163171Z 2022-12-01T10:50:45.2163249Z OK 2022-12-01T10:50:45.2163329Z 2022-12-01T10:50:45.2163618Z Generating XML reports... 2022-12-01T10:50:45.2164053Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201105044.xml 2022-12-01T10:50:45.2164352Z 2022-12-01T10:50:45.2164595Z ##[endgroup] 2022-12-01T10:50:45.2164966Z FINISHED PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_bqh3glaf) 2022-12-01T10:50:45.2165182Z 2022-12-01T10:50:45.2165383Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 10:50:45.216191] 2022-12-01T10:50:46.3758217Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:46.4645113Z running install 2022-12-01T10:50:46.4646222Z /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:50:46.4647016Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:50:46.4756428Z running build 2022-12-01T10:50:46.4756873Z running build_py 2022-12-01T10:50:46.4818262Z creating build 2022-12-01T10:50:46.4818895Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:50:46.4819456Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:50:46.4831238Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:50:46.4831709Z running build_ext 2022-12-01T10:50:46.5214191Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T10:50:46.5214913Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-12-01T10:50:46.5578969Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:50:46.5579759Z Compiling objects... 2022-12-01T10:50:46.5580168Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:50:47.6117240Z [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="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:47.6118775Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:47.6119304Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T10:50:47.6119834Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T10:50:47.6120267Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T10:50:47.6120643Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T10:50:47.6121226Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T10:50:47.6121675Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T10:50:47.6122591Z /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:50:47.6124246Z class class_ : public detail::generic_type { 2022-12-01T10:50:47.6124503Z ^~~~~~ 2022-12-01T10:50:47.6125312Z /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:50:47.6218038Z 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:50:47.9158634Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T10:50:47.9530177Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:50:47.9543340Z Compiling objects... 2022-12-01T10:50:47.9543704Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:50:49.0095599Z [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="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:49.0097155Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:49.0152329Z 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:50:49.2951839Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T10:50:49.3324729Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:50:49.3325550Z Compiling objects... 2022-12-01T10:50:49.3325962Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:50:50.4628800Z [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="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:50.4630390Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:50.4630871Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T10:50:50.4631323Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T10:50:50.4631731Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T10:50:50.4632190Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T10:50:50.4632556Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T10:50:50.4633053Z /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:50:50.4633349Z # pragma unroll 2022-12-01T10:50:50.4633519Z 2022-12-01T10:50:50.4684285Z 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:50:50.7581985Z running install_lib 2022-12-01T10:50:50.7648368Z creating install 2022-12-01T10:50:50.7648654Z creating install/opt 2022-12-01T10:50:50.7648852Z creating install/opt/conda 2022-12-01T10:50:50.7649062Z creating install/opt/conda/lib 2022-12-01T10:50:50.7650912Z creating install/opt/conda/lib/python3.7 2022-12-01T10:50:50.7651778Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:50:50.7652347Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:50:50.7653254Z 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:50:50.7653890Z 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:50:50.7714516Z 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:50:50.7777839Z 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:50:50.7847751Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T10:50:50.7849012Z running install_egg_info 2022-12-01T10:50:50.7985443Z running egg_info 2022-12-01T10:50:50.7986063Z creating torch_test_cpp_extension.egg-info 2022-12-01T10:50:50.8036541Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T10:50:50.8039070Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T10:50:50.8042146Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T10:50:50.8042894Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:50:50.8095266Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:50:50.8101348Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:50:50.8102198Z 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:50:50.8105947Z running install_scripts 2022-12-01T10:50:52.2431925Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:52.2726725Z running install 2022-12-01T10:50:52.2728754Z /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:50:52.2729256Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:50:52.2837821Z running build 2022-12-01T10:50:52.2838148Z running build_ext 2022-12-01T10:50:52.3219210Z building 'no_python_abi_suffix_test' extension 2022-12-01T10:50:52.3219751Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T10:50:52.3220412Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T10:50:52.3579464Z 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:50:52.3580095Z Compiling objects... 2022-12-01T10:50:52.3580506Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:50:52.4238141Z [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="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:52.4239803Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:52.4284222Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:50:52.4286579Z 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:50:52.5869818Z running install_lib 2022-12-01T10:50:52.5933287Z creating install 2022-12-01T10:50:52.5933565Z creating install/opt 2022-12-01T10:50:52.5933881Z creating install/opt/conda 2022-12-01T10:50:52.5934181Z creating install/opt/conda/lib 2022-12-01T10:50:52.5934493Z creating install/opt/conda/lib/python3.7 2022-12-01T10:50:52.5934930Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:50:52.5935383Z 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:50:52.5941164Z running install_egg_info 2022-12-01T10:50:52.6075435Z running egg_info 2022-12-01T10:50:52.6075766Z creating no_python_abi_suffix_test.egg-info 2022-12-01T10:50:52.6125642Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T10:50:52.6128042Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T10:50:52.6130598Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T10:50:52.6131748Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:50:52.6181496Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:50:52.6187285Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:50:52.6188484Z 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:50:52.6192181Z running install_scripts 2022-12-01T10:50:52.8760039Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:52.875606] 2022-12-01T10:50:54.7099584Z 2022-12-01T10:50:54.7100325Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T10:50:54.7104446Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_2894m71p) 2022-12-01T10:50:54.7105200Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T10:50:54.7105677Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:54.7105857Z 2022-12-01T10:50:54.7105920Z Running tests... 2022-12-01T10:50:54.7106224Z ---------------------------------------------------------------------- 2022-12-01T10:50:54.7106521Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.012s) 2022-12-01T10:50:54.7106831Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:50:54.7107149Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:50:54.7107480Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:50:54.7107815Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:50:54.7108209Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:50:54.7108519Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:50:54.7108853Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:50:54.7109160Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:50:54.7109419Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T10:50:54.7109686Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:50:54.7109959Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T10:50:54.7110198Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:50:54.7110445Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-12-01T10:50:54.7110725Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T10:50:54.7110902Z 2022-12-01T10:50:54.7111089Z ---------------------------------------------------------------------- 2022-12-01T10:50:54.7111329Z Ran 15 tests in 0.033s 2022-12-01T10:50:54.7111442Z 2022-12-01T10:50:54.7111512Z OK (skipped=5) 2022-12-01T10:50:54.7111616Z 2022-12-01T10:50:54.7111700Z Generating XML reports... 2022-12-01T10:50:54.7112138Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201105054.xml 2022-12-01T10:50:54.7112692Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201105054.xml 2022-12-01T10:50:54.7113227Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201105054.xml 2022-12-01T10:50:54.7113757Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201105054.xml 2022-12-01T10:50:54.7113995Z 2022-12-01T10:50:54.7114242Z ##[endgroup] 2022-12-01T10:50:54.7114793Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_2894m71p) 2022-12-01T10:50:54.7115036Z 2022-12-01T10:50:54.7115230Z Running test_cpp_extensions_aot_no_ninja ... [2022-12-01 10:50:54.710352] 2022-12-01T10:50:55.8507941Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:55.9389708Z running install 2022-12-01T10:50:55.9390659Z /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:50:55.9391112Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:50:55.9502319Z running build 2022-12-01T10:50:55.9502735Z running build_py 2022-12-01T10:50:55.9557307Z creating build 2022-12-01T10:50:55.9557870Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:50:55.9558421Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:50:55.9559386Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:50:55.9560321Z running build_ext 2022-12-01T10:50:55.9574645Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T10:50:55.9574987Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T10:50:55.9577581Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:56.9155292Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:56.9156143Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T10:50:56.9156638Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T10:50:56.9157139Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T10:50:56.9157413Z from extension.cpp:1: 2022-12-01T10:50:56.9157937Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T10:50:56.9158279Z extension.cpp:36:53: required from here 2022-12-01T10:50:56.9158957Z /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:50:56.9159438Z class class_ : public detail::generic_type { 2022-12-01T10:50:56.9159628Z ^~~~~~ 2022-12-01T10:50:56.9160217Z /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:50:56.9165161Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:50:57.2013040Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T10:50:57.2015591Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:58.3540296Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:58.3550516Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:50:58.6374810Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T10:50:58.6377505Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:50:59.7656125Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:50:59.7656663Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T10:50:59.7657093Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T10:50:59.7657519Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T10:50:59.7657985Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T10:50:59.7658294Z from rng_extension.cpp:6: 2022-12-01T10:50:59.7658721Z /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:50:59.7659046Z # pragma unroll 2022-12-01T10:50:59.7659211Z 2022-12-01T10:50:59.7665832Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:51:00.0658919Z running install_lib 2022-12-01T10:51:00.0726766Z 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:51:00.0799978Z 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:51:00.0873806Z 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:51:00.0953930Z running install_egg_info 2022-12-01T10:51:00.1091142Z running egg_info 2022-12-01T10:51:00.1139491Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T10:51:00.1188645Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T10:51:00.1217067Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T10:51:00.1296384Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:51:00.1303017Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:51:00.1330893Z removing './install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info' (and everything under it) 2022-12-01T10:51:00.1332956Z 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:51:00.1337331Z running install_scripts 2022-12-01T10:51:01.5502050Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:51:01.5801718Z running install 2022-12-01T10:51:01.5802406Z /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:51:01.5802886Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:51:01.5914430Z running build 2022-12-01T10:51:01.5914665Z running build_ext 2022-12-01T10:51:01.6304669Z building 'no_python_abi_suffix_test' extension 2022-12-01T10:51:01.6665883Z 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:51:01.6678027Z Compiling objects... 2022-12-01T10:51:01.6678327Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:51:01.6996814Z ninja: no work to do. 2022-12-01T10:51:01.7041779Z 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:51:01.8718175Z running install_lib 2022-12-01T10:51:01.8782624Z 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:51:01.8787608Z running install_egg_info 2022-12-01T10:51:01.8922060Z running egg_info 2022-12-01T10:51:01.8970278Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T10:51:01.8984676Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T10:51:01.8994824Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T10:51:01.9052971Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:51:01.9059571Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:51:01.9072636Z removing './install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info' (and everything under it) 2022-12-01T10:51:01.9074356Z 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:51:01.9078114Z running install_scripts 2022-12-01T10:51:02.1477028Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:51:02.147334] 2022-12-01T10:51:03.9602001Z 2022-12-01T10:51:03.9602594Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-12-01T10:51:03.9603764Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_jh12r_z9) 2022-12-01T10:51:03.9604399Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-12-01T10:51:03.9604777Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:51:03.9604931Z 2022-12-01T10:51:03.9605006Z Running tests... 2022-12-01T10:51:03.9605302Z ---------------------------------------------------------------------- 2022-12-01T10:51:03.9605608Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.012s) 2022-12-01T10:51:03.9605923Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:03.9606259Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:03.9606578Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:51:03.9606994Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:51:03.9607316Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:51:03.9607600Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:51:03.9607928Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:51:03.9608247Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:51:03.9608507Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T10:51:03.9608762Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:51:03.9609037Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T10:51:03.9609291Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:51:03.9609527Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-12-01T10:51:03.9609814Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:03.9609990Z 2022-12-01T10:51:03.9610195Z ---------------------------------------------------------------------- 2022-12-01T10:51:03.9610425Z Ran 15 tests in 0.033s 2022-12-01T10:51:03.9610540Z 2022-12-01T10:51:03.9610613Z OK (skipped=5) 2022-12-01T10:51:03.9610719Z 2022-12-01T10:51:03.9610804Z Generating XML reports... 2022-12-01T10:51:03.9611266Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201105103.xml 2022-12-01T10:51:03.9611959Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201105103.xml 2022-12-01T10:51:03.9612508Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201105103.xml 2022-12-01T10:51:03.9613063Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201105103.xml 2022-12-01T10:51:03.9613306Z 2022-12-01T10:51:03.9613537Z ##[endgroup] 2022-12-01T10:51:03.9613979Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_jh12r_z9) 2022-12-01T10:51:03.9614227Z 2022-12-01T10:51:04.2178281Z 2022-12-01T10:51:04.2178593Z real 45m11.217s 2022-12-01T10:51:04.2178832Z user 132m37.401s 2022-12-01T10:51:04.2178998Z sys 7m20.084s 2022-12-01T10:51:04.2179246Z + assert_git_not_dirty 2022-12-01T10:51:04.2179583Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:51:04.2179851Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:51:04.2181387Z ++ git status --porcelain 2022-12-01T10:51:17.8821408Z + git_status= 2022-12-01T10:51:17.8821918Z + [[ -n '' ]] 2022-12-01T10:51:17.8822120Z + test_libtorch 2022-12-01T10:51:17.8822402Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:51:17.8822650Z + echo 'Testing libtorch' 2022-12-01T10:51:17.8822853Z Testing libtorch 2022-12-01T10:51:17.8823416Z + 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:51:17.8868470Z + 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:51:17.8876954Z + 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:51:17.8885219Z + 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:51:17.8894187Z + 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:51:17.8902332Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:51:17.8911097Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-12-01T10:51:17.8911731Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-12-01T10:51:17.8912235Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-12-01T10:51:17.9010584Z + python test/cpp/jit/tests_setup.py setup 2022-12-01T10:51:17.9355500Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-12-01T10:51:18.2675129Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-12-01T10:51:18.2828866Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-12-01T10:51:18.3686768Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-12-01T10:51:18.8414727Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:51:18.8415284Z + /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:51:19.0939586Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:51:19.0945257Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-12-01T10:51:19.0945844Z [==========] Running 569 tests from 118 test suites. 2022-12-01T10:51:19.0946238Z [----------] Global test environment set-up. 2022-12-01T10:51:19.0946550Z [----------] 2 tests from AddIfThenElseOpTest 2022-12-01T10:51:19.0946905Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-12-01T10:51:19.1011457Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (6 ms) 2022-12-01T10:51:19.1012094Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-12-01T10:51:19.1012558Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-12-01T10:51:19.1013030Z [----------] 2 tests from AddIfThenElseOpTest (6 ms total) 2022-12-01T10:51:19.1013218Z 2022-12-01T10:51:19.1013458Z [----------] 15 tests from TopologicalMoveTest 2022-12-01T10:51:19.1013854Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-12-01T10:51:19.1014335Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-12-01T10:51:19.1014833Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-12-01T10:51:19.1015346Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-12-01T10:51:19.1015932Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-12-01T10:51:19.1016449Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-12-01T10:51:19.1016912Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-12-01T10:51:19.1017264Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-12-01T10:51:19.1017747Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-12-01T10:51:19.1018485Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-12-01T10:51:19.1019295Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-12-01T10:51:19.1019858Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-12-01T10:51:19.1020403Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-12-01T10:51:19.1020927Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-12-01T10:51:19.1021486Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-12-01T10:51:19.1022095Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-12-01T10:51:19.1022683Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-12-01T10:51:19.1023242Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-12-01T10:51:19.1023856Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-12-01T10:51:19.1024402Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-12-01T10:51:19.1024879Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-12-01T10:51:19.1025342Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-12-01T10:51:19.1025888Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-12-01T10:51:19.1026663Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-12-01T10:51:19.1027126Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-12-01T10:51:19.1027911Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-12-01T10:51:19.1028394Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-12-01T10:51:19.1029347Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-12-01T10:51:19.1030013Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-12-01T10:51:19.1030780Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-12-01T10:51:19.1031522Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-12-01T10:51:19.1031708Z 2022-12-01T10:51:19.1031856Z [----------] 6 tests from AliasAnalysisTest 2022-12-01T10:51:19.1032214Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-12-01T10:51:19.1066314Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-12-01T10:51:19.1067090Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-12-01T10:51:19.1067713Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-12-01T10:51:19.1068306Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-12-01T10:51:19.1068783Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-12-01T10:51:19.1069197Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-12-01T10:51:19.1069736Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-12-01T10:51:19.1070325Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-12-01T10:51:19.1070885Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-12-01T10:51:19.1071443Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-12-01T10:51:19.1072197Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-12-01T10:51:19.1072835Z [----------] 6 tests from AliasAnalysisTest (3 ms total) 2022-12-01T10:51:19.1073048Z 2022-12-01T10:51:19.1073320Z [----------] 4 tests from WriteTrackingTest 2022-12-01T10:51:19.1073734Z [ RUN ] WriteTrackingTest.Basic 2022-12-01T10:51:19.1074188Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-12-01T10:51:19.1074678Z [ RUN ] WriteTrackingTest.IsMutable 2022-12-01T10:51:19.1075177Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-12-01T10:51:19.1075703Z [ RUN ] WriteTrackingTest.IsImmutable 2022-12-01T10:51:19.1076374Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-12-01T10:51:19.1076964Z [ RUN ] WriteTrackingTest.HasWriters 2022-12-01T10:51:19.1077478Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-12-01T10:51:19.1078024Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-12-01T10:51:19.1078318Z 2022-12-01T10:51:19.1078641Z [----------] 13 tests from ContainerAliasingTest 2022-12-01T10:51:19.1079195Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-12-01T10:51:19.1079565Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-12-01T10:51:19.1080218Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-12-01T10:51:19.1080757Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-12-01T10:51:19.1081195Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-12-01T10:51:19.1081942Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-12-01T10:51:19.1082623Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-12-01T10:51:19.1082968Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-12-01T10:51:19.1083533Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-12-01T10:51:19.1084235Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-12-01T10:51:19.1084786Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-12-01T10:51:19.1085326Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-12-01T10:51:19.1085715Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-12-01T10:51:19.1086369Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-12-01T10:51:19.1086884Z [ RUN ] ContainerAliasingTest.Simple 2022-12-01T10:51:19.1087272Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-12-01T10:51:19.1087774Z [ RUN ] ContainerAliasingTest.Lists 2022-12-01T10:51:19.1088326Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-12-01T10:51:19.1088910Z [ RUN ] ContainerAliasingTest.Lists2 2022-12-01T10:51:19.1089279Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-12-01T10:51:19.1089712Z [ RUN ] ContainerAliasingTest.Conservative 2022-12-01T10:51:19.1090382Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-12-01T10:51:19.1090845Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-12-01T10:51:19.1091345Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-12-01T10:51:19.1092075Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-12-01T10:51:19.1092633Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-12-01T10:51:19.1093147Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-12-01T10:51:19.1093323Z 2022-12-01T10:51:19.1093464Z [----------] 3 tests from WildcardsTest 2022-12-01T10:51:19.1093742Z [ RUN ] WildcardsTest.Basic 2022-12-01T10:51:19.1094039Z [ OK ] WildcardsTest.Basic (0 ms) 2022-12-01T10:51:19.1094331Z [ RUN ] WildcardsTest.TypeIsolation 2022-12-01T10:51:19.1094635Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-12-01T10:51:19.1094989Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-12-01T10:51:19.1095379Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-12-01T10:51:19.1095728Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-12-01T10:51:19.1095884Z 2022-12-01T10:51:19.1096055Z [----------] 18 tests from AliasRegistrationTest 2022-12-01T10:51:19.1096441Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-12-01T10:51:19.1096904Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-12-01T10:51:19.1097450Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-12-01T10:51:19.1097930Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-12-01T10:51:19.1098456Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-12-01T10:51:19.1124047Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (3 ms) 2022-12-01T10:51:19.1124680Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-12-01T10:51:19.1153166Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-12-01T10:51:19.1153801Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-12-01T10:51:19.1162457Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-12-01T10:51:19.1163221Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-12-01T10:51:19.1163839Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-12-01T10:51:19.1164298Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-12-01T10:51:19.1165247Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-12-01T10:51:19.1165747Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-12-01T10:51:19.1166467Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-12-01T10:51:19.1166896Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-12-01T10:51:19.1167690Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-12-01T10:51:19.1168100Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-12-01T10:51:19.1169131Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-12-01T10:51:19.1169603Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-12-01T10:51:19.1199549Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-12-01T10:51:19.1200109Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-12-01T10:51:19.1200635Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-12-01T10:51:19.1201254Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-12-01T10:51:19.1202093Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-12-01T10:51:19.1202787Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-12-01T10:51:19.1203337Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-12-01T10:51:19.1203898Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-12-01T10:51:19.1204418Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-12-01T10:51:19.1204890Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-12-01T10:51:19.1205318Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-12-01T10:51:19.1205734Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-12-01T10:51:19.1206147Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-12-01T10:51:19.1233897Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-12-01T10:51:19.1234710Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-12-01T10:51:19.1235586Z [----------] 18 tests from AliasRegistrationTest (14 ms total) 2022-12-01T10:51:19.1235818Z 2022-12-01T10:51:19.1235997Z [----------] 2 tests from IRNonDeterminismTest 2022-12-01T10:51:19.1236290Z [ RUN ] IRNonDeterminismTest.Basic 2022-12-01T10:51:19.1236607Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-12-01T10:51:19.1237033Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-12-01T10:51:19.1237681Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-12-01T10:51:19.1238322Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-12-01T10:51:19.1238612Z 2022-12-01T10:51:19.1238887Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-12-01T10:51:19.1239370Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-12-01T10:51:19.1239882Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-12-01T10:51:19.1240367Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-12-01T10:51:19.1240571Z 2022-12-01T10:51:19.1240722Z [----------] 3 tests from AutodiffTest 2022-12-01T10:51:19.1241003Z [ RUN ] AutodiffTest.ADFormulas 2022-12-01T10:51:19.1703331Z [ OK ] AutodiffTest.ADFormulas (46 ms) 2022-12-01T10:51:19.1703688Z [ RUN ] AutodiffTest.Differentiate 2022-12-01T10:51:19.1708374Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-12-01T10:51:19.1708740Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-12-01T10:51:19.1728406Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-12-01T10:51:19.1729046Z [----------] 3 tests from AutodiffTest (49 ms total) 2022-12-01T10:51:19.1729210Z 2022-12-01T10:51:19.1729422Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-12-01T10:51:19.1729784Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-12-01T10:51:19.1741932Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-12-01T10:51:19.1742723Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-12-01T10:51:19.1742943Z 2022-12-01T10:51:19.1743095Z [----------] 1 test from UpgraderLoad 2022-12-01T10:51:19.1743417Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-12-01T10:51:19.1785043Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (4 ms) 2022-12-01T10:51:19.1785658Z [----------] 1 test from UpgraderLoad (4 ms total) 2022-12-01T10:51:19.1785816Z 2022-12-01T10:51:19.1785983Z [----------] 4 tests from OpReplacementTest 2022-12-01T10:51:19.1786467Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-12-01T10:51:19.1787215Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-12-01T10:51:19.1787805Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-12-01T10:51:19.1788867Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-12-01T10:51:19.1789523Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-12-01T10:51:19.1791321Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-12-01T10:51:19.1791995Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-12-01T10:51:19.1792778Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-12-01T10:51:19.1793498Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-12-01T10:51:19.1793800Z 2022-12-01T10:51:19.1794018Z [----------] 4 tests from UpgraderUtils 2022-12-01T10:51:19.1794336Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-12-01T10:51:19.1794671Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-12-01T10:51:19.1795006Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-12-01T10:51:19.1795347Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-12-01T10:51:19.1795667Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-12-01T10:51:19.1796000Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-12-01T10:51:19.1796330Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-12-01T10:51:19.1796733Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-12-01T10:51:19.1797240Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-12-01T10:51:19.1797397Z 2022-12-01T10:51:19.1797546Z [----------] 9 tests from BackendTest 2022-12-01T10:51:19.1797819Z [ RUN ] BackendTest.ToBackend 2022-12-01T10:51:19.1841307Z [ OK ] BackendTest.ToBackend (4 ms) 2022-12-01T10:51:19.1841634Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-12-01T10:51:19.1863348Z [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:51:19.1880179Z [ OK ] BackendTest.ToBackendNotAvailable (3 ms) 2022-12-01T10:51:19.1880493Z [ RUN ] BackendTest.TestCompiler 2022-12-01T10:51:19.1937109Z [ OK ] BackendTest.TestCompiler (5 ms) 2022-12-01T10:51:19.1937582Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-12-01T10:51:19.1990963Z [ OK ] BackendTest.TestCompilerWithStringTable (5 ms) 2022-12-01T10:51:19.1991296Z [ RUN ] BackendTest.TestComposite 2022-12-01T10:51:19.2098159Z [ OK ] BackendTest.TestComposite (10 ms) 2022-12-01T10:51:19.2098470Z [ RUN ] BackendTest.TestPrimDtype 2022-12-01T10:51:19.2104333Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-12-01T10:51:19.2104685Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-12-01T10:51:19.2207342Z [ OK ] BackendTest.TestCompositeWithSetStates (10 ms) 2022-12-01T10:51:19.2207765Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-12-01T10:51:19.2397248Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (18 ms) 2022-12-01T10:51:19.2397834Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-12-01T10:51:19.2412291Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-12-01T10:51:19.2412974Z [----------] 9 tests from BackendTest (61 ms total) 2022-12-01T10:51:19.2413140Z 2022-12-01T10:51:19.2413313Z [----------] 6 tests from BackendTestDebugInfo 2022-12-01T10:51:19.2413640Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-12-01T10:51:19.2529802Z [ OK ] BackendTestDebugInfo.TestCompiler (11 ms) 2022-12-01T10:51:19.2530435Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-12-01T10:51:19.2646982Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (11 ms) 2022-12-01T10:51:19.2647513Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-12-01T10:51:19.2767568Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (12 ms) 2022-12-01T10:51:19.2768209Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-12-01T10:51:19.2887996Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (12 ms) 2022-12-01T10:51:19.2888631Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-12-01T10:51:19.3010117Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (12 ms) 2022-12-01T10:51:19.3010768Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-12-01T10:51:19.3139198Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (12 ms) 2022-12-01T10:51:19.3139880Z [----------] 6 tests from BackendTestDebugInfo (72 ms total) 2022-12-01T10:51:19.3140047Z 2022-12-01T10:51:19.3140203Z [----------] 4 tests from ClassImportTest 2022-12-01T10:51:19.3140487Z [ RUN ] ClassImportTest.Basic 2022-12-01T10:51:19.3145102Z [ OK ] ClassImportTest.Basic (0 ms) 2022-12-01T10:51:19.3145642Z [ RUN ] ClassImportTest.ScriptObject 2022-12-01T10:51:19.3165898Z [ OK ] ClassImportTest.ScriptObject (1 ms) 2022-12-01T10:51:19.3166317Z [ RUN ] ClassImportTest.ClassDerive 2022-12-01T10:51:19.3166656Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-12-01T10:51:19.3167045Z [ RUN ] ClassImportTest.CustomClass 2022-12-01T10:51:19.3168124Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-12-01T10:51:19.3169477Z [----------] 4 tests from ClassImportTest (2 ms total) 2022-12-01T10:51:19.3169681Z 2022-12-01T10:51:19.3169847Z [----------] 1 test from ClassParserTest 2022-12-01T10:51:19.3170122Z [ RUN ] ClassParserTest.Basic 2022-12-01T10:51:19.3170412Z [ OK ] ClassParserTest.Basic (0 ms) 2022-12-01T10:51:19.3170732Z [----------] 1 test from ClassParserTest (0 ms total) 2022-12-01T10:51:19.3171051Z 2022-12-01T10:51:19.3171244Z [----------] 3 tests from ClassTypeTest 2022-12-01T10:51:19.3171568Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-12-01T10:51:19.3172165Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-12-01T10:51:19.3172479Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-12-01T10:51:19.3172884Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-12-01T10:51:19.3173245Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-12-01T10:51:19.3177149Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-12-01T10:51:19.3177667Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-12-01T10:51:19.3177974Z 2022-12-01T10:51:19.3178258Z [----------] 2 tests from TestCodeTemplate 2022-12-01T10:51:19.3178741Z [ RUN ] TestCodeTemplate.Copying 2022-12-01T10:51:19.3179160Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-12-01T10:51:19.3179738Z [ RUN ] TestCodeTemplate.Formatting 2022-12-01T10:51:19.3180176Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-12-01T10:51:19.3180515Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-12-01T10:51:19.3180664Z 2022-12-01T10:51:19.3180815Z [----------] 13 tests from ConcatOptTest 2022-12-01T10:51:19.3182814Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-12-01T10:51:19.3233516Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-12-01T10:51:19.3234107Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-12-01T10:51:19.3273698Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-12-01T10:51:19.3274418Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-12-01T10:51:19.3306281Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (3 ms) 2022-12-01T10:51:19.3306875Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-12-01T10:51:19.3384422Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (7 ms) 2022-12-01T10:51:19.3384873Z [ RUN ] ConcatOptTest.ExpandConcat 2022-12-01T10:51:19.3406959Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-12-01T10:51:19.3407494Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-12-01T10:51:19.3428221Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-12-01T10:51:19.3428771Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-12-01T10:51:19.3449676Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-12-01T10:51:19.3450189Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-12-01T10:51:19.3496666Z [ OK ] ConcatOptTest.UseVariadicCat (4 ms) 2022-12-01T10:51:19.3497205Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-12-01T10:51:19.3515997Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-12-01T10:51:19.3516977Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-12-01T10:51:19.3541236Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-12-01T10:51:19.3541945Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-12-01T10:51:19.3573419Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-12-01T10:51:19.3574374Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-12-01T10:51:19.3615754Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (4 ms) 2022-12-01T10:51:19.3616851Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-12-01T10:51:19.3656747Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (4 ms) 2022-12-01T10:51:19.3657847Z [----------] 13 tests from ConcatOptTest (47 ms total) 2022-12-01T10:51:19.3658102Z 2022-12-01T10:51:19.3658364Z [----------] 1 test from OptimizeConcatTest 2022-12-01T10:51:19.3658973Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-12-01T10:51:19.3688034Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (3 ms) 2022-12-01T10:51:19.3688671Z [----------] 1 test from OptimizeConcatTest (3 ms total) 2022-12-01T10:51:19.3688918Z 2022-12-01T10:51:19.3689122Z [----------] 3 tests from ConcatOpt 2022-12-01T10:51:19.3689581Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-12-01T10:51:19.3690219Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-12-01T10:51:19.3690716Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-12-01T10:51:19.3693934Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-12-01T10:51:19.3694382Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-12-01T10:51:19.3696251Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-12-01T10:51:19.3696701Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-12-01T10:51:19.3696901Z 2022-12-01T10:51:19.3697121Z [----------] 4 tests from ConstantPoolingTest 2022-12-01T10:51:19.3697497Z [ RUN ] ConstantPoolingTest.Int 2022-12-01T10:51:19.3697868Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-12-01T10:51:19.3698306Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-12-01T10:51:19.3728938Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-12-01T10:51:19.3729410Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-12-01T10:51:19.3729822Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-12-01T10:51:19.3730274Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-12-01T10:51:19.3731061Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-12-01T10:51:19.3731971Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-12-01T10:51:19.3732231Z 2022-12-01T10:51:19.3732494Z [----------] 1 test from CleanupPassTest 2022-12-01T10:51:19.3732847Z [ RUN ] CleanupPassTest.Basic 2022-12-01T10:51:19.3733196Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-12-01T10:51:19.3733517Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-12-01T10:51:19.3733674Z 2022-12-01T10:51:19.3733860Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-12-01T10:51:19.3734185Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-12-01T10:51:19.3734536Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-12-01T10:51:19.3734913Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-12-01T10:51:19.3735096Z 2022-12-01T10:51:19.3735246Z [----------] 4 tests from CustomClassTest 2022-12-01T10:51:19.3735554Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-12-01T10:51:19.3735904Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-12-01T10:51:19.3736394Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-12-01T10:51:19.3736721Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-12-01T10:51:19.3737041Z [ RUN ] CustomClassTest.TestDocString 2022-12-01T10:51:19.3737365Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-12-01T10:51:19.3737668Z [ RUN ] CustomClassTest.Serialization 2022-12-01T10:51:19.3740383Z [ OK ] CustomClassTest.Serialization (2 ms) 2022-12-01T10:51:19.3740790Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-12-01T10:51:19.3740953Z 2022-12-01T10:51:19.3741120Z [----------] 5 tests from CustomOperatorTest 2022-12-01T10:51:19.3741427Z [ RUN ] CustomOperatorTest.InferredSchema 2022-12-01T10:51:19.3743540Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-12-01T10:51:19.3744121Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-12-01T10:51:19.3745547Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-12-01T10:51:19.3745880Z [ RUN ] CustomOperatorTest.ListParameters 2022-12-01T10:51:19.3747231Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-12-01T10:51:19.3747577Z [ RUN ] CustomOperatorTest.ListParameters2 2022-12-01T10:51:19.3749364Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-12-01T10:51:19.3749697Z [ RUN ] CustomOperatorTest.Aliasing 2022-12-01T10:51:19.3751731Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-12-01T10:51:19.3752322Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-12-01T10:51:19.3752657Z 2022-12-01T10:51:19.3752959Z [----------] 2 tests from TestCustomOperator 2022-12-01T10:51:19.3753390Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-12-01T10:51:19.3753830Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-12-01T10:51:19.3754314Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-12-01T10:51:19.3754856Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-12-01T10:51:19.3755274Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-12-01T10:51:19.3755566Z 2022-12-01T10:51:19.3755885Z [----------] 1 test from EliminateDeadCodeTest 2022-12-01T10:51:19.3756321Z [ RUN ] EliminateDeadCodeTest.Basic 2022-12-01T10:51:19.3756709Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-12-01T10:51:19.3757058Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-12-01T10:51:19.3757225Z 2022-12-01T10:51:19.3757434Z [----------] 2 tests from FuserTest 2022-12-01T10:51:19.3757700Z [ RUN ] FuserTest.FusionAliasing 2022-12-01T10:51:19.3759652Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-12-01T10:51:19.3760282Z [ RUN ] FuserTest.KernelCaching 2022-12-01T10:51:19.3762900Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-12-01T10:51:19.3763299Z [----------] 2 tests from FuserTest (0 ms total) 2022-12-01T10:51:19.3763459Z 2022-12-01T10:51:19.3763625Z [----------] 1 test from GraphExecutorTest 2022-12-01T10:51:19.3763944Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-12-01T10:51:19.3790053Z [ OK ] GraphExecutorTest.runAsync_executor (2 ms) 2022-12-01T10:51:19.3790888Z [----------] 1 test from GraphExecutorTest (2 ms total) 2022-12-01T10:51:19.3791288Z 2022-12-01T10:51:19.3791687Z [----------] 5 tests from GraphIteratorTest 2022-12-01T10:51:19.3792529Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-12-01T10:51:19.3793197Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-12-01T10:51:19.3793878Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-12-01T10:51:19.3794527Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-12-01T10:51:19.3795291Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-12-01T10:51:19.3795895Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-12-01T10:51:19.3796510Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-12-01T10:51:19.3797036Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-12-01T10:51:19.3797380Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-12-01T10:51:19.3797718Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-12-01T10:51:19.3798067Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-12-01T10:51:19.3798216Z 2022-12-01T10:51:19.3798407Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-12-01T10:51:19.3798773Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-12-01T10:51:19.3812353Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-12-01T10:51:19.3812926Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-12-01T10:51:19.3813166Z 2022-12-01T10:51:19.3813357Z [----------] 1 test from InlinerTest 2022-12-01T10:51:19.3813681Z [ RUN ] InlinerTest.Basic 2022-12-01T10:51:19.3814028Z [ OK ] InlinerTest.Basic (0 ms) 2022-12-01T10:51:19.3814418Z [----------] 1 test from InlinerTest (0 ms total) 2022-12-01T10:51:19.3814613Z 2022-12-01T10:51:19.3814803Z [----------] 1 test from InterfaceTest 2022-12-01T10:51:19.3815220Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-12-01T10:51:19.3830657Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (1 ms) 2022-12-01T10:51:19.3831252Z [----------] 1 test from InterfaceTest (1 ms total) 2022-12-01T10:51:19.3831533Z 2022-12-01T10:51:19.3831804Z [----------] 4 tests from TypeCheckTest 2022-12-01T10:51:19.3832143Z [ RUN ] TypeCheckTest.MatchingType 2022-12-01T10:51:19.3832456Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-12-01T10:51:19.3832763Z [ RUN ] TypeCheckTest.SizeMismatch 2022-12-01T10:51:19.3833057Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-12-01T10:51:19.3833372Z [ RUN ] TypeCheckTest.GradientMismatch 2022-12-01T10:51:19.3833702Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-12-01T10:51:19.3834017Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-12-01T10:51:19.3834355Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-12-01T10:51:19.3834694Z [----------] 4 tests from TypeCheckTest (0 ms total) 2022-12-01T10:51:19.3834845Z 2022-12-01T10:51:19.3834986Z [----------] 3 tests from InterpreterTest 2022-12-01T10:51:19.3835315Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-12-01T10:51:19.3835680Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-12-01T10:51:19.3836067Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-12-01T10:51:19.3836467Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-12-01T10:51:19.3836913Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-12-01T10:51:19.3845800Z [ OK ] InterpreterTest.runAsyncBasicTest (1 ms) 2022-12-01T10:51:19.3846264Z [----------] 3 tests from InterpreterTest (2 ms total) 2022-12-01T10:51:19.3846481Z 2022-12-01T10:51:19.3846753Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-12-01T10:51:19.3847507Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-12-01T10:51:19.4031519Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (18 ms) 2022-12-01T10:51:19.4032467Z [----------] 1 test from EnableRethrowCaughtExceptionTest (18 ms total) 2022-12-01T10:51:19.4032680Z 2022-12-01T10:51:19.4032865Z [----------] 4 tests from IRTest 2022-12-01T10:51:19.4033399Z [ RUN ] IRTest.Attributes 2022-12-01T10:51:19.4033770Z [ OK ] IRTest.Attributes (0 ms) 2022-12-01T10:51:19.4034163Z [ RUN ] IRTest.Blocks 2022-12-01T10:51:19.4034478Z [ OK ] IRTest.Blocks (0 ms) 2022-12-01T10:51:19.4034803Z [ RUN ] IRTest.CommonAncestor 2022-12-01T10:51:19.4035180Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-12-01T10:51:19.4035631Z [ RUN ] IRTest.OperatorMap 2022-12-01T10:51:19.4036106Z [ OK ] IRTest.OperatorMap (0 ms) 2022-12-01T10:51:19.4036695Z [----------] 4 tests from IRTest (0 ms total) 2022-12-01T10:51:19.4036898Z 2022-12-01T10:51:19.4037053Z [----------] 21 tests from IRParserTest 2022-12-01T10:51:19.4037422Z [ RUN ] IRParserTest.Basic 2022-12-01T10:51:19.4037896Z [ OK ] IRParserTest.Basic (0 ms) 2022-12-01T10:51:19.4038406Z [ RUN ] IRParserTest.NestedBlock 2022-12-01T10:51:19.4038934Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-12-01T10:51:19.4039445Z [ RUN ] IRParserTest.If 2022-12-01T10:51:19.4039769Z [ OK ] IRParserTest.If (0 ms) 2022-12-01T10:51:19.4040160Z [ RUN ] IRParserTest.If2 2022-12-01T10:51:19.4040627Z [ OK ] IRParserTest.If2 (0 ms) 2022-12-01T10:51:19.4041155Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-12-01T10:51:19.4041786Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-12-01T10:51:19.4042356Z [ RUN ] IRParserTest.ValueReuse 2022-12-01T10:51:19.4042888Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-12-01T10:51:19.4043357Z [ RUN ] IRParserTest.Attributes 2022-12-01T10:51:19.4043874Z [ OK ] IRParserTest.Attributes (0 ms) 2022-12-01T10:51:19.4044417Z [ RUN ] IRParserTest.OptionalTypes 2022-12-01T10:51:19.4044935Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-12-01T10:51:19.4045458Z [ RUN ] IRParserTest.StarTensor 2022-12-01T10:51:19.4045986Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-12-01T10:51:19.4046476Z [ RUN ] IRParserTest.UnshapedTensor 2022-12-01T10:51:19.4047044Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-12-01T10:51:19.4047596Z [ RUN ] IRParserTest.ShapedTensor 2022-12-01T10:51:19.4048135Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-12-01T10:51:19.4048661Z [ RUN ] IRParserTest.NestedContrainer 2022-12-01T10:51:19.4049244Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-12-01T10:51:19.4049877Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-12-01T10:51:19.4050559Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-12-01T10:51:19.4051160Z [ RUN ] IRParserTest.FileCheck 2022-12-01T10:51:19.4051494Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-12-01T10:51:19.4051976Z [ RUN ] IRParserTest.Strides 2022-12-01T10:51:19.4052244Z [ OK ] IRParserTest.Strides (0 ms) 2022-12-01T10:51:19.4052545Z [ RUN ] IRParserTest.MalformedStrides 2022-12-01T10:51:19.4052871Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-12-01T10:51:19.4053167Z [ RUN ] IRParserTest.TensorShapes 2022-12-01T10:51:19.4053471Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-12-01T10:51:19.4053817Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-12-01T10:51:19.4054196Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-12-01T10:51:19.4054537Z [ RUN ] IRParserTest.ListConstant 2022-12-01T10:51:19.4054842Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-12-01T10:51:19.4055147Z [ RUN ] IRParserTest.PartialStarTensor 2022-12-01T10:51:19.4055485Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-12-01T10:51:19.4055929Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-12-01T10:51:19.4056295Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-12-01T10:51:19.4056634Z [----------] 21 tests from IRParserTest (1 ms total) 2022-12-01T10:51:19.4056786Z 2022-12-01T10:51:19.4056933Z [----------] 2 tests from JitTypeTest 2022-12-01T10:51:19.4057209Z [ RUN ] JitTypeTest.IsComplete 2022-12-01T10:51:19.4057490Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-12-01T10:51:19.4057777Z [ RUN ] JitTypeTest.UnifyTypes 2022-12-01T10:51:19.4058067Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-12-01T10:51:19.4058365Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-12-01T10:51:19.4058517Z 2022-12-01T10:51:19.4058683Z [----------] 42 tests from LiteInterpreterTest 2022-12-01T10:51:19.4059073Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-12-01T10:51:19.4061449Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (1 ms) 2022-12-01T10:51:19.4062086Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-12-01T10:51:19.4062721Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-12-01T10:51:19.4063312Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-12-01T10:51:19.4088614Z [ OK ] LiteInterpreterTest.MethodInvocation (2 ms) 2022-12-01T10:51:19.4089147Z [ RUN ] LiteInterpreterTest.Conv 2022-12-01T10:51:19.4115100Z [ OK ] LiteInterpreterTest.Conv (2 ms) 2022-12-01T10:51:19.4115809Z [ RUN ] LiteInterpreterTest.Inline 2022-12-01T10:51:19.4124757Z [ OK ] LiteInterpreterTest.Inline (0 ms) 2022-12-01T10:51:19.4125326Z [ RUN ] LiteInterpreterTest.Tuple 2022-12-01T10:51:19.4131451Z [ OK ] LiteInterpreterTest.Tuple (0 ms) 2022-12-01T10:51:19.4132188Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-12-01T10:51:19.4137716Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-12-01T10:51:19.4138304Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-12-01T10:51:19.4141934Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-12-01T10:51:19.4142483Z [ RUN ] LiteInterpreterTest.Dict 2022-12-01T10:51:19.4148572Z [ OK ] LiteInterpreterTest.Dict (0 ms) 2022-12-01T10:51:19.4149127Z [ RUN ] LiteInterpreterTest.List 2022-12-01T10:51:19.4157381Z [ OK ] LiteInterpreterTest.List (0 ms) 2022-12-01T10:51:19.4157980Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-12-01T10:51:19.4158359Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-12-01T10:51:19.4158679Z [ RUN ] LiteInterpreterTest.Prim 2022-12-01T10:51:19.4161767Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-12-01T10:51:19.4162364Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-12-01T10:51:19.4166896Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-12-01T10:51:19.4167266Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-12-01T10:51:19.4220330Z [ OK ] LiteInterpreterTest.LoadOrigJit (5 ms) 2022-12-01T10:51:19.4220741Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-12-01T10:51:19.4236228Z [ OK ] LiteInterpreterTest.WrongMethodName (1 ms) 2022-12-01T10:51:19.4236700Z [ RUN ] LiteInterpreterTest.SetState 2022-12-01T10:51:19.4261554Z [ OK ] LiteInterpreterTest.SetState (2 ms) 2022-12-01T10:51:19.4261956Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-12-01T10:51:19.4269676Z [ OK ] LiteInterpreterTest.BuiltinClass (0 ms) 2022-12-01T10:51:19.4270085Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-12-01T10:51:19.4273796Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-12-01T10:51:19.4274507Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-12-01T10:51:19.4275459Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T10:51:19.4275901Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-12-01T10:51:19.4276360Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T10:51:19.4276965Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-12-01T10:51:19.4277513Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-12-01T10:51:19.4277898Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-12-01T10:51:19.4278452Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-12-01T10:51:19.4278858Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-12-01T10:51:19.5134433Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (85 ms) 2022-12-01T10:51:19.5135186Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-12-01T10:51:19.5199544Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T10:51:19.5199919Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-12-01T10:51:19.5257594Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-12-01T10:51:19.5258176Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-12-01T10:51:19.5358110Z [ OK ] LiteInterpreterTest.isCompatibleFail (10 ms) 2022-12-01T10:51:19.5358428Z [ RUN ] LiteInterpreterTest.Eval 2022-12-01T10:51:19.5369641Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-12-01T10:51:19.5370075Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-12-01T10:51:19.5374548Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-12-01T10:51:19.5374996Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-12-01T10:51:19.5381934Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-12-01T10:51:19.5382371Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-12-01T10:51:19.5388786Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-12-01T10:51:19.5389318Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-12-01T10:51:19.5400090Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-12-01T10:51:19.5400490Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-12-01T10:51:19.5405225Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-12-01T10:51:19.5405620Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-12-01T10:51:19.5414777Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:51:19.5415170Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-12-01T10:51:19.5429824Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-12-01T10:51:19.5430303Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-12-01T10:51:19.5478589Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-12-01T10:51:19.5479139Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:51:19.5489630Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T10:51:19.5490151Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-12-01T10:51:19.5509811Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:51:19.5510321Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-12-01T10:51:19.5517716Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:51:19.5518302Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T10:51:19.5613518Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (9 ms) 2022-12-01T10:51:19.5614099Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:51:19.5648849Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-12-01T10:51:19.5649644Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-12-01T10:51:19.5653808Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-12-01T10:51:19.5654432Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-12-01T10:51:19.5670860Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-12-01T10:51:19.5671735Z [----------] 42 tests from LiteInterpreterTest (162 ms total) 2022-12-01T10:51:19.5672070Z 2022-12-01T10:51:19.5672328Z [----------] 3 tests from RunTimeTest 2022-12-01T10:51:19.5672791Z [ RUN ] RunTimeTest.ParseBytecode 2022-12-01T10:51:19.5673102Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-12-01T10:51:19.5673450Z [ RUN ] RunTimeTest.ParseOperator 2022-12-01T10:51:19.5673969Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-12-01T10:51:19.5674267Z [ RUN ] RunTimeTest.RuntimeCall 2022-12-01T10:51:19.5674620Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-12-01T10:51:19.5674923Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-12-01T10:51:19.5675076Z 2022-12-01T10:51:19.5675367Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-12-01T10:51:19.5675739Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-12-01T10:51:19.5676179Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T10:51:19.5676709Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-12-01T10:51:19.5677231Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T10:51:19.5677679Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-12-01T10:51:19.5678228Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T10:51:19.5678722Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-12-01T10:51:19.5679496Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T10:51:19.5680041Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T10:51:19.5680829Z expect output: 0.5000 2022-12-01T10:51:19.5681203Z [ CPUFloatType{1} ]actual output: 0.5000 2022-12-01T10:51:19.5681931Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T10:51:19.5682502Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T10:51:19.5683483Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T10:51:19.5684015Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-12-01T10:51:19.5684764Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T10:51:19.5685295Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-12-01T10:51:19.5686066Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T10:51:19.5686580Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T10:51:19.5687300Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T10:51:19.5688016Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-12-01T10:51:19.5688906Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T10:51:19.5689350Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-12-01T10:51:19.5689714Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-12-01T10:51:19.5690110Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-12-01T10:51:19.5690297Z 2022-12-01T10:51:19.5690483Z [----------] 29 tests from LiteInterpreterDirectTest 2022-12-01T10:51:19.5690842Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-12-01T10:51:19.5697688Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-12-01T10:51:19.5698100Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-12-01T10:51:19.5698484Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-12-01T10:51:19.5698873Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-12-01T10:51:19.5703150Z hello 2022-12-01T10:51:19.5703341Z hello 3 2022-12-01T10:51:19.5710286Z hello 2022-12-01T10:51:19.5710456Z hello 3 2022-12-01T10:51:19.5715847Z hello 2022-12-01T10:51:19.5716116Z hello 3 2022-12-01T10:51:19.5716754Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-12-01T10:51:19.5717374Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-12-01T10:51:19.5732529Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-12-01T10:51:19.5733537Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-12-01T10:51:19.5739625Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-12-01T10:51:19.5740243Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-12-01T10:51:19.5744422Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-12-01T10:51:19.5744914Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-12-01T10:51:19.5748055Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-12-01T10:51:19.5748642Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-12-01T10:51:19.5750962Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-12-01T10:51:19.5751572Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-12-01T10:51:19.5754257Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-12-01T10:51:19.5754868Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-12-01T10:51:19.5768722Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-12-01T10:51:19.5769337Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-12-01T10:51:19.5786374Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-12-01T10:51:19.5786991Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-12-01T10:51:19.5789224Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-12-01T10:51:19.5790067Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-12-01T10:51:19.5790622Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T10:51:19.5791080Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-12-01T10:51:19.5791547Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T10:51:19.5791978Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-12-01T10:51:19.5792376Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-12-01T10:51:19.5792799Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-12-01T10:51:19.5857467Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T10:51:19.5857836Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-12-01T10:51:19.5863799Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-12-01T10:51:19.5864181Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-12-01T10:51:19.5866320Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-12-01T10:51:19.5866723Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-12-01T10:51:19.5871337Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-12-01T10:51:19.5871797Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-12-01T10:51:19.5875956Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-12-01T10:51:19.5876442Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-12-01T10:51:19.5881378Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-12-01T10:51:19.5881853Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-12-01T10:51:19.5886339Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:51:19.5886820Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-12-01T10:51:19.5896855Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-12-01T10:51:19.5897390Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-12-01T10:51:19.5933553Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-12-01T10:51:19.5934100Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:51:19.5941122Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-12-01T10:51:19.5941745Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-12-01T10:51:19.5960876Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:51:19.5961397Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-12-01T10:51:19.5966640Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:51:19.5967373Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T10:51:19.6058073Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (9 ms) 2022-12-01T10:51:19.6058727Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:51:19.6077751Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (1 ms) 2022-12-01T10:51:19.6078417Z [----------] 29 tests from LiteInterpreterDirectTest (38 ms total) 2022-12-01T10:51:19.6078615Z 2022-12-01T10:51:19.6078773Z [----------] 7 tests from LiteTrainerTest 2022-12-01T10:51:19.6079067Z [ RUN ] LiteTrainerTest.Params 2022-12-01T10:51:19.6151158Z [ OK ] LiteTrainerTest.Params (7 ms) 2022-12-01T10:51:19.6151660Z [ RUN ] LiteTrainerTest.SGD 2022-12-01T10:51:19.6222915Z [ OK ] LiteTrainerTest.SGD (7 ms) 2022-12-01T10:51:19.6223467Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-12-01T10:51:19.6224083Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-12-01T10:51:19.6224844Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T10:51:19.6225387Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T10:51:19.6225893Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T10:51:19.6226385Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:51:19.6226822Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-12-01T10:51:19.6227209Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-12-01T10:51:19.6227608Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T10:51:19.6228057Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:51:19.6228452Z [----------] 7 tests from LiteTrainerTest (14 ms total) 2022-12-01T10:51:19.6228614Z 2022-12-01T10:51:19.6228803Z [----------] 6 tests from MobileTest 2022-12-01T10:51:19.6229170Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-12-01T10:51:19.6229846Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-12-01T10:51:19.6230486Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-12-01T10:51:19.6231011Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-12-01T10:51:19.6231519Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-12-01T10:51:19.6232247Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-12-01T10:51:19.6232770Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-12-01T10:51:19.6233180Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-12-01T10:51:19.6233618Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-12-01T10:51:19.6250980Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (1 ms) 2022-12-01T10:51:19.6251424Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-12-01T10:51:19.6269000Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-12-01T10:51:19.6269701Z [----------] 6 tests from MobileTest (4 ms total) 2022-12-01T10:51:19.6269977Z 2022-12-01T10:51:19.6270255Z [----------] 1 test from MemoryDAGTest 2022-12-01T10:51:19.6270923Z [ RUN ] MemoryDAGTest.Basic 2022-12-01T10:51:19.6271413Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-12-01T10:51:19.6271966Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-12-01T10:51:19.6272125Z 2022-12-01T10:51:19.6272290Z [----------] 1 test from InternedStringsTest 2022-12-01T10:51:19.6272571Z [ RUN ] InternedStringsTest.Basic 2022-12-01T10:51:19.6272885Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-12-01T10:51:19.6273217Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-12-01T10:51:19.6273380Z 2022-12-01T10:51:19.6273529Z [----------] 1 test from FromQualStringTest 2022-12-01T10:51:19.6273826Z [ RUN ] FromQualStringTest.Basic 2022-12-01T10:51:19.6274125Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-12-01T10:51:19.6274451Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-12-01T10:51:19.6274600Z 2022-12-01T10:51:19.6274746Z [----------] 1 test from THNNConvTest 2022-12-01T10:51:19.6275003Z [ RUN ] THNNConvTest.Basic 2022-12-01T10:51:19.6283775Z [ OK ] THNNConvTest.Basic (1 ms) 2022-12-01T10:51:19.6284275Z [----------] 1 test from THNNConvTest (1 ms total) 2022-12-01T10:51:19.6284557Z 2022-12-01T10:51:19.6284832Z [----------] 1 test from ATenNativeBatchNormTest 2022-12-01T10:51:19.6285191Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-12-01T10:51:19.6294938Z [ OK ] ATenNativeBatchNormTest.Basic (1 ms) 2022-12-01T10:51:19.6295559Z [----------] 1 test from ATenNativeBatchNormTest (1 ms total) 2022-12-01T10:51:19.6295821Z 2022-12-01T10:51:19.6296159Z [----------] 2 tests from CustomFusionTest 2022-12-01T10:51:19.6296569Z [ RUN ] CustomFusionTest.Basic 2022-12-01T10:51:19.6296857Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-12-01T10:51:19.6297160Z [ RUN ] CustomFusionTest.NestedBlocks 2022-12-01T10:51:19.6299009Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-12-01T10:51:19.6299689Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-12-01T10:51:19.6299864Z 2022-12-01T10:51:19.6300010Z [----------] 1 test from ControlFlowTest 2022-12-01T10:51:19.6300295Z [ RUN ] ControlFlowTest.Basic 2022-12-01T10:51:19.6306408Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-12-01T10:51:19.6306951Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-12-01T10:51:19.6307221Z 2022-12-01T10:51:19.6307487Z [----------] 1 test from ProtoTest 2022-12-01T10:51:19.6307901Z [ RUN ] ProtoTest.Basic 2022-12-01T10:51:19.6308360Z [ OK ] ProtoTest.Basic (0 ms) 2022-12-01T10:51:19.6308814Z [----------] 1 test from ProtoTest (0 ms total) 2022-12-01T10:51:19.6309033Z 2022-12-01T10:51:19.6309301Z [----------] 9 tests from SchemaParserTest 2022-12-01T10:51:19.6309857Z [ RUN ] SchemaParserTest.NestedArrays 2022-12-01T10:51:19.6310484Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-12-01T10:51:19.6311233Z [ RUN ] SchemaParserTest.OutVariant 2022-12-01T10:51:19.6311822Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-12-01T10:51:19.6312383Z [ RUN ] SchemaParserTest.NamedReturns 2022-12-01T10:51:19.6312916Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-12-01T10:51:19.6313450Z [ RUN ] SchemaParserTest.Futures 2022-12-01T10:51:19.6313998Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-12-01T10:51:19.6314575Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-12-01T10:51:19.6315235Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-12-01T10:51:19.6315941Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-12-01T10:51:19.6316826Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-12-01T10:51:19.6317674Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-12-01T10:51:19.6318483Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-12-01T10:51:19.6319161Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-12-01T10:51:19.6319565Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-12-01T10:51:19.6320190Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-12-01T10:51:19.6320647Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-12-01T10:51:19.6320995Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-12-01T10:51:19.6321155Z 2022-12-01T10:51:19.6321323Z [----------] 2 tests from TopologicalIndexTest 2022-12-01T10:51:19.6321625Z [ RUN ] TopologicalIndexTest.Basic 2022-12-01T10:51:19.6321937Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-12-01T10:51:19.6322232Z [ RUN ] TopologicalIndexTest.Reindex 2022-12-01T10:51:19.6322553Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-12-01T10:51:19.6322899Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-12-01T10:51:19.6323068Z 2022-12-01T10:51:19.6323229Z [----------] 7 tests from RecordFunctionTest 2022-12-01T10:51:19.6323561Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-12-01T10:51:19.6323956Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-12-01T10:51:19.6324330Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-12-01T10:51:19.6375097Z [ OK ] RecordFunctionTest.SampledCallbacks (5 ms) 2022-12-01T10:51:19.6375720Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-12-01T10:51:19.6376370Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-12-01T10:51:19.6376937Z [ RUN ] RecordFunctionTest.Callbacks 2022-12-01T10:51:19.6377691Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-12-01T10:51:19.6378185Z [ RUN ] RecordFunctionTest.ShouldRun 2022-12-01T10:51:19.6378495Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-12-01T10:51:19.6378836Z [ RUN ] RecordFunctionTest.Basic 2022-12-01T10:51:19.6379406Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-12-01T10:51:19.6379894Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-12-01T10:51:19.6380548Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-12-01T10:51:19.6381050Z [----------] 7 tests from RecordFunctionTest (6 ms total) 2022-12-01T10:51:19.6381246Z 2022-12-01T10:51:19.6381469Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-12-01T10:51:19.6381785Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-12-01T10:51:19.6382313Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-12-01T10:51:19.6382804Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-12-01T10:51:19.6382992Z 2022-12-01T10:51:19.6383237Z [----------] 1 test from TestSymIntArrayRef 2022-12-01T10:51:19.6383841Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-12-01T10:51:19.6384367Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-12-01T10:51:19.6384800Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-12-01T10:51:19.6384968Z 2022-12-01T10:51:19.6385190Z [----------] 5 tests from TestSymInt 2022-12-01T10:51:19.6385707Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-12-01T10:51:19.6386302Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-12-01T10:51:19.6386869Z [ RUN ] TestSymInt.NarrowCopy 2022-12-01T10:51:19.6387269Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-12-01T10:51:19.6387561Z [ RUN ] TestSymInt.AddSymbolicInt 2022-12-01T10:51:19.6387864Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-12-01T10:51:19.6388252Z [ RUN ] TestSymInt.TestIntrusive 2022-12-01T10:51:19.6388551Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-12-01T10:51:19.6388900Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-12-01T10:51:19.6389279Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-12-01T10:51:19.6389638Z [----------] 5 tests from TestSymInt (0 ms total) 2022-12-01T10:51:19.6389788Z 2022-12-01T10:51:19.6389950Z [----------] 1 test from FallbackGraphsTest 2022-12-01T10:51:19.6390243Z [ RUN ] FallbackGraphsTest.Basic 2022-12-01T10:51:19.6393864Z [ OK ] FallbackGraphsTest.Basic (0 ms) 2022-12-01T10:51:19.6394632Z [----------] 1 test from FallbackGraphsTest (0 ms total) 2022-12-01T10:51:19.6394954Z 2022-12-01T10:51:19.6395268Z [----------] 1 test from NoneSchemaMatchTest 2022-12-01T10:51:19.6395652Z [ RUN ] NoneSchemaMatchTest.Basic 2022-12-01T10:51:19.6396220Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-12-01T10:51:19.6396771Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-12-01T10:51:19.6396938Z 2022-12-01T10:51:19.6397107Z [----------] 1 test from PassManagementTest 2022-12-01T10:51:19.6397388Z [ RUN ] PassManagementTest.Basic 2022-12-01T10:51:19.6397696Z [ OK ] PassManagementTest.Basic (0 ms) 2022-12-01T10:51:19.6398027Z [----------] 1 test from PassManagementTest (0 ms total) 2022-12-01T10:51:19.6398190Z 2022-12-01T10:51:19.6398332Z [----------] 5 tests from LoopPeelerTest 2022-12-01T10:51:19.6398658Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-12-01T10:51:19.6399430Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-12-01T10:51:19.6399803Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-12-01T10:51:19.6402494Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-12-01T10:51:19.6402949Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-12-01T10:51:19.6406781Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-12-01T10:51:19.6407425Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-12-01T10:51:19.6412645Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-12-01T10:51:19.6413235Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-12-01T10:51:19.6420795Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (0 ms) 2022-12-01T10:51:19.6421435Z [----------] 5 tests from LoopPeelerTest (2 ms total) 2022-12-01T10:51:19.6421620Z 2022-12-01T10:51:19.6421763Z [----------] 1 test from JitTracing 2022-12-01T10:51:19.6422019Z [ RUN ] JitTracing.Basic 2022-12-01T10:51:19.6562335Z [ OK ] JitTracing.Basic (14 ms) 2022-12-01T10:51:19.6562920Z [----------] 1 test from JitTracing (14 ms total) 2022-12-01T10:51:19.6563144Z 2022-12-01T10:51:19.6563365Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-12-01T10:51:19.6563774Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-12-01T10:51:19.6568470Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-12-01T10:51:19.6569142Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-12-01T10:51:19.6569356Z 2022-12-01T10:51:19.6569517Z [----------] 1 test from InsertBailOutsTest 2022-12-01T10:51:19.6569806Z [ RUN ] InsertBailOutsTest.Basic 2022-12-01T10:51:19.6578203Z [ OK ] InsertBailOutsTest.Basic (0 ms) 2022-12-01T10:51:19.6578649Z [----------] 1 test from InsertBailOutsTest (0 ms total) 2022-12-01T10:51:19.6578831Z 2022-12-01T10:51:19.6578989Z [----------] 2 tests from ProfilerTest 2022-12-01T10:51:19.6579320Z [ RUN ] ProfilerTest.Basic 2022-12-01T10:51:19.6693960Z [ OK ] ProfilerTest.Basic (11 ms) 2022-12-01T10:51:19.6694471Z [ RUN ] ProfilerTest.OptionalProfiling 2022-12-01T10:51:19.6696168Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-12-01T10:51:19.6696511Z [----------] 2 tests from ProfilerTest (11 ms total) 2022-12-01T10:51:19.6696676Z 2022-12-01T10:51:19.6696827Z [----------] 2 tests from CallStackTest 2022-12-01T10:51:19.6697098Z [ RUN ] CallStackTest.Basic 2022-12-01T10:51:19.6701430Z [ OK ] CallStackTest.Basic (0 ms) 2022-12-01T10:51:19.6701704Z [ RUN ] CallStackTest.Caching 2022-12-01T10:51:19.6704976Z [ OK ] CallStackTest.Caching (0 ms) 2022-12-01T10:51:19.6705343Z [----------] 2 tests from CallStackTest (0 ms total) 2022-12-01T10:51:19.6705571Z 2022-12-01T10:51:19.6705731Z [----------] 2 tests from InlinedCallStackTest 2022-12-01T10:51:19.6706063Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-12-01T10:51:19.6711817Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-12-01T10:51:19.6712186Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-12-01T10:51:19.6721230Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-12-01T10:51:19.6721675Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-12-01T10:51:19.6721964Z 2022-12-01T10:51:19.6722133Z [----------] 1 test from AutogradSymbolsTest 2022-12-01T10:51:19.6722478Z [ RUN ] AutogradSymbolsTest.Basic 2022-12-01T10:51:19.6722776Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-12-01T10:51:19.6723148Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-12-01T10:51:19.6723384Z 2022-12-01T10:51:19.6723571Z [----------] 1 test from DefaultArgTypeHintingTest 2022-12-01T10:51:19.6724026Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-12-01T10:51:19.6724471Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-12-01T10:51:19.6724980Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-12-01T10:51:19.6725171Z 2022-12-01T10:51:19.6725317Z [----------] 5 tests from FuturesTest 2022-12-01T10:51:19.6725571Z [ RUN ] FuturesTest.Basic 2022-12-01T10:51:19.6725840Z [ OK ] FuturesTest.Basic (0 ms) 2022-12-01T10:51:19.6726103Z [ RUN ] FuturesTest.Error 2022-12-01T10:51:19.6732575Z [ OK ] FuturesTest.Error (0 ms) 2022-12-01T10:51:19.6732985Z [ RUN ] FuturesTest.Then 2022-12-01T10:51:19.6733308Z [ OK ] FuturesTest.Then (0 ms) 2022-12-01T10:51:19.6733679Z [ RUN ] FuturesTest.CollectAll 2022-12-01T10:51:19.6733979Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-12-01T10:51:19.6734299Z [ RUN ] FuturesTest.CollectAny 2022-12-01T10:51:19.6734736Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-12-01T10:51:19.6735187Z [----------] 5 tests from FuturesTest (0 ms total) 2022-12-01T10:51:19.6735379Z 2022-12-01T10:51:19.6735579Z [----------] 1 test from TLSFutureCallbacksTest 2022-12-01T10:51:19.6736365Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-12-01T10:51:19.6736848Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-12-01T10:51:19.6737230Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-12-01T10:51:19.6737479Z 2022-12-01T10:51:19.6737737Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-12-01T10:51:19.6738307Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-12-01T10:51:19.6738875Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-12-01T10:51:19.6739285Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-12-01T10:51:19.6739580Z 2022-12-01T10:51:19.6739749Z [----------] 2 tests from RecordDebugHandles 2022-12-01T10:51:19.6740145Z [ RUN ] RecordDebugHandles.Basic 2022-12-01T10:51:19.6740546Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:51:19.6742549Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:51:19.6743570Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-12-01T10:51:19.6743980Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-12-01T10:51:19.6744393Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:51:19.6748411Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:51:19.6749605Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:51:19.6753209Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:51:19.6754268Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:51:19.6760334Z STAGE:2022-12-01 10:51:19 12880:12880 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:51:19.6761052Z [ OK ] RecordDebugHandles.ScopedCallbacks (1 ms) 2022-12-01T10:51:19.6761504Z [----------] 2 tests from RecordDebugHandles (2 ms total) 2022-12-01T10:51:19.6761670Z 2022-12-01T10:51:19.6761825Z [----------] 1 test from IValueKWargsTest 2022-12-01T10:51:19.6762111Z [ RUN ] IValueKWargsTest.Basic 2022-12-01T10:51:19.6768228Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-12-01T10:51:19.6768870Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-12-01T10:51:19.6769160Z 2022-12-01T10:51:19.6769453Z [----------] 1 test from ComputeFlopsTest 2022-12-01T10:51:19.6769790Z [ RUN ] ComputeFlopsTest.Basic 2022-12-01T10:51:19.6770350Z [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:51:19.6771136Z [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:51:19.6772151Z [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:51:19.6772620Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-12-01T10:51:19.6773006Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-12-01T10:51:19.6773323Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-12-01T10:51:19.6773480Z 2022-12-01T10:51:19.6773625Z [----------] 1 test from TestConstant 2022-12-01T10:51:19.6773905Z [ RUN ] TestConstant.TensorGrad 2022-12-01T10:51:19.6774188Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-12-01T10:51:19.6774503Z [----------] 1 test from TestConstant (0 ms total) 2022-12-01T10:51:19.6774654Z 2022-12-01T10:51:19.6774799Z [----------] 1 test from TestMutation 2022-12-01T10:51:19.6775179Z [ RUN ] TestMutation.Basic 2022-12-01T10:51:19.6775457Z [ OK ] TestMutation.Basic (0 ms) 2022-12-01T10:51:19.6775758Z [----------] 1 test from TestMutation (0 ms total) 2022-12-01T10:51:19.6775908Z 2022-12-01T10:51:19.6776112Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-12-01T10:51:19.6776470Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-12-01T10:51:19.6776855Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-12-01T10:51:19.6777267Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-12-01T10:51:19.6777463Z 2022-12-01T10:51:19.6777628Z [----------] 1 test from TestRegisterShapeOp 2022-12-01T10:51:19.6777918Z [ RUN ] TestRegisterShapeOp.Basic 2022-12-01T10:51:19.7974242Z [ OK ] TestRegisterShapeOp.Basic (120 ms) 2022-12-01T10:51:19.7974981Z [----------] 1 test from TestRegisterShapeOp (120 ms total) 2022-12-01T10:51:19.7975163Z 2022-12-01T10:51:19.7975379Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-12-01T10:51:19.7975763Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-12-01T10:51:19.7976139Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-12-01T10:51:19.7976555Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-12-01T10:51:19.7976753Z 2022-12-01T10:51:19.7976924Z [----------] 2 tests from TestFunctionExecutor 2022-12-01T10:51:19.7977273Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-12-01T10:51:19.7979036Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-12-01T10:51:19.7979494Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-12-01T10:51:19.7996312Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-12-01T10:51:19.7997093Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-12-01T10:51:19.7997273Z 2022-12-01T10:51:19.7997448Z [----------] 1 test from TestShapeGraphLinting 2022-12-01T10:51:19.7997761Z [ RUN ] TestShapeGraphLinting.Basic 2022-12-01T10:51:19.8004736Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-12-01T10:51:19.8005251Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-12-01T10:51:19.8005424Z 2022-12-01T10:51:19.8005567Z [----------] 1 test from Composed 2022-12-01T10:51:19.8005834Z [ RUN ] Composed.ComposedOp 2022-12-01T10:51:20.1005871Z [ OK ] Composed.ComposedOp (299 ms) 2022-12-01T10:51:20.1006388Z [----------] 1 test from Composed (300 ms total) 2022-12-01T10:51:20.1006622Z 2022-12-01T10:51:20.1006884Z [----------] 1 test from ConstantPropagation 2022-12-01T10:51:20.1007499Z [ RUN ] ConstantPropagation.CustomClassesCanBePropagated 2022-12-01T10:51:20.1010297Z [ OK ] ConstantPropagation.CustomClassesCanBePropagated (0 ms) 2022-12-01T10:51:20.1011185Z [----------] 1 test from ConstantPropagation (0 ms total) 2022-12-01T10:51:20.1011745Z 2022-12-01T10:51:20.1012124Z [----------] 19 tests from MobileTypeParserTest 2022-12-01T10:51:20.1012739Z [ RUN ] MobileTypeParserTest.Int 2022-12-01T10:51:20.1013088Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-12-01T10:51:20.1013478Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-12-01T10:51:20.1013939Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-12-01T10:51:20.1014341Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-12-01T10:51:20.1014706Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-12-01T10:51:20.1015075Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-12-01T10:51:20.1015471Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-12-01T10:51:20.1016125Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-12-01T10:51:20.1016659Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-12-01T10:51:20.1017068Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-12-01T10:51:20.1017410Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-12-01T10:51:20.1017806Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-12-01T10:51:20.1018243Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-12-01T10:51:20.1018708Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-12-01T10:51:20.1019199Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-12-01T10:51:20.1019711Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-12-01T10:51:20.1020151Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-12-01T10:51:20.1020517Z [ RUN ] MobileTypeParserTest.Empty 2022-12-01T10:51:20.1042423Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-12-01T10:51:20.1042746Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-12-01T10:51:20.1076382Z [ OK ] MobileTypeParserTest.TypoRaises (3 ms) 2022-12-01T10:51:20.1077085Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-12-01T10:51:20.1110190Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-12-01T10:51:20.1110586Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-12-01T10:51:20.1143597Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-12-01T10:51:20.1144008Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-12-01T10:51:20.1171934Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-12-01T10:51:20.1172382Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-12-01T10:51:20.1205482Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-12-01T10:51:20.1205917Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-12-01T10:51:20.1233506Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-12-01T10:51:20.1233956Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-12-01T10:51:20.1250305Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-12-01T10:51:20.1250734Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-12-01T10:51:20.1267501Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-12-01T10:51:20.1267989Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-12-01T10:51:20.1307333Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-12-01T10:51:20.1307777Z [----------] 19 tests from MobileTypeParserTest (29 ms total) 2022-12-01T10:51:20.1307958Z 2022-12-01T10:51:20.1308113Z [----------] 13 tests from ModuleAPITest 2022-12-01T10:51:20.1308413Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-12-01T10:51:20.1334895Z [ OK ] ModuleAPITest.MethodRunAsync (2 ms) 2022-12-01T10:51:20.1335336Z [ RUN ] ModuleAPITest.Clone 2022-12-01T10:51:20.1335641Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-12-01T10:51:20.1335975Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-12-01T10:51:20.1343664Z [ OK ] ModuleAPITest.CloneWithModuleInterface (0 ms) 2022-12-01T10:51:20.1344182Z [ RUN ] ModuleAPITest.Copy 2022-12-01T10:51:20.1344616Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-12-01T10:51:20.1345067Z [ RUN ] ModuleAPITest.DeepCopy 2022-12-01T10:51:20.1345531Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-12-01T10:51:20.1346151Z [ RUN ] ModuleAPITest.DeepCopyString 2022-12-01T10:51:20.1346486Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-12-01T10:51:20.1346786Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-12-01T10:51:20.1347103Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-12-01T10:51:20.1347455Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-12-01T10:51:20.1347851Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-12-01T10:51:20.1348174Z [ RUN ] ModuleAPITest.Constants 2022-12-01T10:51:20.1348470Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-12-01T10:51:20.1348770Z [ RUN ] ModuleAPITest.Parameters 2022-12-01T10:51:20.1349064Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-12-01T10:51:20.1349350Z [ RUN ] ModuleAPITest.Define 2022-12-01T10:51:20.1351886Z [ OK ] ModuleAPITest.Define (0 ms) 2022-12-01T10:51:20.1352178Z [ RUN ] ModuleAPITest.Freezing 2022-12-01T10:51:20.1365456Z [ OK ] ModuleAPITest.Freezing (1 ms) 2022-12-01T10:51:20.1365834Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-12-01T10:51:20.1379063Z [ OK ] ModuleAPITest.OfiFreezesTraining (1 ms) 2022-12-01T10:51:20.1379708Z [----------] 13 tests from ModuleAPITest (7 ms total) 2022-12-01T10:51:20.1379945Z 2022-12-01T10:51:20.1380205Z [----------] 6 tests from PeepholeOptimizeTest 2022-12-01T10:51:20.1380706Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-12-01T10:51:20.1381291Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-12-01T10:51:20.1381735Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-12-01T10:51:20.1382261Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-12-01T10:51:20.1382760Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-12-01T10:51:20.1383289Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-12-01T10:51:20.1383780Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-12-01T10:51:20.1384299Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-12-01T10:51:20.1384956Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-12-01T10:51:20.1385334Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-12-01T10:51:20.1385685Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-12-01T10:51:20.1386033Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-12-01T10:51:20.1386385Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-12-01T10:51:20.1386559Z 2022-12-01T10:51:20.1386731Z [----------] 5 tests from QualifiedNameTest 2022-12-01T10:51:20.1387059Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-12-01T10:51:20.1387414Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-12-01T10:51:20.1387777Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-12-01T10:51:20.1388141Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-12-01T10:51:20.1388490Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-12-01T10:51:20.1410131Z [ OK ] QualifiedNameTest.BadInputRaises (2 ms) 2022-12-01T10:51:20.1410737Z [ RUN ] QualifiedNameTest.Equality 2022-12-01T10:51:20.1411123Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-12-01T10:51:20.1411531Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-12-01T10:51:20.1412114Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-12-01T10:51:20.1412459Z [----------] 5 tests from QualifiedNameTest (2 ms total) 2022-12-01T10:51:20.1412622Z 2022-12-01T10:51:20.1412786Z [----------] 6 tests from SerializationTest 2022-12-01T10:51:20.1413122Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-12-01T10:51:20.1413735Z [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:51:20.1417635Z [ OK ] SerializationTest.ExtraFilesHookPreference (0 ms) 2022-12-01T10:51:20.1418148Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-12-01T10:51:20.1419072Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-12-01T10:51:20.1419528Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-12-01T10:51:20.1420250Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-12-01T10:51:20.1420638Z [ RUN ] SerializationTest.TypeTags 2022-12-01T10:51:20.1422862Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-12-01T10:51:20.1423279Z [ RUN ] SerializationTest.ParentDirNotExist 2022-12-01T10:51:20.1452155Z [ OK ] SerializationTest.ParentDirNotExist (2 ms) 2022-12-01T10:51:20.1452899Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-12-01T10:51:20.1453357Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-12-01T10:51:20.1453732Z [----------] 6 tests from SerializationTest (4 ms total) 2022-12-01T10:51:20.1453898Z 2022-12-01T10:51:20.1454066Z [----------] 3 tests from TestSourceRoundTrip 2022-12-01T10:51:20.1454408Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-12-01T10:51:20.1466076Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (1 ms) 2022-12-01T10:51:20.1466480Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-12-01T10:51:20.1466851Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-12-01T10:51:20.1467211Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-12-01T10:51:20.1515742Z [ OK ] TestSourceRoundTrip.MethodInvocation (4 ms) 2022-12-01T10:51:20.1516188Z [----------] 3 tests from TestSourceRoundTrip (6 ms total) 2022-12-01T10:51:20.1516365Z 2022-12-01T10:51:20.1516562Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-12-01T10:51:20.1516974Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-12-01T10:51:20.1517320Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-12-01T10:51:20.1517702Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-12-01T10:51:20.1528824Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (1 ms) 2022-12-01T10:51:20.1529608Z [----------] 2 tests from FunctionSchemaIsAliasingTest (1 ms total) 2022-12-01T10:51:20.1529795Z 2022-12-01T10:51:20.1529989Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-12-01T10:51:20.1530332Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-12-01T10:51:20.1530687Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-12-01T10:51:20.1531053Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-12-01T10:51:20.1546975Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (1 ms) 2022-12-01T10:51:20.1547734Z [----------] 2 tests from FunctionSchemaIsMutableTest (1 ms total) 2022-12-01T10:51:20.1547929Z 2022-12-01T10:51:20.1548130Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-12-01T10:51:20.1548482Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-12-01T10:51:20.1549314Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-12-01T10:51:20.1549965Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-12-01T10:51:20.1572825Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (2 ms) 2022-12-01T10:51:20.1573390Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-12-01T10:51:20.1573980Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-12-01T10:51:20.1574532Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-12-01T10:51:20.1575250Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-12-01T10:51:20.1575695Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-12-01T10:51:20.1576137Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-12-01T10:51:20.1576545Z [----------] 5 tests from SchemaInfoIsMutableTest (2 ms total) 2022-12-01T10:51:20.1576725Z 2022-12-01T10:51:20.1576929Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-12-01T10:51:20.1577298Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-12-01T10:51:20.1577685Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-12-01T10:51:20.1578052Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-12-01T10:51:20.1578445Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-12-01T10:51:20.1578863Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-12-01T10:51:20.1579130Z 2022-12-01T10:51:20.1579322Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-12-01T10:51:20.1579642Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-12-01T10:51:20.1579986Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-12-01T10:51:20.1580355Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-12-01T10:51:20.1594957Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (1 ms) 2022-12-01T10:51:20.1596227Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-12-01T10:51:20.1596783Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-12-01T10:51:20.1597275Z [----------] 3 tests from FunctionSchemaMayAliasTest (1 ms total) 2022-12-01T10:51:20.1597475Z 2022-12-01T10:51:20.1597716Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-12-01T10:51:20.1598226Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-12-01T10:51:20.1598900Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-12-01T10:51:20.1599537Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-12-01T10:51:20.1599995Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-12-01T10:51:20.1600625Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-12-01T10:51:20.1601346Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-12-01T10:51:20.1601988Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-12-01T10:51:20.1602612Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-12-01T10:51:20.1603395Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-12-01T10:51:20.1604143Z [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:51:20.1604637Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-12-01T10:51:20.1605076Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-12-01T10:51:20.1605501Z [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:51:20.1605967Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-12-01T10:51:20.1606375Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-12-01T10:51:20.1606760Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-12-01T10:51:20.1607143Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-12-01T10:51:20.1607307Z 2022-12-01T10:51:20.1607515Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-12-01T10:51:20.1607885Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-12-01T10:51:20.1608383Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-12-01T10:51:20.1609085Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-12-01T10:51:20.1609586Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-12-01T10:51:20.1610045Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-12-01T10:51:20.1610554Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T10:51:20.1611018Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-12-01T10:51:20.1611217Z 2022-12-01T10:51:20.1614722Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-12-01T10:51:20.1615374Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-12-01T10:51:20.1616047Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-12-01T10:51:20.1616581Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-12-01T10:51:20.1617188Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-12-01T10:51:20.1617645Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-12-01T10:51:20.1618092Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-12-01T10:51:20.1618552Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-12-01T10:51:20.1619013Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-12-01T10:51:20.1619487Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-12-01T10:51:20.1620011Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T10:51:20.1620422Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-12-01T10:51:20.1620802Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-12-01T10:51:20.1621206Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-12-01T10:51:20.1621398Z 2022-12-01T10:51:20.1621561Z [----------] 2 tests from SchemaMatchingTest 2022-12-01T10:51:20.1621848Z [ RUN ] SchemaMatchingTest.VarType 2022-12-01T10:51:20.1622161Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-12-01T10:51:20.1622488Z [ RUN ] SchemaMatchingTest.VarType2 2022-12-01T10:51:20.1622796Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-12-01T10:51:20.1623138Z [----------] 2 tests from SchemaMatchingTest (0 ms total) 2022-12-01T10:51:20.1623304Z 2022-12-01T10:51:20.1623453Z [----------] 6 tests from StackOptTest 2022-12-01T10:51:20.1623760Z [ RUN ] StackOptTest.UseVariadicStack 2022-12-01T10:51:20.1716434Z [ OK ] StackOptTest.UseVariadicStack (10 ms) 2022-12-01T10:51:20.1716898Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-12-01T10:51:20.1771551Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (5 ms) 2022-12-01T10:51:20.1772228Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-12-01T10:51:20.1795860Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (2 ms) 2022-12-01T10:51:20.1796419Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-12-01T10:51:20.1831123Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (3 ms) 2022-12-01T10:51:20.1831673Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-12-01T10:51:20.1875673Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (4 ms) 2022-12-01T10:51:20.1876263Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-12-01T10:51:20.1947042Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (7 ms) 2022-12-01T10:51:20.1947709Z [----------] 6 tests from StackOptTest (33 ms total) 2022-12-01T10:51:20.1947929Z 2022-12-01T10:51:20.1948172Z [----------] 16 tests from SubgraphMatcherTest 2022-12-01T10:51:20.1948538Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-12-01T10:51:20.1949160Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-12-01T10:51:20.1949521Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-12-01T10:51:20.1949893Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-12-01T10:51:20.1950289Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-12-01T10:51:20.1950707Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-12-01T10:51:20.1951164Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-12-01T10:51:20.1951758Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-12-01T10:51:20.1952075Z [ RUN ] SubgraphMatcherTest.Linear1 2022-12-01T10:51:20.1952391Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-12-01T10:51:20.1952827Z [ RUN ] SubgraphMatcherTest.Linear2 2022-12-01T10:51:20.1953342Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-12-01T10:51:20.1953645Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-12-01T10:51:20.1954186Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-12-01T10:51:20.1954631Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-12-01T10:51:20.1955100Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-12-01T10:51:20.1955420Z [ RUN ] SubgraphMatcherTest.XPattern 2022-12-01T10:51:20.1955739Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-12-01T10:51:20.1956157Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-12-01T10:51:20.1956509Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-12-01T10:51:20.1956949Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-12-01T10:51:20.1957337Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-12-01T10:51:20.1957707Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-12-01T10:51:20.1958088Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-12-01T10:51:20.1958467Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-12-01T10:51:20.1958848Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-12-01T10:51:20.1959209Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-12-01T10:51:20.1959587Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-12-01T10:51:20.1959937Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-12-01T10:51:20.1980052Z [ OK ] SubgraphMatcherTest.BadPattern (2 ms) 2022-12-01T10:51:20.1980491Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-12-01T10:51:20.1981282Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-12-01T10:51:20.1981650Z [----------] 16 tests from SubgraphMatcherTest (3 ms total) 2022-12-01T10:51:20.1981813Z 2022-12-01T10:51:20.1982036Z [----------] 4 tests from SubgraphRewriterTest 2022-12-01T10:51:20.1982437Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-12-01T10:51:20.1983036Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-12-01T10:51:20.1983465Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-12-01T10:51:20.1983901Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-12-01T10:51:20.1984249Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-12-01T10:51:20.1987920Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-12-01T10:51:20.1988300Z [ RUN ] SubgraphRewriterTest.OutputType 2022-12-01T10:51:20.1989331Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-12-01T10:51:20.1990012Z [----------] 4 tests from SubgraphRewriterTest (0 ms total) 2022-12-01T10:51:20.1990210Z 2022-12-01T10:51:20.1990375Z [----------] 3 tests from SubgraphUtilsTest 2022-12-01T10:51:20.1990655Z [ RUN ] SubgraphUtilsTest.Basic 2022-12-01T10:51:20.1993464Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-12-01T10:51:20.1993824Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-12-01T10:51:20.1997303Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-12-01T10:51:20.1997873Z [ RUN ] SubgraphUtilsTest.GraphName 2022-12-01T10:51:20.1998389Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-12-01T10:51:20.1998909Z [----------] 3 tests from SubgraphUtilsTest (0 ms total) 2022-12-01T10:51:20.1999164Z 2022-12-01T10:51:20.1999357Z [----------] 8 tests from UnionTypeTest 2022-12-01T10:51:20.1999827Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-12-01T10:51:20.2000254Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-12-01T10:51:20.2000622Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-12-01T10:51:20.2001024Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-12-01T10:51:20.2001451Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-12-01T10:51:20.2001806Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-12-01T10:51:20.2002187Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-12-01T10:51:20.2002628Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-12-01T10:51:20.2003032Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-12-01T10:51:20.2003376Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-12-01T10:51:20.2003787Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-12-01T10:51:20.2004239Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-12-01T10:51:20.2004626Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-12-01T10:51:20.2004948Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-12-01T10:51:20.2005284Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-12-01T10:51:20.2005622Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-12-01T10:51:20.2005949Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-12-01T10:51:20.2006103Z 2022-12-01T10:51:20.2006264Z [----------] 2 tests from ScriptProfileTest 2022-12-01T10:51:20.2006559Z [ RUN ] ScriptProfileTest.Basic 2022-12-01T10:51:20.2006843Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-12-01T10:51:20.2007160Z [ RUN ] ScriptProfileTest.CallingOrder 2022-12-01T10:51:20.2022715Z [ OK ] ScriptProfileTest.CallingOrder (2 ms) 2022-12-01T10:51:20.2023352Z [----------] 2 tests from ScriptProfileTest (2 ms total) 2022-12-01T10:51:20.2023516Z 2022-12-01T10:51:20.2023666Z [----------] 7 tests from ShapeAnalysisTest 2022-12-01T10:51:20.2024001Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-12-01T10:51:20.2095758Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (7 ms) 2022-12-01T10:51:20.2096395Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-12-01T10:51:20.2112568Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (1 ms) 2022-12-01T10:51:20.2113169Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-12-01T10:51:20.2185672Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (7 ms) 2022-12-01T10:51:20.2186059Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-12-01T10:51:20.2192397Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (0 ms) 2022-12-01T10:51:20.2192808Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-12-01T10:51:20.2199443Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (0 ms) 2022-12-01T10:51:20.2199824Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-12-01T10:51:20.2228092Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (2 ms) 2022-12-01T10:51:20.2228550Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-12-01T10:51:20.2241607Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-12-01T10:51:20.2242173Z [----------] 7 tests from ShapeAnalysisTest (21 ms total) 2022-12-01T10:51:20.2242366Z 2022-12-01T10:51:20.2242571Z [----------] 5 tests from JitLoggingTest 2022-12-01T10:51:20.2242897Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-12-01T10:51:20.2243261Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-12-01T10:51:20.2243777Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-12-01T10:51:20.2244174Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-12-01T10:51:20.2244567Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-12-01T10:51:20.2244956Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-12-01T10:51:20.2245396Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-12-01T10:51:20.2245772Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-12-01T10:51:20.2246147Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-12-01T10:51:20.2246517Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-12-01T10:51:20.2246878Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-12-01T10:51:20.2247036Z 2022-12-01T10:51:20.2247192Z [----------] 9 tests from FileFormatTest 2022-12-01T10:51:20.2247516Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-12-01T10:51:20.2247914Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-12-01T10:51:20.2248285Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-12-01T10:51:20.2248624Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-12-01T10:51:20.2248996Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-12-01T10:51:20.2249387Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-12-01T10:51:20.2249758Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-12-01T10:51:20.2250101Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-12-01T10:51:20.2250453Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-12-01T10:51:20.2250807Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-12-01T10:51:20.2251147Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-12-01T10:51:20.2251768Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-12-01T10:51:20.2252122Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-12-01T10:51:20.2252459Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-12-01T10:51:20.2252851Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-12-01T10:51:20.2253289Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-12-01T10:51:20.2253672Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-12-01T10:51:20.2254007Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-12-01T10:51:20.2254350Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-12-01T10:51:20.2254503Z 2022-12-01T10:51:20.2254657Z [----------] 35 tests from FlatbufferTest 2022-12-01T10:51:20.2254956Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-12-01T10:51:20.2259471Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-12-01T10:51:20.2259887Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-12-01T10:51:20.2268002Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (0 ms) 2022-12-01T10:51:20.2268437Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-12-01T10:51:20.2268778Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-12-01T10:51:20.2269114Z [ RUN ] FlatbufferTest.MethodInvocation 2022-12-01T10:51:20.2288793Z [ OK ] FlatbufferTest.MethodInvocation (2 ms) 2022-12-01T10:51:20.2289204Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-12-01T10:51:20.2318262Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (2 ms) 2022-12-01T10:51:20.2318601Z [ RUN ] FlatbufferTest.ExtraFiles 2022-12-01T10:51:20.2321753Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-12-01T10:51:20.2342015Z [ RUN ] FlatbufferTest.Conv 2022-12-01T10:51:20.2342649Z [ OK ] FlatbufferTest.Conv (1 ms) 2022-12-01T10:51:20.2343651Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-12-01T10:51:20.2362831Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (2 ms) 2022-12-01T10:51:20.2363379Z [ RUN ] FlatbufferTest.Inline 2022-12-01T10:51:20.2370281Z [ OK ] FlatbufferTest.Inline (0 ms) 2022-12-01T10:51:20.2370995Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-12-01T10:51:20.2377115Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-12-01T10:51:20.2377663Z [ RUN ] FlatbufferTest.Tuple 2022-12-01T10:51:20.2381952Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-12-01T10:51:20.2382458Z [ RUN ] FlatbufferTest.Dict 2022-12-01T10:51:20.2386938Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-12-01T10:51:20.2387456Z [ RUN ] FlatbufferTest.Prim 2022-12-01T10:51:20.2390614Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-12-01T10:51:20.2391155Z [ RUN ] FlatbufferTest.PrimScalar 2022-12-01T10:51:20.2394729Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-12-01T10:51:20.2395322Z [ RUN ] FlatbufferTest.WrongMethodName 2022-12-01T10:51:20.2421540Z [ OK ] FlatbufferTest.WrongMethodName (2 ms) 2022-12-01T10:51:20.2422121Z [ RUN ] FlatbufferTest.SetState 2022-12-01T10:51:20.2441659Z [ OK ] FlatbufferTest.SetState (2 ms) 2022-12-01T10:51:20.2441972Z [ RUN ] FlatbufferTest.BuiltinClass 2022-12-01T10:51:20.2447454Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-12-01T10:51:20.2447793Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-12-01T10:51:20.2450235Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-12-01T10:51:20.2450541Z [ RUN ] FlatbufferTest.Eval 2022-12-01T10:51:20.2456173Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-12-01T10:51:20.2456530Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-12-01T10:51:20.2459278Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-12-01T10:51:20.2459670Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-12-01T10:51:20.2465487Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-12-01T10:51:20.2465894Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-12-01T10:51:20.2471016Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-12-01T10:51:20.2471362Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-12-01T10:51:20.2479270Z [ OK ] FlatbufferTest.DuplicateSetState (0 ms) 2022-12-01T10:51:20.2479675Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-12-01T10:51:20.2485633Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:51:20.2486011Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-12-01T10:51:20.2498836Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-12-01T10:51:20.2499212Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-12-01T10:51:20.2551751Z [ OK ] FlatbufferTest.DefaultArgsPinv (5 ms) 2022-12-01T10:51:20.2552208Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:51:20.2562010Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T10:51:20.2562418Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-12-01T10:51:20.2581903Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:51:20.2582340Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-12-01T10:51:20.2591969Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:51:20.2592450Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:51:20.2615492Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-12-01T10:51:20.2615889Z [ RUN ] FlatbufferTest.OperatorSize1 2022-12-01T10:51:20.2619012Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-12-01T10:51:20.2619492Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-12-01T10:51:20.2619861Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-12-01T10:51:20.2620180Z [ RUN ] FlatbufferTest.OperatorTest2 2022-12-01T10:51:20.2630212Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-12-01T10:51:20.2630852Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-12-01T10:51:20.2631243Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-12-01T10:51:20.2631595Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-12-01T10:51:20.2631971Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-12-01T10:51:20.2632340Z [----------] 35 tests from FlatbufferTest (38 ms total) 2022-12-01T10:51:20.2632505Z 2022-12-01T10:51:20.2632676Z [----------] 3 tests from TestSourceFlatbuffer 2022-12-01T10:51:20.2633012Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-12-01T10:51:20.2644616Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-12-01T10:51:20.2645216Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-12-01T10:51:20.2645718Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-12-01T10:51:20.2646092Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-12-01T10:51:20.2698139Z [ OK ] TestSourceFlatbuffer.MethodInvocation (5 ms) 2022-12-01T10:51:20.2698678Z [----------] 3 tests from TestSourceFlatbuffer (6 ms total) 2022-12-01T10:51:20.2698945Z 2022-12-01T10:51:20.2699225Z [----------] 10 tests from FlatbufferUpgraderTest 2022-12-01T10:51:20.2699680Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-12-01T10:51:20.2700085Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T10:51:20.2700572Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-12-01T10:51:20.2701009Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T10:51:20.2701433Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-12-01T10:51:20.2701995Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T10:51:20.2702544Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-12-01T10:51:20.2703144Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T10:51:20.2703646Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T10:51:20.2704163Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T10:51:20.2704708Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T10:51:20.2705361Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T10:51:20.2705909Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-12-01T10:51:20.2706465Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T10:51:20.2706952Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-12-01T10:51:20.2707493Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T10:51:20.2707972Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T10:51:20.2708553Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T10:51:20.2709153Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-12-01T10:51:20.2709743Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T10:51:20.2710367Z [----------] 10 tests from FlatbufferUpgraderTest (0 ms total) 2022-12-01T10:51:20.2710648Z 2022-12-01T10:51:20.2710953Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-12-01T10:51:20.2711706Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-12-01T10:51:20.2712427Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-12-01T10:51:20.2713201Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-12-01T10:51:20.2713884Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-12-01T10:51:20.2714710Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-12-01T10:51:20.2715387Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-12-01T10:51:20.2716144Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-12-01T10:51:20.2716938Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-12-01T10:51:20.2717948Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-12-01T10:51:20.2718552Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-12-01T10:51:20.2719154Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-12-01T10:51:20.2719764Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-12-01T10:51:20.2720358Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-12-01T10:51:20.2720964Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-12-01T10:51:20.2721565Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-12-01T10:51:20.2722162Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-12-01T10:51:20.2722747Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-12-01T10:51:20.2723315Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-12-01T10:51:20.2723892Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-12-01T10:51:20.2724470Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-12-01T10:51:20.2725042Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-12-01T10:51:20.2725602Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-12-01T10:51:20.2726181Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-12-01T10:51:20.2726837Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-12-01T10:51:20.2727349Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-12-01T10:51:20.2727540Z 2022-12-01T10:51:20.2727782Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-12-01T10:51:20.2728236Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-12-01T10:51:21.1058725Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (833 ms) 2022-12-01T10:51:21.1059249Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-12-01T10:51:22.2738792Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1168 ms) 2022-12-01T10:51:22.2739300Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-12-01T10:51:23.6986341Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1424 ms) 2022-12-01T10:51:23.6987135Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-12-01T10:51:25.0649847Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1366 ms) 2022-12-01T10:51:25.0650386Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-12-01T10:51:26.4296247Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1364 ms) 2022-12-01T10:51:26.4296769Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-12-01T10:51:27.7955804Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1365 ms) 2022-12-01T10:51:27.7956339Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-12-01T10:51:29.2007755Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1405 ms) 2022-12-01T10:51:29.2008292Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-12-01T10:51:30.5316350Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1330 ms) 2022-12-01T10:51:30.5316957Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-12-01T10:51:31.7820596Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1250 ms) 2022-12-01T10:51:31.7821142Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-12-01T10:51:33.0001879Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1218 ms) 2022-12-01T10:51:33.0002479Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12728 ms total) 2022-12-01T10:51:33.0002702Z 2022-12-01T10:51:33.0002885Z [----------] Global test environment tear-down 2022-12-01T10:51:33.0072159Z [==========] 569 tests from 118 test suites ran. (13905 ms total) 2022-12-01T10:51:33.0072660Z [ PASSED ] 569 tests. 2022-12-01T10:51:33.0796631Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:51:33.0797188Z + /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:51:33.3357862Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:51:33.3361879Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:51:33.3362495Z [==========] Running 612 tests from 10 test suites. 2022-12-01T10:51:33.3362922Z [----------] Global test environment set-up. 2022-12-01T10:51:33.3363231Z [----------] 11 tests from BackendDeviceTest 2022-12-01T10:51:33.3363557Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-12-01T10:51:33.3363918Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-12-01T10:51:33.3364233Z [ RUN ] BackendDeviceTest.Basic1 2022-12-01T10:51:33.3364690Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-12-01T10:51:33.3365001Z [ RUN ] BackendDeviceTest.Basic2 2022-12-01T10:51:33.3365287Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-12-01T10:51:33.3365582Z [ RUN ] BackendDeviceTest.Basic3 2022-12-01T10:51:33.3365879Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-12-01T10:51:33.3366178Z [ RUN ] BackendDeviceTest.Basic4 2022-12-01T10:51:33.3366462Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-12-01T10:51:33.3366758Z [ RUN ] BackendDeviceTest.Compare 2022-12-01T10:51:33.3367065Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-12-01T10:51:33.3367353Z [ RUN ] BackendDeviceTest.Ostream 2022-12-01T10:51:33.3367663Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-12-01T10:51:33.3367970Z [ RUN ] BackendDeviceTest.FromAten 2022-12-01T10:51:33.3375238Z [ OK ] BackendDeviceTest.FromAten (1 ms) 2022-12-01T10:51:33.3375553Z [ RUN ] BackendDeviceTest.ToAten 2022-12-01T10:51:33.3376156Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-12-01T10:51:33.3376551Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-12-01T10:51:33.3576697Z [ OK ] BackendDeviceTest.GetBackendDevice1 (20 ms) 2022-12-01T10:51:33.3577272Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-12-01T10:51:33.3577956Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-12-01T10:51:33.3578473Z [----------] 11 tests from BackendDeviceTest (21 ms total) 2022-12-01T10:51:33.3578737Z 2022-12-01T10:51:33.3578969Z [----------] 2 tests from CacheTest 2022-12-01T10:51:33.3579271Z [ RUN ] CacheTest.BasicTest 2022-12-01T10:51:33.3579555Z [ OK ] CacheTest.BasicTest (0 ms) 2022-12-01T10:51:33.3579881Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-12-01T10:51:33.3580269Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-12-01T10:51:33.3580626Z [----------] 2 tests from CacheTest (0 ms total) 2022-12-01T10:51:33.3580776Z 2022-12-01T10:51:33.3580898Z [----------] 5 tests from IrTest 2022-12-01T10:51:33.3581152Z [ RUN ] IrTest.BasicTest 2022-12-01T10:51:33.3581425Z [ OK ] IrTest.BasicTest (0 ms) 2022-12-01T10:51:33.3581697Z [ RUN ] IrTest.MetaDataTest 2022-12-01T10:51:33.3581972Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-12-01T10:51:33.3582242Z [ RUN ] IrTest.TsNodeTest 2022-12-01T10:51:33.3582511Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-12-01T10:51:33.3582780Z [ RUN ] IrTest.DimensionNodeTest 2022-12-01T10:51:33.3583074Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-12-01T10:51:33.3583382Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-12-01T10:51:33.3583696Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-12-01T10:51:33.3584009Z [----------] 5 tests from IrTest (0 ms total) 2022-12-01T10:51:33.3584154Z 2022-12-01T10:51:33.3584299Z [----------] 2 tests from IrUtilTest 2022-12-01T10:51:33.3584572Z [ RUN ] IrUtilTest.BasicTest 2022-12-01T10:51:33.3584845Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-12-01T10:51:33.3585126Z [ RUN ] IrUtilTest.TestCircle 2022-12-01T10:51:33.3602337Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-12-01T10:51:33.3602913Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-12-01T10:51:33.3603089Z 2022-12-01T10:51:33.3603234Z [----------] 2 tests from HashTest 2022-12-01T10:51:33.3603556Z [ RUN ] HashTest.Scalar 2022-12-01T10:51:33.3603810Z [ OK ] HashTest.Scalar (0 ms) 2022-12-01T10:51:33.3604070Z [ RUN ] HashTest.Sanity 2022-12-01T10:51:33.3604330Z [ OK ] HashTest.Sanity (0 ms) 2022-12-01T10:51:33.3604624Z [----------] 2 tests from HashTest (0 ms total) 2022-12-01T10:51:33.3604757Z 2022-12-01T10:51:33.3604934Z [----------] 3 tests from PermutationUtilTest 2022-12-01T10:51:33.3605286Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-12-01T10:51:33.3625076Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-12-01T10:51:33.3625469Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-12-01T10:51:33.3625857Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-12-01T10:51:33.3626208Z [ RUN ] PermutationUtilTest.TestPermute 2022-12-01T10:51:33.3645684Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-12-01T10:51:33.3646180Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-12-01T10:51:33.3646438Z 2022-12-01T10:51:33.3646667Z [----------] 7 tests from ShapeTest 2022-12-01T10:51:33.3647084Z [ RUN ] ShapeTest.Basic1 2022-12-01T10:51:33.3647537Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-12-01T10:51:33.3648146Z [ RUN ] ShapeTest.Basic2 2022-12-01T10:51:33.3648616Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-12-01T10:51:33.3649090Z [ RUN ] ShapeTest.Basic3 2022-12-01T10:51:33.3649550Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-12-01T10:51:33.3650008Z [ RUN ] ShapeTest.SetScalarType 2022-12-01T10:51:33.3650561Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-12-01T10:51:33.3651043Z [ RUN ] ShapeTest.SetSize 2022-12-01T10:51:33.3651514Z [ OK ] ShapeTest.SetSize (0 ms) 2022-12-01T10:51:33.3652056Z [ RUN ] ShapeTest.Equal 2022-12-01T10:51:33.3652307Z [ OK ] ShapeTest.Equal (0 ms) 2022-12-01T10:51:33.3652577Z [ RUN ] ShapeTest.Ostream 2022-12-01T10:51:33.3652864Z [ OK ] ShapeTest.Ostream (0 ms) 2022-12-01T10:51:33.3653170Z [----------] 7 tests from ShapeTest (0 ms total) 2022-12-01T10:51:33.3653306Z 2022-12-01T10:51:33.3653457Z [----------] 2 tests from TrieCacheTest 2022-12-01T10:51:33.3653756Z [ RUN ] TrieCacheTest.TestSinglePath 2022-12-01T10:51:33.3654081Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-12-01T10:51:33.3654378Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-12-01T10:51:33.3654691Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-12-01T10:51:33.3655019Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-12-01T10:51:33.3655172Z 2022-12-01T10:51:33.3655311Z [----------] 3 tests from UtilTest 2022-12-01T10:51:33.3655580Z [ RUN ] UtilTest.ExceptionCleanup 2022-12-01T10:51:33.3655887Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-12-01T10:51:33.3656167Z [ RUN ] UtilTest.MaybeRef 2022-12-01T10:51:33.3656426Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-12-01T10:51:33.3656679Z [ RUN ] UtilTest.Iota 2022-12-01T10:51:33.3656933Z [ OK ] UtilTest.Iota (0 ms) 2022-12-01T10:51:33.3657208Z [----------] 3 tests from UtilTest (0 ms total) 2022-12-01T10:51:33.3657354Z 2022-12-01T10:51:33.3657507Z [----------] 575 tests from LazyOpsTest 2022-12-01T10:51:33.3657802Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-12-01T10:51:33.3767881Z [ OK ] LazyOpsTest.TestScalarTensor (11 ms) 2022-12-01T10:51:33.3768210Z [ RUN ] LazyOpsTest.TestClone 2022-12-01T10:51:33.3772477Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-12-01T10:51:33.3772973Z [ RUN ] LazyOpsTest.TestTo 2022-12-01T10:51:33.3773352Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-12-01T10:51:33.3773659Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-12-01T10:51:33.3773996Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-12-01T10:51:33.3774299Z [ RUN ] LazyOpsTest.TestIsSigned 2022-12-01T10:51:33.3774603Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-12-01T10:51:33.3774904Z [ RUN ] LazyOpsTest.TestCastByte 2022-12-01T10:51:33.4135337Z [ OK ] LazyOpsTest.TestCastByte (36 ms) 2022-12-01T10:51:33.4135865Z [ RUN ] LazyOpsTest.TestCastChar 2022-12-01T10:51:33.4138383Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-12-01T10:51:33.4138948Z [ RUN ] LazyOpsTest.TestCastShort 2022-12-01T10:51:33.4141513Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-12-01T10:51:33.4142059Z [ RUN ] LazyOpsTest.TestCastInt 2022-12-01T10:51:33.4144753Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-12-01T10:51:33.4145302Z [ RUN ] LazyOpsTest.TestCastLong 2022-12-01T10:51:33.4147608Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-12-01T10:51:33.4148153Z [ RUN ] LazyOpsTest.TestCastFloat 2022-12-01T10:51:33.4148707Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-12-01T10:51:33.4149006Z [ RUN ] LazyOpsTest.TestRetainType 2022-12-01T10:51:33.4150051Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-12-01T10:51:33.4150562Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-12-01T10:51:33.4163614Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-12-01T10:51:33.4164174Z [ RUN ] LazyOpsTest.TestAdd 2022-12-01T10:51:33.4167041Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-12-01T10:51:33.4167550Z [ RUN ] LazyOpsTest.TestAddHalf 2022-12-01T10:51:33.4170362Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-12-01T10:51:33.4170965Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-12-01T10:51:33.4173703Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-12-01T10:51:33.4174304Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-12-01T10:51:33.4178813Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-12-01T10:51:33.4179252Z [ RUN ] LazyOpsTest.TestAddScalar 2022-12-01T10:51:33.4181391Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-12-01T10:51:33.4181970Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-12-01T10:51:33.4185340Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-12-01T10:51:33.4185923Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-12-01T10:51:33.4188122Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-12-01T10:51:33.4188656Z [ RUN ] LazyOpsTest.TestSub 2022-12-01T10:51:33.4191166Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-12-01T10:51:33.4191722Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-12-01T10:51:33.4195183Z [ OK ] LazyOpsTest.TestSubInPlace (0 ms) 2022-12-01T10:51:33.4195749Z [ RUN ] LazyOpsTest.TestSubScalar 2022-12-01T10:51:33.4198326Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-12-01T10:51:33.4198907Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-12-01T10:51:33.4202271Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-12-01T10:51:33.4202816Z [ RUN ] LazyOpsTest.TestMul 2022-12-01T10:51:33.4205243Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-12-01T10:51:33.4205771Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-12-01T10:51:33.4209144Z [ OK ] LazyOpsTest.TestMulInPlace (0 ms) 2022-12-01T10:51:33.4209718Z [ RUN ] LazyOpsTest.TestMulScalar 2022-12-01T10:51:33.4212276Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-12-01T10:51:33.4212875Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-12-01T10:51:33.4216041Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-12-01T10:51:33.4216593Z [ RUN ] LazyOpsTest.TestDiv 2022-12-01T10:51:33.4302138Z [ OK ] LazyOpsTest.TestDiv (8 ms) 2022-12-01T10:51:33.4302716Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-12-01T10:51:33.4584988Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (28 ms) 2022-12-01T10:51:33.4585405Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-12-01T10:51:33.4587929Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-12-01T10:51:33.4588301Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-12-01T10:51:33.4598553Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (1 ms) 2022-12-01T10:51:33.4598907Z [ RUN ] LazyOpsTest.TestDivScalar 2022-12-01T10:51:33.4626930Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-12-01T10:51:33.4627313Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-12-01T10:51:33.4634013Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-12-01T10:51:33.4634517Z [ RUN ] LazyOpsTest.TestDivOut 2022-12-01T10:51:33.4638477Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-12-01T10:51:33.4639052Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-12-01T10:51:33.4641570Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-12-01T10:51:33.4642289Z [ RUN ] LazyOpsTest.TestNe 2022-12-01T10:51:33.4644219Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-12-01T10:51:33.4644748Z [ RUN ] LazyOpsTest.TestNeInplace 2022-12-01T10:51:33.4648966Z [ OK ] LazyOpsTest.TestNeInplace (0 ms) 2022-12-01T10:51:33.4649544Z [ RUN ] LazyOpsTest.TestEq 2022-12-01T10:51:33.4651268Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-12-01T10:51:33.4651952Z [ RUN ] LazyOpsTest.TestEqInplace 2022-12-01T10:51:33.4656384Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-12-01T10:51:33.4656922Z [ RUN ] LazyOpsTest.TestGe 2022-12-01T10:51:33.4658519Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-12-01T10:51:33.4659031Z [ RUN ] LazyOpsTest.TestGeInplace 2022-12-01T10:51:33.4663017Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-12-01T10:51:33.4663553Z [ RUN ] LazyOpsTest.TestLe 2022-12-01T10:51:33.4665628Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-12-01T10:51:33.4665958Z [ RUN ] LazyOpsTest.TestLeInplace 2022-12-01T10:51:33.4669836Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-12-01T10:51:33.4670136Z [ RUN ] LazyOpsTest.TestGt 2022-12-01T10:51:33.4672420Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-12-01T10:51:33.4672724Z [ RUN ] LazyOpsTest.TestGtInplace 2022-12-01T10:51:33.4677188Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-12-01T10:51:33.4677503Z [ RUN ] LazyOpsTest.TestLt 2022-12-01T10:51:33.4679752Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-12-01T10:51:33.4680084Z [ RUN ] LazyOpsTest.TestLtInplace 2022-12-01T10:51:33.4684184Z [ OK ] LazyOpsTest.TestLtInplace (0 ms) 2022-12-01T10:51:33.4684519Z [ RUN ] LazyOpsTest.TestNeScalar 2022-12-01T10:51:33.4686581Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-12-01T10:51:33.4686960Z [ RUN ] LazyOpsTest.TestEqScalar 2022-12-01T10:51:33.4688940Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-12-01T10:51:33.4689315Z [ RUN ] LazyOpsTest.TestGeScalar 2022-12-01T10:51:33.4691264Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-12-01T10:51:33.4691787Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-12-01T10:51:33.4706964Z [ OK ] LazyOpsTest.TestGeScalarInplace (1 ms) 2022-12-01T10:51:33.4707302Z [ RUN ] LazyOpsTest.TestLeScalar 2022-12-01T10:51:33.4709572Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-12-01T10:51:33.4709888Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-12-01T10:51:33.4713700Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-12-01T10:51:33.4714045Z [ RUN ] LazyOpsTest.TestGtScalar 2022-12-01T10:51:33.4716232Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-12-01T10:51:33.4716668Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-12-01T10:51:33.4720519Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-12-01T10:51:33.4720878Z [ RUN ] LazyOpsTest.TestLtScalar 2022-12-01T10:51:33.4723142Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-12-01T10:51:33.4723509Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-12-01T10:51:33.4727313Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-12-01T10:51:33.4727671Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-12-01T10:51:33.4739192Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-12-01T10:51:33.4739515Z [ RUN ] LazyOpsTest.TestSVD 2022-12-01T10:51:33.4794569Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-12-01T10:51:33.4794901Z [ RUN ] LazyOpsTest.TestQR 2022-12-01T10:51:33.4795275Z [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:51:33.4796059Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:51:33.4796394Z Q, R = torch.qr(A, some) 2022-12-01T10:51:33.4796689Z should be replaced with 2022-12-01T10:51:33.4797130Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-12-01T10:51:33.4816910Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-12-01T10:51:33.4817280Z [ RUN ] LazyOpsTest.TestSymEig 2022-12-01T10:51:33.4817776Z [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:51:33.4818369Z 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:51:33.4818781Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:51:33.4819029Z should be replaced with 2022-12-01T10:51:33.4819406Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:51:33.4819681Z and 2022-12-01T10:51:33.4819908Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:51:33.4820178Z should be replaced with 2022-12-01T10:51:33.4820601Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-12-01T10:51:33.4837224Z [ OK ] LazyOpsTest.TestSymEig (1 ms) 2022-12-01T10:51:33.4837817Z [ RUN ] LazyOpsTest.TestCholesky 2022-12-01T10:51:33.4838515Z [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:51:33.4839129Z L = torch.cholesky(A) 2022-12-01T10:51:33.4839461Z should be replaced with 2022-12-01T10:51:33.4839827Z L = torch.linalg.cholesky(A) 2022-12-01T10:51:33.4840149Z and 2022-12-01T10:51:33.4840372Z U = torch.cholesky(A, upper=True) 2022-12-01T10:51:33.4840579Z should be replaced with 2022-12-01T10:51:33.4840790Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:51:33.4841114Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-12-01T10:51:33.4846135Z [ OK ] LazyOpsTest.TestCholesky (0 ms) 2022-12-01T10:51:33.4846682Z [ RUN ] LazyOpsTest.TestLogDet 2022-12-01T10:51:33.4863519Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-12-01T10:51:33.4865003Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-12-01T10:51:33.4865434Z [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:51:33.4865887Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:51:33.4866182Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:51:33.4866394Z should be replaced with 2022-12-01T10:51:33.4866641Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-12-01T10:51:33.5075571Z [ OK ] LazyOpsTest.TestTriangularSolve (21 ms) 2022-12-01T10:51:33.5075923Z [ RUN ] LazyOpsTest.TestKthValue 2022-12-01T10:51:33.5106292Z [ OK ] LazyOpsTest.TestKthValue (3 ms) 2022-12-01T10:51:33.5106601Z [ RUN ] LazyOpsTest.TestTopK 2022-12-01T10:51:33.5282564Z [ OK ] LazyOpsTest.TestTopK (17 ms) 2022-12-01T10:51:33.5282937Z [ RUN ] LazyOpsTest.TestSort 2022-12-01T10:51:33.5347442Z [ OK ] LazyOpsTest.TestSort (6 ms) 2022-12-01T10:51:33.5347776Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-12-01T10:51:33.5352087Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-12-01T10:51:33.5352423Z [ RUN ] LazyOpsTest.TestArgSort 2022-12-01T10:51:33.5363401Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-12-01T10:51:33.5363683Z [ RUN ] LazyOpsTest.TestMin 2022-12-01T10:51:33.5366344Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-12-01T10:51:33.5366825Z [ RUN ] LazyOpsTest.TestMax 2022-12-01T10:51:33.5369262Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-12-01T10:51:33.5369576Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-12-01T10:51:33.5372031Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-12-01T10:51:33.5372455Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-12-01T10:51:33.5374529Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-12-01T10:51:33.5374820Z [ RUN ] LazyOpsTest.TestAll 2022-12-01T10:51:33.5384970Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-12-01T10:51:33.5385260Z [ RUN ] LazyOpsTest.TestAllDim 2022-12-01T10:51:33.5387475Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-12-01T10:51:33.5387785Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-12-01T10:51:33.5389583Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-12-01T10:51:33.5389872Z [ RUN ] LazyOpsTest.TestAmax 2022-12-01T10:51:33.5424329Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-12-01T10:51:33.5424622Z [ RUN ] LazyOpsTest.TestAmin 2022-12-01T10:51:33.5458543Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-12-01T10:51:33.5458833Z [ RUN ] LazyOpsTest.TestAny 2022-12-01T10:51:33.5468729Z [ OK ] LazyOpsTest.TestAny (1 ms) 2022-12-01T10:51:33.5469049Z [ RUN ] LazyOpsTest.TestAnyDim 2022-12-01T10:51:33.5471242Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-12-01T10:51:33.5471553Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-12-01T10:51:33.5473398Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-12-01T10:51:33.5473683Z [ RUN ] LazyOpsTest.TestMean 2022-12-01T10:51:33.5476885Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-12-01T10:51:33.5477225Z [ RUN ] LazyOpsTest.TestMeanCast 2022-12-01T10:51:33.5479450Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-12-01T10:51:33.5479799Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-12-01T10:51:33.5497149Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-12-01T10:51:33.5497481Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-12-01T10:51:33.5503044Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-12-01T10:51:33.5503426Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-12-01T10:51:33.5509027Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-12-01T10:51:33.5509401Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-12-01T10:51:33.5526946Z [ OK ] LazyOpsTest.TestMeanInDimOut (1 ms) 2022-12-01T10:51:33.5527246Z [ RUN ] LazyOpsTest.TestStd 2022-12-01T10:51:33.5533507Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-12-01T10:51:33.5533831Z [ RUN ] LazyOpsTest.TestStdInDim 2022-12-01T10:51:33.5601333Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-12-01T10:51:33.5601679Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-12-01T10:51:33.5634915Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-12-01T10:51:33.5635406Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-12-01T10:51:33.5647764Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-12-01T10:51:33.5648102Z [ RUN ] LazyOpsTest.TestSum 2022-12-01T10:51:33.5650722Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-12-01T10:51:33.5651047Z [ RUN ] LazyOpsTest.TestSumCast 2022-12-01T10:51:33.5653995Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-12-01T10:51:33.5654289Z [ RUN ] LazyOpsTest.TestSumU8 2022-12-01T10:51:33.5656532Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-12-01T10:51:33.5656853Z [ RUN ] LazyOpsTest.TestSumInDim 2022-12-01T10:51:33.5673130Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-12-01T10:51:33.5673440Z [ RUN ] LazyOpsTest.TestSumInDims 2022-12-01T10:51:33.5679760Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-12-01T10:51:33.5680287Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-12-01T10:51:33.5685466Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-12-01T10:51:33.5685811Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-12-01T10:51:33.5691308Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-12-01T10:51:33.5691760Z [ RUN ] LazyOpsTest.TestVar 2022-12-01T10:51:33.5693677Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-12-01T10:51:33.5693982Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-12-01T10:51:33.5699141Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-12-01T10:51:33.5699461Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-12-01T10:51:33.5706861Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-12-01T10:51:33.5707228Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-12-01T10:51:33.5719533Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-12-01T10:51:33.5720034Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-12-01T10:51:33.5776839Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-12-01T10:51:33.5777158Z [ RUN ] LazyOpsTest.TestMinInDim 2022-12-01T10:51:33.5788634Z [ OK ] LazyOpsTest.TestMinInDim (1 ms) 2022-12-01T10:51:33.5789022Z [ RUN ] LazyOpsTest.TestNorm 2022-12-01T10:51:33.5791575Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-12-01T10:51:33.5791963Z [ RUN ] LazyOpsTest.TestNormInDim 2022-12-01T10:51:33.5798442Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-12-01T10:51:33.5798843Z [ RUN ] LazyOpsTest.TestNormInDims 2022-12-01T10:51:33.5804369Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-12-01T10:51:33.5804774Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-12-01T10:51:33.5810701Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-12-01T10:51:33.5811132Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-12-01T10:51:33.5817683Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-12-01T10:51:33.5818105Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-12-01T10:51:33.5824683Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-12-01T10:51:33.5825127Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-12-01T10:51:33.5827170Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-12-01T10:51:33.5827588Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-12-01T10:51:33.5830279Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-12-01T10:51:33.5830607Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-12-01T10:51:33.5833280Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-12-01T10:51:33.5833610Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-12-01T10:51:33.5884786Z [ OK ] LazyOpsTest.TestRandomInPlace (5 ms) 2022-12-01T10:51:33.5885144Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-12-01T10:51:33.5935209Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (5 ms) 2022-12-01T10:51:33.5935593Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-12-01T10:51:33.5947969Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-12-01T10:51:33.5948297Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-12-01T10:51:33.5952291Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-12-01T10:51:33.5952607Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-12-01T10:51:33.5956766Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-12-01T10:51:33.5957131Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-12-01T10:51:33.5958779Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-12-01T10:51:33.5959143Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-12-01T10:51:33.5966249Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-12-01T10:51:33.5966621Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-12-01T10:51:33.5977893Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-12-01T10:51:33.5978273Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-12-01T10:51:33.6020089Z [ OK ] LazyOpsTest.TestGroupNorm (4 ms) 2022-12-01T10:51:33.6020539Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-12-01T10:51:33.6503275Z [ OK ] LazyOpsTest.TestGroupNormBackward (48 ms) 2022-12-01T10:51:33.6503743Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-12-01T10:51:33.6518237Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-12-01T10:51:33.6518687Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-12-01T10:51:33.6556754Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-12-01T10:51:33.6557322Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-12-01T10:51:33.6799662Z [ OK ] LazyOpsTest.TestLayerNormBackward (24 ms) 2022-12-01T10:51:33.6800093Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-12-01T10:51:33.6807514Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-12-01T10:51:33.6807982Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-12-01T10:51:33.7480473Z [ OK ] LazyOpsTest.TestPairwiseDistance (67 ms) 2022-12-01T10:51:33.7480837Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-12-01T10:51:33.7524681Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-12-01T10:51:33.7525089Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-12-01T10:51:33.8140548Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (61 ms) 2022-12-01T10:51:33.8140899Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-12-01T10:51:33.8176564Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-12-01T10:51:33.8176932Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-12-01T10:51:34.0993593Z [ OK ] LazyOpsTest.TestTripletMarginLoss (281 ms) 2022-12-01T10:51:34.0994319Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-12-01T10:51:34.1012857Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (2 ms) 2022-12-01T10:51:34.1013481Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-12-01T10:51:34.1711639Z [ OK ] LazyOpsTest.TestMarginRankingLoss (69 ms) 2022-12-01T10:51:34.1712357Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-12-01T10:51:34.1726566Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-12-01T10:51:34.1726911Z [ RUN ] LazyOpsTest.TestKlDiv 2022-12-01T10:51:34.1749247Z [ OK ] LazyOpsTest.TestKlDiv (2 ms) 2022-12-01T10:51:34.1749577Z [ RUN ] LazyOpsTest.TestProd 2022-12-01T10:51:34.1750530Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-12-01T10:51:34.1750926Z [ RUN ] LazyOpsTest.TestProdCast 2022-12-01T10:51:34.1751774Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-12-01T10:51:34.1752124Z [ RUN ] LazyOpsTest.TestProdInDim 2022-12-01T10:51:34.1755975Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-12-01T10:51:34.1756375Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-12-01T10:51:34.1760013Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-12-01T10:51:34.1760409Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-12-01T10:51:34.1763924Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-12-01T10:51:34.1764302Z [ RUN ] LazyOpsTest.TestCumSum 2022-12-01T10:51:34.1778024Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-12-01T10:51:34.1778380Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-12-01T10:51:34.1792640Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-12-01T10:51:34.1792976Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-12-01T10:51:34.1805027Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-12-01T10:51:34.1805363Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-12-01T10:51:34.1816962Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-12-01T10:51:34.1817395Z [ RUN ] LazyOpsTest.TestCumProd 2022-12-01T10:51:34.1821455Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-12-01T10:51:34.1821813Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-12-01T10:51:34.1825334Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-12-01T10:51:34.1825687Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-12-01T10:51:34.1833712Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-12-01T10:51:34.1834095Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-12-01T10:51:34.1842161Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-12-01T10:51:34.1842611Z [ RUN ] LazyOpsTest.TestArgMin 2022-12-01T10:51:34.1843096Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-12-01T10:51:34.1843415Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-12-01T10:51:34.1844516Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-12-01T10:51:34.1844884Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-12-01T10:51:34.1846040Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-12-01T10:51:34.1846377Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-12-01T10:51:34.1846730Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-12-01T10:51:34.1847104Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-12-01T10:51:34.1848134Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-12-01T10:51:34.1848661Z [ RUN ] LazyOpsTest.TestArgMax 2022-12-01T10:51:34.1849209Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-12-01T10:51:34.1849555Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-12-01T10:51:34.1850566Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-12-01T10:51:34.1851149Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-12-01T10:51:34.1851998Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-12-01T10:51:34.1852583Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-12-01T10:51:34.1853066Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-12-01T10:51:34.1853392Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-12-01T10:51:34.1854053Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-12-01T10:51:34.1854442Z [ RUN ] LazyOpsTest.TestAsin 2022-12-01T10:51:34.1855826Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-12-01T10:51:34.1856129Z [ RUN ] LazyOpsTest.TestAsinh 2022-12-01T10:51:34.1857285Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-12-01T10:51:34.1857598Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-12-01T10:51:34.1859210Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-12-01T10:51:34.1859735Z [ RUN ] LazyOpsTest.TestSin 2022-12-01T10:51:34.1860418Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-12-01T10:51:34.1860935Z [ RUN ] LazyOpsTest.TestSinh 2022-12-01T10:51:34.1861734Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-12-01T10:51:34.1862239Z [ RUN ] LazyOpsTest.TestAcos 2022-12-01T10:51:34.1863936Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-12-01T10:51:34.1864543Z [ RUN ] LazyOpsTest.TestAcosh 2022-12-01T10:51:34.1865058Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-12-01T10:51:34.1865375Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-12-01T10:51:34.1866709Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-12-01T10:51:34.1867249Z [ RUN ] LazyOpsTest.TestCos 2022-12-01T10:51:34.1870173Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-12-01T10:51:34.1870687Z [ RUN ] LazyOpsTest.TestCosh 2022-12-01T10:51:34.1871534Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-12-01T10:51:34.1872014Z [ RUN ] LazyOpsTest.TestAtan 2022-12-01T10:51:34.1872844Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-12-01T10:51:34.1873363Z [ RUN ] LazyOpsTest.TestAtanh 2022-12-01T10:51:34.1874067Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-12-01T10:51:34.1874604Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-12-01T10:51:34.1875986Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-12-01T10:51:34.1876537Z [ RUN ] LazyOpsTest.TestAtan2 2022-12-01T10:51:34.1877616Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-12-01T10:51:34.1878129Z [ RUN ] LazyOpsTest.TestTan 2022-12-01T10:51:34.1879137Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-12-01T10:51:34.1879633Z [ RUN ] LazyOpsTest.TestTanh 2022-12-01T10:51:34.1882586Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-12-01T10:51:34.1883047Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-12-01T10:51:34.1885843Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-12-01T10:51:34.1886202Z [ RUN ] LazyOpsTest.TestClampMin 2022-12-01T10:51:34.1889333Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-12-01T10:51:34.1889677Z [ RUN ] LazyOpsTest.TestClampMax 2022-12-01T10:51:34.1892579Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-12-01T10:51:34.1892911Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-12-01T10:51:34.1895544Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-12-01T10:51:34.1895957Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-12-01T10:51:34.1897405Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-12-01T10:51:34.1897770Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-12-01T10:51:34.1900622Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-12-01T10:51:34.1901016Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-12-01T10:51:34.1902464Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-12-01T10:51:34.1902812Z [ RUN ] LazyOpsTest.TestCeil 2022-12-01T10:51:34.1904494Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-12-01T10:51:34.1904770Z [ RUN ] LazyOpsTest.TestFloor 2022-12-01T10:51:34.1907022Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-12-01T10:51:34.1907311Z [ RUN ] LazyOpsTest.TestRound 2022-12-01T10:51:34.1908870Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-12-01T10:51:34.1909140Z [ RUN ] LazyOpsTest.TestTrunc 2022-12-01T10:51:34.1912342Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-12-01T10:51:34.1912633Z [ RUN ] LazyOpsTest.TestFrac 2022-12-01T10:51:34.1915455Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-12-01T10:51:34.1915742Z [ RUN ] LazyOpsTest.TestNeg 2022-12-01T10:51:34.1918616Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-12-01T10:51:34.1918903Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-12-01T10:51:34.1920909Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-12-01T10:51:34.1921246Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-12-01T10:51:34.1923258Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-12-01T10:51:34.1923612Z [ RUN ] LazyOpsTest.TestSign 2022-12-01T10:51:34.1924593Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-12-01T10:51:34.1924993Z [ RUN ] LazyOpsTest.TestSignByte 2022-12-01T10:51:34.1925528Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-12-01T10:51:34.1925916Z [ RUN ] LazyOpsTest.TestAbs 2022-12-01T10:51:34.1927754Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-12-01T10:51:34.1928281Z [ RUN ] LazyOpsTest.TestAbsByte 2022-12-01T10:51:34.1930317Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-12-01T10:51:34.1930880Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-12-01T10:51:34.1931442Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-12-01T10:51:34.1932087Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-12-01T10:51:34.1932435Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-12-01T10:51:34.1932822Z [ RUN ] LazyOpsTest.TestEmpty 2022-12-01T10:51:34.1933220Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-12-01T10:51:34.1933520Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-12-01T10:51:34.1934581Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-12-01T10:51:34.1935131Z [ RUN ] LazyOpsTest.TestZerosLike 2022-12-01T10:51:34.1935793Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-12-01T10:51:34.1936365Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-12-01T10:51:34.1936813Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-12-01T10:51:34.1937127Z [ RUN ] LazyOpsTest.TestZeros 2022-12-01T10:51:34.1939130Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-12-01T10:51:34.1939633Z [ RUN ] LazyOpsTest.TestOnes 2022-12-01T10:51:34.1942938Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-12-01T10:51:34.1943469Z [ RUN ] LazyOpsTest.TestOnesLike 2022-12-01T10:51:34.1944013Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-12-01T10:51:34.1944588Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-12-01T10:51:34.1945290Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-12-01T10:51:34.1945848Z [ RUN ] LazyOpsTest.TestFull 2022-12-01T10:51:34.1949902Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-12-01T10:51:34.1950367Z [ RUN ] LazyOpsTest.TestFullLike 2022-12-01T10:51:34.1950967Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-12-01T10:51:34.1951560Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-12-01T10:51:34.1952132Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-12-01T10:51:34.1952691Z [ RUN ] LazyOpsTest.TestARange 2022-12-01T10:51:34.1958785Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-12-01T10:51:34.1959328Z [ RUN ] LazyOpsTest.TestARangeOut 2022-12-01T10:51:34.1959878Z [W RangeFactories.cpp:206] 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:51:34.1962774Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-12-01T10:51:34.1963104Z [ RUN ] LazyOpsTest.TestDimARange 2022-12-01T10:51:34.1965906Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-12-01T10:51:34.1966232Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-12-01T10:51:34.1989850Z [ OK ] LazyOpsTest.TestBartlettWindow (2 ms) 2022-12-01T10:51:34.1990188Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-12-01T10:51:34.2012417Z [ OK ] LazyOpsTest.TestBlackmanWindow (2 ms) 2022-12-01T10:51:34.2012973Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-12-01T10:51:34.2028650Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-12-01T10:51:34.2028961Z [ RUN ] LazyOpsTest.TestHannWindow 2022-12-01T10:51:34.2616025Z [ OK ] LazyOpsTest.TestHannWindow (58 ms) 2022-12-01T10:51:34.2616436Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-12-01T10:51:34.2620297Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-12-01T10:51:34.2620728Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-12-01T10:51:34.2626746Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-12-01T10:51:34.2627564Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-12-01T10:51:34.2664262Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-12-01T10:51:34.2664870Z [ RUN ] LazyOpsTest.TestSiLU 2022-12-01T10:51:34.2667812Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-12-01T10:51:34.2668453Z [ RUN ] LazyOpsTest.TestSigmoid 2022-12-01T10:51:34.2671594Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-12-01T10:51:34.2672170Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-12-01T10:51:34.2673395Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-12-01T10:51:34.2673938Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-12-01T10:51:34.2678487Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-12-01T10:51:34.2679075Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-12-01T10:51:34.2684218Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-12-01T10:51:34.2684833Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-12-01T10:51:34.2688457Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-12-01T10:51:34.2689040Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-12-01T10:51:34.2698319Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-12-01T10:51:34.2698824Z [ RUN ] LazyOpsTest.TestDot 2022-12-01T10:51:34.2699709Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-12-01T10:51:34.2700299Z [ RUN ] LazyOpsTest.TestTensorDot 2022-12-01T10:51:34.2709603Z [ OK ] LazyOpsTest.TestTensorDot (0 ms) 2022-12-01T10:51:34.2710280Z [ RUN ] LazyOpsTest.TestGer 2022-12-01T10:51:34.2715823Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-12-01T10:51:34.2716377Z [ RUN ] LazyOpsTest.TestMv 2022-12-01T10:51:34.2720032Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-12-01T10:51:34.2720409Z [ RUN ] LazyOpsTest.TestMvOut 2022-12-01T10:51:34.2724362Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-12-01T10:51:34.2724789Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-12-01T10:51:34.2729075Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-12-01T10:51:34.2729566Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-12-01T10:51:34.2734096Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-12-01T10:51:34.2734485Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-12-01T10:51:34.2738030Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-12-01T10:51:34.2738778Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-12-01T10:51:34.2739516Z [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:51:34.2744959Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-12-01T10:51:34.2745264Z [ RUN ] LazyOpsTest.TestLinear 2022-12-01T10:51:34.2753056Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-12-01T10:51:34.2753445Z [ RUN ] LazyOpsTest.TestPinverse 2022-12-01T10:51:34.2772406Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-12-01T10:51:34.2772813Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-12-01T10:51:34.2779308Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-12-01T10:51:34.2779637Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-12-01T10:51:34.2801683Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-12-01T10:51:34.2802135Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-12-01T10:51:34.2813276Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-12-01T10:51:34.2813761Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-12-01T10:51:34.2831794Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-12-01T10:51:34.2832310Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-12-01T10:51:34.2837207Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-12-01T10:51:34.2837846Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-12-01T10:51:34.2842607Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-12-01T10:51:34.2843244Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-12-01T10:51:34.2846203Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-12-01T10:51:34.2846748Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-12-01T10:51:34.2856695Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (1 ms) 2022-12-01T10:51:34.2857162Z [ RUN ] LazyOpsTest.TestBilinear 2022-12-01T10:51:34.2993675Z [ OK ] LazyOpsTest.TestBilinear (13 ms) 2022-12-01T10:51:34.2994117Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-12-01T10:51:34.2998484Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-12-01T10:51:34.2998977Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-12-01T10:51:34.3011707Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-12-01T10:51:34.3012316Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-12-01T10:51:34.3016228Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-12-01T10:51:34.3016797Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-12-01T10:51:34.3027974Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-12-01T10:51:34.3028620Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-12-01T10:51:34.3036059Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-12-01T10:51:34.3036441Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-12-01T10:51:34.3057877Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (2 ms) 2022-12-01T10:51:34.3058221Z [ RUN ] LazyOpsTest.TestAddCMul 2022-12-01T10:51:34.3062078Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-12-01T10:51:34.3062389Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-12-01T10:51:34.3066486Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-12-01T10:51:34.3066821Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-12-01T10:51:34.3070666Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-12-01T10:51:34.3070995Z [ RUN ] LazyOpsTest.TestSize 2022-12-01T10:51:34.3071269Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-12-01T10:51:34.3071556Z [ RUN ] LazyOpsTest.TestSelect 2022-12-01T10:51:34.3136792Z [ OK ] LazyOpsTest.TestSelect (6 ms) 2022-12-01T10:51:34.3137131Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-12-01T10:51:34.3143281Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-12-01T10:51:34.3144065Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-12-01T10:51:34.3147555Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-12-01T10:51:34.3148232Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-12-01T10:51:34.3152129Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-12-01T10:51:34.3152760Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-12-01T10:51:34.3156309Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-12-01T10:51:34.3156948Z [ RUN ] LazyOpsTest.TestDropout 2022-12-01T10:51:34.3160254Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-12-01T10:51:34.3160671Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-12-01T10:51:34.3165407Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-12-01T10:51:34.3165797Z [ RUN ] LazyOpsTest.TestRandperm 2022-12-01T10:51:34.3167694Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-12-01T10:51:34.3168072Z [ RUN ] LazyOpsTest.TestSlice 2022-12-01T10:51:34.3177715Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-12-01T10:51:34.3178082Z [ RUN ] LazyOpsTest.TestTake 2022-12-01T10:51:34.3179415Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-12-01T10:51:34.3179909Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-12-01T10:51:34.3190544Z [ OK ] LazyOpsTest.TestTakeBackward (1 ms) 2022-12-01T10:51:34.3190873Z [ RUN ] LazyOpsTest.TestStack 2022-12-01T10:51:34.3213889Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-12-01T10:51:34.3214170Z [ RUN ] LazyOpsTest.TestCat 2022-12-01T10:51:34.3221230Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-12-01T10:51:34.3221639Z [ RUN ] LazyOpsTest.TestUnbind 2022-12-01T10:51:34.3233028Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-12-01T10:51:34.3233398Z [ RUN ] LazyOpsTest.TestRepeat 2022-12-01T10:51:34.3244472Z [ OK ] LazyOpsTest.TestRepeat (1 ms) 2022-12-01T10:51:34.3244791Z [ RUN ] LazyOpsTest.TestGather 2022-12-01T10:51:34.3251278Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-12-01T10:51:34.3251970Z [ RUN ] LazyOpsTest.TestScatter 2022-12-01T10:51:34.3263885Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-12-01T10:51:34.3264456Z [ RUN ] LazyOpsTest.TestScatterR1 2022-12-01T10:51:34.3264899Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-12-01T10:51:34.3265234Z [ RUN ] LazyOpsTest.TestScatterR3 2022-12-01T10:51:34.3265587Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-12-01T10:51:34.3265976Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-12-01T10:51:34.3266338Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-12-01T10:51:34.3266679Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-12-01T10:51:34.3267007Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-12-01T10:51:34.3267339Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-12-01T10:51:34.3267689Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-12-01T10:51:34.3268011Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-12-01T10:51:34.3273142Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-12-01T10:51:34.3273475Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-12-01T10:51:34.3280792Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-12-01T10:51:34.3281128Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-12-01T10:51:34.3367634Z [ OK ] LazyOpsTest.TestIndexSelect (8 ms) 2022-12-01T10:51:34.3368032Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-12-01T10:51:34.3390115Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-12-01T10:51:34.3390486Z [ RUN ] LazyOpsTest.TestInverse 2022-12-01T10:51:34.3395093Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-12-01T10:51:34.3395521Z [ RUN ] LazyOpsTest.TestIsnan 2022-12-01T10:51:34.3395844Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-12-01T10:51:34.3396155Z [ RUN ] LazyOpsTest.TestExpand 2022-12-01T10:51:34.3399622Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-12-01T10:51:34.3400012Z [ RUN ] LazyOpsTest.TestExpandBack 2022-12-01T10:51:34.3402935Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-12-01T10:51:34.3403312Z [ RUN ] LazyOpsTest.TestExpandAs 2022-12-01T10:51:34.3406604Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-12-01T10:51:34.3406952Z [ RUN ] LazyOpsTest.TestEye 2022-12-01T10:51:34.3407787Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-12-01T10:51:34.3408135Z [ RUN ] LazyOpsTest.TestEyeWide 2022-12-01T10:51:34.3408749Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-12-01T10:51:34.3409208Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-12-01T10:51:34.3410358Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-12-01T10:51:34.3410692Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-12-01T10:51:34.3416254Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-12-01T10:51:34.3416978Z [ RUN ] LazyOpsTest.TestOneIndex 2022-12-01T10:51:34.3452406Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-12-01T10:51:34.3454027Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-12-01T10:51:34.3454685Z [ OK ] LazyOpsTest.TestOneIndexTransfer (0 ms) 2022-12-01T10:51:34.3455211Z [ RUN ] LazyOpsTest.TestNonzero 2022-12-01T10:51:34.3455746Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-12-01T10:51:34.3456291Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-12-01T10:51:34.3456839Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-12-01T10:51:34.3457155Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-12-01T10:51:34.3457492Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-12-01T10:51:34.3457828Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-12-01T10:51:34.3458170Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-12-01T10:51:34.3458534Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-12-01T10:51:34.3492255Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (1 ms) 2022-12-01T10:51:34.3492742Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-12-01T10:51:34.3493200Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-12-01T10:51:34.3493681Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-12-01T10:51:34.3494187Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-12-01T10:51:34.3494699Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-12-01T10:51:34.3495218Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-12-01T10:51:34.3495653Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-12-01T10:51:34.3496069Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-12-01T10:51:34.3496482Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-12-01T10:51:34.3525388Z [ OK ] LazyOpsTest.TestOneIndexPut (3 ms) 2022-12-01T10:51:34.3525874Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-12-01T10:51:34.3547793Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (2 ms) 2022-12-01T10:51:34.3548263Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-12-01T10:51:34.3564452Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-12-01T10:51:34.3564834Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-12-01T10:51:34.3582963Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-12-01T10:51:34.3583361Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-12-01T10:51:34.3609890Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-12-01T10:51:34.3610392Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-12-01T10:51:34.3627696Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-12-01T10:51:34.3628166Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-12-01T10:51:34.3645310Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-12-01T10:51:34.3645828Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-12-01T10:51:34.3667913Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (2 ms) 2022-12-01T10:51:34.3668427Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-12-01T10:51:34.3687121Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-12-01T10:51:34.3687585Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-12-01T10:51:34.3708025Z [ OK ] LazyOpsTest.TestMaskIndexPut (2 ms) 2022-12-01T10:51:34.3708596Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-12-01T10:51:34.3763438Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-12-01T10:51:34.3764033Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-12-01T10:51:34.3764639Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (3 ms) 2022-12-01T10:51:34.3765443Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-12-01T10:51:34.3793419Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-12-01T10:51:34.3794084Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-12-01T10:51:34.3821129Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-12-01T10:51:34.3821771Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-12-01T10:51:34.3854750Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (3 ms) 2022-12-01T10:51:34.3855394Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-12-01T10:51:34.3881473Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-12-01T10:51:34.3881988Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-12-01T10:51:34.3950675Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-12-01T10:51:34.3951264Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-12-01T10:51:34.4002741Z [ OK ] LazyOpsTest.TestIndexAddInPlace (5 ms) 2022-12-01T10:51:34.4003319Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-12-01T10:51:34.4024360Z [ OK ] LazyOpsTest.TestIndexAddRank0 (2 ms) 2022-12-01T10:51:34.4024918Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-12-01T10:51:34.4046614Z [ OK ] LazyOpsTest.TestIndexCopy (2 ms) 2022-12-01T10:51:34.4047179Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-12-01T10:51:34.4074625Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-12-01T10:51:34.4075223Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-12-01T10:51:34.4096222Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (2 ms) 2022-12-01T10:51:34.4096742Z [ RUN ] LazyOpsTest.TestRelu 2022-12-01T10:51:34.4100084Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-12-01T10:51:34.4100632Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-12-01T10:51:34.4104649Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-12-01T10:51:34.4105154Z [ RUN ] LazyOpsTest.TestHardshrink 2022-12-01T10:51:34.4105818Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-12-01T10:51:34.4106325Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-12-01T10:51:34.4109723Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-12-01T10:51:34.4110344Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-12-01T10:51:34.4114096Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (0 ms) 2022-12-01T10:51:34.4114688Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-12-01T10:51:34.4124168Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-12-01T10:51:34.4124746Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-12-01T10:51:34.4125274Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-12-01T10:51:34.4125735Z [ RUN ] LazyOpsTest.TestHardtanh 2022-12-01T10:51:34.4126483Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-12-01T10:51:34.4127017Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-12-01T10:51:34.4128327Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-12-01T10:51:34.4128823Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-12-01T10:51:34.4132526Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-12-01T10:51:34.4133135Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-12-01T10:51:34.4137141Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-12-01T10:51:34.4137764Z [ RUN ] LazyOpsTest.TestExp 2022-12-01T10:51:34.4141150Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-12-01T10:51:34.4141699Z [ RUN ] LazyOpsTest.TestExpm1 2022-12-01T10:51:34.4142213Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-12-01T10:51:34.4142741Z [ RUN ] LazyOpsTest.TestLog 2022-12-01T10:51:34.4146388Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-12-01T10:51:34.4147121Z [ RUN ] LazyOpsTest.TestLog2 2022-12-01T10:51:34.4150634Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-12-01T10:51:34.4151174Z [ RUN ] LazyOpsTest.TestLog10 2022-12-01T10:51:34.4151889Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-12-01T10:51:34.4152401Z [ RUN ] LazyOpsTest.TestLog1p 2022-12-01T10:51:34.4153506Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-12-01T10:51:34.4154038Z [ RUN ] LazyOpsTest.TestErf 2022-12-01T10:51:34.4155247Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-12-01T10:51:34.4155793Z [ RUN ] LazyOpsTest.TestErfc 2022-12-01T10:51:34.4157006Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-12-01T10:51:34.4157547Z [ RUN ] LazyOpsTest.TestErfinv 2022-12-01T10:51:34.4158722Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-12-01T10:51:34.4159256Z [ RUN ] LazyOpsTest.TestSqrt 2022-12-01T10:51:34.4163111Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-12-01T10:51:34.4163671Z [ RUN ] LazyOpsTest.TestRsqrt 2022-12-01T10:51:34.4166906Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-12-01T10:51:34.4167596Z [ RUN ] LazyOpsTest.TestReciprocal 2022-12-01T10:51:34.4170558Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-12-01T10:51:34.4171120Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-12-01T10:51:34.4174024Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-12-01T10:51:34.4174410Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-12-01T10:51:34.4177547Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-12-01T10:51:34.4177906Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-12-01T10:51:34.4180510Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-12-01T10:51:34.4180903Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-12-01T10:51:34.4184558Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-12-01T10:51:34.4184973Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-12-01T10:51:34.4187395Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-12-01T10:51:34.4187841Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-12-01T10:51:34.4188821Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-12-01T10:51:34.4189185Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-12-01T10:51:34.4191458Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-12-01T10:51:34.4191827Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-12-01T10:51:34.4192805Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-12-01T10:51:34.4193180Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-12-01T10:51:34.4194402Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-12-01T10:51:34.4194814Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-12-01T10:51:34.4195547Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-12-01T10:51:34.4195916Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-12-01T10:51:34.4197324Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-12-01T10:51:34.4197710Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-12-01T10:51:34.4200630Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-12-01T10:51:34.4201037Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-12-01T10:51:34.4204996Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-12-01T10:51:34.4208367Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-12-01T10:51:34.4208722Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-12-01T10:51:34.4209061Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-12-01T10:51:34.4212692Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-12-01T10:51:34.4213368Z [ RUN ] LazyOpsTest.TestWhere 2022-12-01T10:51:34.4213843Z [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:51:34.4214487Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-12-01T10:51:34.4215058Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-12-01T10:51:34.4216044Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-12-01T10:51:34.4216618Z [ RUN ] LazyOpsTest.TestThreshold 2022-12-01T10:51:34.4219043Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-12-01T10:51:34.4219638Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-12-01T10:51:34.4227944Z [ OK ] LazyOpsTest.TestThresholdBackward (0 ms) 2022-12-01T10:51:34.4228544Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-12-01T10:51:34.4231246Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-12-01T10:51:34.4231811Z [ RUN ] LazyOpsTest.TestElu 2022-12-01T10:51:34.4234273Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-12-01T10:51:34.4234808Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-12-01T10:51:34.4238146Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-12-01T10:51:34.4238689Z [ RUN ] LazyOpsTest.TestSelu 2022-12-01T10:51:34.4241066Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-12-01T10:51:34.4241609Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-12-01T10:51:34.4244747Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-12-01T10:51:34.4245302Z [ RUN ] LazyOpsTest.TestCelu 2022-12-01T10:51:34.4246230Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-12-01T10:51:34.4246761Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-12-01T10:51:34.4248382Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-12-01T10:51:34.4248914Z [ RUN ] LazyOpsTest.TestGelu 2022-12-01T10:51:34.4258664Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-12-01T10:51:34.4259225Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-12-01T10:51:34.4276498Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-12-01T10:51:34.4277099Z [ RUN ] LazyOpsTest.TestEmbedding 2022-12-01T10:51:34.4281219Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-12-01T10:51:34.4281695Z [ RUN ] LazyOpsTest.TestOneHot 2022-12-01T10:51:34.4288480Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-12-01T10:51:34.4288875Z [ RUN ] LazyOpsTest.TestTranspose 2022-12-01T10:51:34.4291920Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-12-01T10:51:34.4292358Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-12-01T10:51:34.4295760Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-12-01T10:51:34.4296165Z [ RUN ] LazyOpsTest.TestReshape 2022-12-01T10:51:34.4304370Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-12-01T10:51:34.4304924Z [ RUN ] LazyOpsTest.TestResize 2022-12-01T10:51:34.4310368Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-12-01T10:51:34.4310908Z [ RUN ] LazyOpsTest.TestViewResize 2022-12-01T10:51:34.4317876Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-12-01T10:51:34.4318392Z [ RUN ] LazyOpsTest.TestView 2022-12-01T10:51:34.4324968Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-12-01T10:51:34.4325499Z [ RUN ] LazyOpsTest.TestViewMod 2022-12-01T10:51:34.4344837Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-12-01T10:51:34.4345492Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-12-01T10:51:34.4365180Z [ OK ] LazyOpsTest.TestViewModComplex (2 ms) 2022-12-01T10:51:34.4365824Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-12-01T10:51:34.4387759Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-12-01T10:51:34.4388453Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-12-01T10:51:34.4397180Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-12-01T10:51:34.4397730Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-12-01T10:51:34.4403842Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-12-01T10:51:34.4404447Z [ RUN ] LazyOpsTest.TestNarrow 2022-12-01T10:51:34.4422069Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-12-01T10:51:34.4422697Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-12-01T10:51:34.4442356Z [ OK ] LazyOpsTest.TestNarrowUpdate (2 ms) 2022-12-01T10:51:34.4442982Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-12-01T10:51:34.4466150Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (2 ms) 2022-12-01T10:51:34.4466801Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-12-01T10:51:34.4572373Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (10 ms) 2022-12-01T10:51:34.4572989Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-12-01T10:51:34.4595052Z [ OK ] LazyOpsTest.TestNarrowUpdateView (2 ms) 2022-12-01T10:51:34.4595655Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-12-01T10:51:34.4637760Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (4 ms) 2022-12-01T10:51:34.4638413Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-12-01T10:51:34.4647435Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-12-01T10:51:34.4648081Z [ RUN ] LazyOpsTest.TestViewAs 2022-12-01T10:51:34.4657210Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-12-01T10:51:34.4657797Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-12-01T10:51:34.4680422Z [ OK ] LazyOpsTest.TestLogSoftmax (2 ms) 2022-12-01T10:51:34.4680934Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-12-01T10:51:34.4710709Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (3 ms) 2022-12-01T10:51:34.4711193Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-12-01T10:51:34.4733460Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (2 ms) 2022-12-01T10:51:34.4733881Z [ RUN ] LazyOpsTest.TestSoftmax 2022-12-01T10:51:34.4755808Z [ OK ] LazyOpsTest.TestSoftmax (2 ms) 2022-12-01T10:51:34.4756204Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-12-01T10:51:34.4788215Z [ OK ] LazyOpsTest.TestSoftmaxCast (3 ms) 2022-12-01T10:51:34.4788536Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-12-01T10:51:34.4813122Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-12-01T10:51:34.4813458Z [ RUN ] LazyOpsTest.TestSoftplus 2022-12-01T10:51:34.4817111Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-12-01T10:51:34.4817587Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-12-01T10:51:34.4923548Z [ OK ] LazyOpsTest.TestMaxPool1D (10 ms) 2022-12-01T10:51:34.4924061Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-12-01T10:51:34.4997086Z [ OK ] LazyOpsTest.TestMaxPool2D (7 ms) 2022-12-01T10:51:34.4997449Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-12-01T10:51:34.5128624Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (13 ms) 2022-12-01T10:51:34.5129117Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-12-01T10:51:34.5192358Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (6 ms) 2022-12-01T10:51:34.5192906Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-12-01T10:51:34.5213183Z [ OK ] LazyOpsTest.TestMaxPool3D (2 ms) 2022-12-01T10:51:34.5213923Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-12-01T10:51:34.5239021Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-12-01T10:51:34.5239692Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-12-01T10:51:34.5252626Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-12-01T10:51:34.5253293Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-12-01T10:51:34.5269329Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-12-01T10:51:34.5269781Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-12-01T10:51:34.5343134Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (7 ms) 2022-12-01T10:51:34.5343588Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-12-01T10:51:34.5364310Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (2 ms) 2022-12-01T10:51:34.5364729Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-12-01T10:51:34.5451134Z [ OK ] LazyOpsTest.TestAvgPool1D (8 ms) 2022-12-01T10:51:34.5451540Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-12-01T10:51:34.5516874Z [ OK ] LazyOpsTest.TestAvgPool2D (6 ms) 2022-12-01T10:51:34.5517468Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-12-01T10:51:34.5578656Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (6 ms) 2022-12-01T10:51:34.5579091Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-12-01T10:51:34.5595015Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-12-01T10:51:34.5595564Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-12-01T10:51:34.5607258Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (1 ms) 2022-12-01T10:51:34.5607870Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-12-01T10:51:34.5621052Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-12-01T10:51:34.5621693Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-12-01T10:51:34.5678017Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (5 ms) 2022-12-01T10:51:34.5678454Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-12-01T10:51:34.5692027Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-12-01T10:51:34.5692495Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-12-01T10:51:34.5699317Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-12-01T10:51:34.5699750Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-12-01T10:51:34.5906110Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (20 ms) 2022-12-01T10:51:34.5906716Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-12-01T10:51:34.5924319Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-12-01T10:51:34.5924878Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-12-01T10:51:34.5932332Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (0 ms) 2022-12-01T10:51:34.5932923Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-12-01T10:51:34.5949966Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-12-01T10:51:34.5950393Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-12-01T10:51:34.5964552Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-12-01T10:51:34.5964941Z [ RUN ] LazyOpsTest.TestNllLoss 2022-12-01T10:51:34.5965309Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-12-01T10:51:34.5965533Z 2022-12-01T10:51:34.5965759Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-12-01T10:51:34.5966156Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-12-01T10:51:34.6042147Z [ OK ] LazyOpsTest.TestNllLoss2d (7 ms) 2022-12-01T10:51:34.6042559Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-12-01T10:51:34.6060571Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-12-01T10:51:34.6061197Z [ RUN ] LazyOpsTest.TestL1Loss 2022-12-01T10:51:34.6071462Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-12-01T10:51:34.6071870Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-12-01T10:51:34.6108407Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-12-01T10:51:34.6108839Z [ RUN ] LazyOpsTest.TestMseLoss 2022-12-01T10:51:34.6111288Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-12-01T10:51:34.6111680Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-12-01T10:51:34.6134397Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-12-01T10:51:34.6134827Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-12-01T10:51:34.6152742Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-12-01T10:51:34.6153152Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-12-01T10:51:34.6170712Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-12-01T10:51:34.6171100Z [ RUN ] LazyOpsTest.TestDim 2022-12-01T10:51:34.6171474Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-12-01T10:51:34.6171999Z [ RUN ] LazyOpsTest.TestContiguous 2022-12-01T10:51:34.6172411Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-12-01T10:51:34.6172816Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-12-01T10:51:34.6175804Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-12-01T10:51:34.6176295Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-12-01T10:51:34.6179625Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-12-01T10:51:34.6180050Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-12-01T10:51:34.6200026Z [ OK ] LazyOpsTest.TestSqueezeOne (2 ms) 2022-12-01T10:51:34.6200462Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-12-01T10:51:34.6225087Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-12-01T10:51:34.6225424Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-12-01T10:51:34.6240276Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-12-01T10:51:34.6240609Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-12-01T10:51:34.6258563Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-12-01T10:51:34.6258889Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-12-01T10:51:34.6262234Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-12-01T10:51:34.6262569Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-12-01T10:51:34.6266559Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-12-01T10:51:34.6266902Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-12-01T10:51:34.6270303Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-12-01T10:51:34.6270623Z [ RUN ] LazyOpsTest.TestFill 2022-12-01T10:51:34.6274960Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-12-01T10:51:34.6275285Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-12-01T10:51:34.6277737Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-12-01T10:51:34.6278081Z [ RUN ] LazyOpsTest.TestPermute 2022-12-01T10:51:34.6310187Z [ OK ] LazyOpsTest.TestPermute (3 ms) 2022-12-01T10:51:34.6310509Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-12-01T10:51:34.6423056Z [ OK ] LazyOpsTest.TestPermuteMod (11 ms) 2022-12-01T10:51:34.6423379Z [ RUN ] LazyOpsTest.TestFlip 2022-12-01T10:51:34.6457191Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-12-01T10:51:34.6457777Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-12-01T10:51:34.6464079Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-12-01T10:51:34.6464636Z [ RUN ] LazyOpsTest.TestSumToSize 2022-12-01T10:51:34.6468816Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-12-01T10:51:34.6469416Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-12-01T10:51:34.6472780Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-12-01T10:51:34.6473382Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-12-01T10:51:34.6482159Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-12-01T10:51:34.6482676Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-12-01T10:51:34.6486822Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-12-01T10:51:34.6487400Z [ RUN ] LazyOpsTest.TestSplit 2022-12-01T10:51:34.6509015Z [ OK ] LazyOpsTest.TestSplit (2 ms) 2022-12-01T10:51:34.6509586Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-12-01T10:51:34.6510261Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-12-01T10:51:34.6510781Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-12-01T10:51:34.6524887Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-12-01T10:51:34.6525549Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-12-01T10:51:34.6529150Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-12-01T10:51:34.6529891Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-12-01T10:51:34.6533400Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-12-01T10:51:34.6533889Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-12-01T10:51:34.6534407Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-12-01T10:51:34.6534866Z [ RUN ] LazyOpsTest.TestTriu 2022-12-01T10:51:34.6561054Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-12-01T10:51:34.6561397Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-12-01T10:51:34.6586097Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-12-01T10:51:34.6586525Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-12-01T10:51:34.6612277Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-12-01T10:51:34.6612657Z [ RUN ] LazyOpsTest.TestTril 2022-12-01T10:51:34.6638117Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-12-01T10:51:34.6638523Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-12-01T10:51:34.6667101Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-12-01T10:51:34.6667493Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-12-01T10:51:34.6694178Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-12-01T10:51:34.6694593Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-12-01T10:51:34.6725970Z [ OK ] LazyOpsTest.TestTriuInPlace (3 ms) 2022-12-01T10:51:34.6726382Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-12-01T10:51:34.6759407Z [ OK ] LazyOpsTest.TestTrilInPlace (3 ms) 2022-12-01T10:51:34.6759938Z [ RUN ] LazyOpsTest.TestTrace 2022-12-01T10:51:34.6762765Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-12-01T10:51:34.6763300Z [ RUN ] LazyOpsTest.TestTraceWide 2022-12-01T10:51:34.6766255Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-12-01T10:51:34.6766818Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-12-01T10:51:34.6769737Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-12-01T10:51:34.6770411Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-12-01T10:51:34.6791730Z [ OK ] LazyOpsTest.TestDiagRank1 (2 ms) 2022-12-01T10:51:34.6792322Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-12-01T10:51:34.6801587Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-12-01T10:51:34.6802154Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-12-01T10:51:34.7191920Z [ OK ] LazyOpsTest.TestDiagFlat (38 ms) 2022-12-01T10:51:34.7192410Z [ RUN ] LazyOpsTest.TestDiagonal 2022-12-01T10:51:34.7222300Z [ OK ] LazyOpsTest.TestDiagonal (3 ms) 2022-12-01T10:51:34.7222716Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-12-01T10:51:34.7290586Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-12-01T10:51:34.7291159Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-12-01T10:51:34.7319954Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-12-01T10:51:34.7320301Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-12-01T10:51:34.7349386Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-12-01T10:51:34.7349816Z [ RUN ] LazyOpsTest.TestFlatten 2022-12-01T10:51:34.7417222Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-12-01T10:51:34.7417563Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-12-01T10:51:34.7435918Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-12-01T10:51:34.7436308Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-12-01T10:51:34.7439048Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-12-01T10:51:34.7439451Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-12-01T10:51:34.7442559Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-12-01T10:51:34.7442911Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-12-01T10:51:34.7445805Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-12-01T10:51:34.7446236Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-12-01T10:51:34.7448891Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-12-01T10:51:34.7449258Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-12-01T10:51:34.7453937Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-12-01T10:51:34.7454278Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-12-01T10:51:34.7456621Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-12-01T10:51:34.7457020Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-12-01T10:51:34.7459688Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-12-01T10:51:34.7460064Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-12-01T10:51:34.7463227Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-12-01T10:51:34.7463610Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-12-01T10:51:34.7466158Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-12-01T10:51:34.7466658Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-12-01T10:51:34.7467505Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-12-01T10:51:34.7468097Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-12-01T10:51:34.7468690Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-12-01T10:51:34.7469026Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-12-01T10:51:34.7469685Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-12-01T10:51:34.7470530Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-12-01T10:51:34.7471344Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-12-01T10:51:34.7471951Z [ RUN ] LazyOpsTest.TestLshift 2022-12-01T10:51:34.7472338Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-12-01T10:51:34.7472649Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-12-01T10:51:34.7473184Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-12-01T10:51:34.7473508Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-12-01T10:51:34.7474620Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-12-01T10:51:34.7474989Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-12-01T10:51:34.7476383Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-12-01T10:51:34.7476899Z [ RUN ] LazyOpsTest.TestRshift 2022-12-01T10:51:34.7477844Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-12-01T10:51:34.7478167Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-12-01T10:51:34.7479769Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-12-01T10:51:34.7480148Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-12-01T10:51:34.7481205Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-12-01T10:51:34.7481774Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-12-01T10:51:34.7482568Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-12-01T10:51:34.7482896Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-12-01T10:51:34.7483344Z [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:51:34.7493623Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-12-01T10:51:34.7493935Z [ RUN ] LazyOpsTest.TestConstantPad 2022-12-01T10:51:34.7497923Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-12-01T10:51:34.7498260Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-12-01T10:51:34.7502022Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-12-01T10:51:34.7502690Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-12-01T10:51:34.7503739Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-12-01T10:51:34.7504121Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-12-01T10:51:34.7505406Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-12-01T10:51:34.7506092Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-12-01T10:51:34.7514224Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-12-01T10:51:34.7514882Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-12-01T10:51:34.7515642Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-12-01T10:51:34.7516237Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-12-01T10:51:34.7517216Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-12-01T10:51:34.7517902Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-12-01T10:51:34.7524256Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-12-01T10:51:34.7525399Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-12-01T10:51:34.7525976Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-12-01T10:51:34.7526557Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-12-01T10:51:34.7527275Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-12-01T10:51:34.7527679Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-12-01T10:51:34.7535825Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-12-01T10:51:34.7536406Z [ RUN ] LazyOpsTest.TestAsStrided 2022-12-01T10:51:34.7547225Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-12-01T10:51:34.7547590Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-12-01T10:51:34.7563337Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-12-01T10:51:34.7563820Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-12-01T10:51:34.7568910Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-12-01T10:51:34.7569402Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-12-01T10:51:34.7574058Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-12-01T10:51:34.7574506Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-12-01T10:51:34.7574930Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-12-01T10:51:34.7575344Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-12-01T10:51:34.7735437Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (16 ms) 2022-12-01T10:51:34.7735892Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-12-01T10:51:34.7835841Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (9 ms) 2022-12-01T10:51:34.7836636Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-12-01T10:51:34.7993116Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (15 ms) 2022-12-01T10:51:34.7993857Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-12-01T10:51:34.8089129Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (9 ms) 2022-12-01T10:51:34.8089561Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-12-01T10:51:34.8123784Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-12-01T10:51:34.8124458Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-12-01T10:51:34.8190037Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (6 ms) 2022-12-01T10:51:34.8190551Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-12-01T10:51:34.8215819Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-12-01T10:51:34.8216352Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-12-01T10:51:34.8235940Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (1 ms) 2022-12-01T10:51:34.8236382Z [ RUN ] LazyOpsTest.TestConv2D 2022-12-01T10:51:34.9288988Z [ OK ] LazyOpsTest.TestConv2D (105 ms) 2022-12-01T10:51:34.9289446Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-12-01T10:51:35.3355554Z [ OK ] LazyOpsTest.TestConv2DBackward (406 ms) 2022-12-01T10:51:35.3356079Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-12-01T10:51:35.6324706Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (296 ms) 2022-12-01T10:51:35.6325333Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-12-01T10:51:35.9144526Z [ OK ] LazyOpsTest.TestConv3DBackward (281 ms) 2022-12-01T10:51:35.9145045Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-12-01T10:51:36.5527827Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (638 ms) 2022-12-01T10:51:36.5528339Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-12-01T10:51:36.5626150Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (9 ms) 2022-12-01T10:51:36.5626613Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-12-01T10:51:36.5680800Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (5 ms) 2022-12-01T10:51:36.5681340Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-12-01T10:51:36.5779502Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-12-01T10:51:36.5780046Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-12-01T10:51:36.5832434Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (5 ms) 2022-12-01T10:51:36.5832914Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-12-01T10:51:36.6025656Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (19 ms) 2022-12-01T10:51:36.6026130Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-12-01T10:51:36.6170584Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (14 ms) 2022-12-01T10:51:36.6171035Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-12-01T10:51:36.6181078Z [ OK ] LazyOpsTest.TestTanhBackward (1 ms) 2022-12-01T10:51:36.6181622Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-12-01T10:51:36.6190389Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-12-01T10:51:36.6190937Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-12-01T10:51:36.6201077Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (1 ms) 2022-12-01T10:51:36.6201521Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-12-01T10:51:36.6284763Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (8 ms) 2022-12-01T10:51:36.6285294Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-12-01T10:51:36.6361291Z [ OK ] LazyOpsTest.TestSoftmaxBackward (7 ms) 2022-12-01T10:51:36.6361736Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-12-01T10:51:36.6371986Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-12-01T10:51:36.6372407Z [ RUN ] LazyOpsTest.TestReluBackward 2022-12-01T10:51:36.6381850Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-12-01T10:51:36.6382276Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-12-01T10:51:36.6391391Z [ OK ] LazyOpsTest.TestRreluBackward (0 ms) 2022-12-01T10:51:36.6391899Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-12-01T10:51:36.6400539Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-12-01T10:51:36.6401146Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-12-01T10:51:36.6410905Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (1 ms) 2022-12-01T10:51:36.6411496Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-12-01T10:51:36.6416078Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-12-01T10:51:36.6416660Z [ RUN ] LazyOpsTest.TestEluBackward 2022-12-01T10:51:36.6426573Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-12-01T10:51:36.6427137Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-12-01T10:51:36.6444265Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-12-01T10:51:36.6444832Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-12-01T10:51:36.6455463Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-12-01T10:51:36.6455824Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-12-01T10:51:36.6464687Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-12-01T10:51:36.6465057Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-12-01T10:51:36.6545601Z [ OK ] LazyOpsTest.TestAddMatMulBackward (8 ms) 2022-12-01T10:51:36.6545989Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-12-01T10:51:36.6615429Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-12-01T10:51:36.6616147Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-12-01T10:51:36.6616483Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-12-01T10:51:36.6616667Z 2022-12-01T10:51:36.6616864Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-12-01T10:51:36.6617209Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-12-01T10:51:36.6896472Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (28 ms) 2022-12-01T10:51:36.6896961Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-12-01T10:51:36.6954378Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (5 ms) 2022-12-01T10:51:36.6954714Z [ RUN ] LazyOpsTest.TestViewBackward 2022-12-01T10:51:36.6977110Z [ OK ] LazyOpsTest.TestViewBackward (2 ms) 2022-12-01T10:51:36.6977454Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-12-01T10:51:36.7029217Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (5 ms) 2022-12-01T10:51:36.7029663Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-12-01T10:51:36.7081084Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (5 ms) 2022-12-01T10:51:36.7081572Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-12-01T10:51:36.7446028Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (36 ms) 2022-12-01T10:51:36.7446688Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-12-01T10:51:36.7521513Z [ OK ] LazyOpsTest.TestKlDivBackward (7 ms) 2022-12-01T10:51:36.7521908Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-12-01T10:51:36.8297943Z [ OK ] LazyOpsTest.TestEmbeddingBackward (77 ms) 2022-12-01T10:51:36.8298657Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T10:51:36.8299273Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-12-01T10:51:36.8299539Z 2022-12-01T10:51:36.8299878Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-12-01T10:51:36.8300266Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T10:51:36.8300798Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-12-01T10:51:36.8301020Z 2022-12-01T10:51:36.8301296Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-12-01T10:51:36.8301753Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-12-01T10:51:36.8302184Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-12-01T10:51:36.8302809Z [ RUN ] LazyOpsTest.TestLerp 2022-12-01T10:51:36.8303231Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-12-01T10:51:36.8303536Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-12-01T10:51:36.8303974Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-12-01T10:51:36.8304386Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-12-01T10:51:36.8304727Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-12-01T10:51:36.8305077Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-12-01T10:51:36.8305596Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-12-01T10:51:36.8306088Z [ RUN ] LazyOpsTest.TestLerpOut 2022-12-01T10:51:36.8306782Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-12-01T10:51:36.8307153Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-12-01T10:51:36.8307902Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-12-01T10:51:36.8308305Z [ RUN ] LazyOpsTest.IsAliasOf 2022-12-01T10:51:36.8308692Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-12-01T10:51:36.8309300Z [----------] 575 tests from LazyOpsTest (3466 ms total) 2022-12-01T10:51:36.8309511Z 2022-12-01T10:51:36.8309670Z [----------] Global test environment tear-down 2022-12-01T10:51:36.8367258Z [==========] 612 tests from 10 test suites ran. (3494 ms total) 2022-12-01T10:51:36.8367766Z [ PASSED ] 608 tests. 2022-12-01T10:51:36.8368248Z [ SKIPPED ] 4 tests, listed below: 2022-12-01T10:51:36.8368535Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-12-01T10:51:36.8368860Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-12-01T10:51:36.8369259Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T10:51:36.8369631Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T10:51:36.9164531Z + python test/cpp/jit/tests_setup.py shutdown 2022-12-01T10:51:37.8427914Z + wait 2022-12-01T10:51:37.8428264Z + OMP_NUM_THREADS=2 2022-12-01T10:51:37.8428657Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-12-01T10:51:37.8429469Z + /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:51:38.1001386Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:51:38.1008559Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-12-01T10:51:38.1009152Z [==========] Running 991 tests from 48 test suites. 2022-12-01T10:51:38.1009761Z [----------] Global test environment set-up. 2022-12-01T10:51:38.1010071Z [----------] 9 tests from AutogradAPITests 2022-12-01T10:51:38.1010400Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-12-01T10:51:38.1021456Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-12-01T10:51:38.1021835Z [ RUN ] AutogradAPITests.BackwardTest 2022-12-01T10:51:38.1022469Z [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:51:38.1024620Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-12-01T10:51:38.1025228Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-12-01T10:51:38.1026420Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-12-01T10:51:38.1026897Z [ RUN ] AutogradAPITests.GradTest 2022-12-01T10:51:38.1029132Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-12-01T10:51:38.1029480Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-12-01T10:51:38.1031682Z [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:51:38.1033865Z [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:51:38.1035397Z [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:51:38.1037301Z [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:51:38.1038005Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-12-01T10:51:38.1038354Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-12-01T10:51:38.1061990Z [ OK ] AutogradAPITests.GradUnreachableTest (2 ms) 2022-12-01T10:51:38.1062557Z [ RUN ] AutogradAPITests.EmptyInput 2022-12-01T10:51:38.1089397Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-12-01T10:51:38.1089942Z [ RUN ] AutogradAPITests.RetainGrad 2022-12-01T10:51:38.1093565Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-12-01T10:51:38.1094148Z [ RUN ] AutogradAPITests.AnomalyMode 2022-12-01T10:51:38.1094625Z [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:51:38.2685442Z [ OK ] AutogradAPITests.AnomalyMode (158 ms) 2022-12-01T10:51:38.2686104Z [----------] 9 tests from AutogradAPITests (167 ms total) 2022-12-01T10:51:38.2686336Z 2022-12-01T10:51:38.2686529Z [----------] 33 tests from CustomAutogradTest 2022-12-01T10:51:38.2687094Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-12-01T10:51:38.2687603Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-12-01T10:51:38.2688094Z [ RUN ] CustomAutogradTest.CustomFunction 2022-12-01T10:51:38.2688444Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-12-01T10:51:38.2688933Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-12-01T10:51:38.2689847Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-12-01T10:51:38.2690533Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-12-01T10:51:38.2692827Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-12-01T10:51:38.2693375Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-12-01T10:51:38.2693787Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-12-01T10:51:38.2694474Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-12-01T10:51:38.2695209Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-12-01T10:51:38.2695750Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-12-01T10:51:38.2696747Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-12-01T10:51:38.2697259Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-12-01T10:51:38.2697721Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-12-01T10:51:38.2698213Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-12-01T10:51:38.2698663Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-12-01T10:51:38.2699108Z [ RUN ] CustomAutogradTest.MarkDirty 2022-12-01T10:51:38.2699478Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-12-01T10:51:38.2699833Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-12-01T10:51:38.2700273Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-12-01T10:51:38.2700678Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-12-01T10:51:38.2702641Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-12-01T10:51:38.2703097Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-12-01T10:51:38.2703599Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-12-01T10:51:38.2704217Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-12-01T10:51:38.2704635Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-12-01T10:51:38.2705004Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-12-01T10:51:38.2727825Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-12-01T10:51:38.2728428Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-12-01T10:51:38.2728942Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-12-01T10:51:38.2729413Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-12-01T10:51:38.2729802Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-12-01T10:51:38.2730168Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-12-01T10:51:38.2789306Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-12-01T10:51:38.2789748Z [ RUN ] CustomAutogradTest.NoGradInput 2022-12-01T10:51:38.2790181Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-12-01T10:51:38.2790541Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-12-01T10:51:38.2791008Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-12-01T10:51:38.2791381Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-12-01T10:51:38.2791775Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-12-01T10:51:38.2792131Z [ RUN ] CustomAutogradTest.Reentrant 2022-12-01T10:51:38.2792690Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-12-01T10:51:38.2793030Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-12-01T10:51:38.7003323Z [ OK ] CustomAutogradTest.DeepReentrant (420 ms) 2022-12-01T10:51:38.7003777Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-12-01T10:51:38.7006947Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-12-01T10:51:38.7007515Z [ RUN ] CustomAutogradTest.Hooks 2022-12-01T10:51:38.7031746Z [ OK ] CustomAutogradTest.Hooks (2 ms) 2022-12-01T10:51:38.7032414Z [ RUN ] CustomAutogradTest.HooksInplace 2022-12-01T10:51:38.7034324Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-12-01T10:51:38.7034912Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-12-01T10:51:38.7036140Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-12-01T10:51:38.7036665Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-12-01T10:51:38.7039418Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-12-01T10:51:38.7040092Z [ RUN ] CustomAutogradTest.HookNone 2022-12-01T10:51:38.7040478Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-12-01T10:51:38.7040881Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-12-01T10:51:38.7041663Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-12-01T10:51:38.7042131Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-12-01T10:51:38.7053946Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-12-01T10:51:38.7054427Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-12-01T10:51:38.7056175Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-12-01T10:51:38.7056671Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-12-01T10:51:38.7057126Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-12-01T10:51:38.7057519Z [----------] 33 tests from CustomAutogradTest (437 ms total) 2022-12-01T10:51:38.7057691Z 2022-12-01T10:51:38.7057906Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-12-01T10:51:38.7058329Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-12-01T10:51:38.7060722Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-12-01T10:51:38.7061174Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-12-01T10:51:38.7106418Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (4 ms) 2022-12-01T10:51:38.7106882Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-12-01T10:51:38.7144711Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (3 ms) 2022-12-01T10:51:38.7145162Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-12-01T10:51:38.7148009Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-12-01T10:51:38.7148465Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-12-01T10:51:38.7182433Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-12-01T10:51:38.7182933Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-12-01T10:51:38.7216418Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-12-01T10:51:38.7216841Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-12-01T10:51:38.7282308Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-12-01T10:51:38.7282758Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-12-01T10:51:38.7316306Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-12-01T10:51:38.7316893Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-12-01T10:51:38.7318662Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-12-01T10:51:38.7319128Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-12-01T10:51:38.7338160Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-12-01T10:51:38.7338886Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-12-01T10:51:38.7368779Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (3 ms) 2022-12-01T10:51:38.7369451Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-12-01T10:51:38.7402866Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-12-01T10:51:38.7403344Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-12-01T10:51:38.7428086Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-12-01T10:51:38.7428881Z [----------] 13 tests from TestAutogradNotImplementedFallback (37 ms total) 2022-12-01T10:51:38.7429090Z 2022-12-01T10:51:38.7429247Z [----------] 18 tests from AnyModuleTest 2022-12-01T10:51:38.7429555Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-12-01T10:51:38.7429891Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-12-01T10:51:38.7430262Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-12-01T10:51:38.7430692Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-12-01T10:51:38.7431119Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-12-01T10:51:38.7431561Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-12-01T10:51:38.7431975Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-12-01T10:51:38.7432402Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-12-01T10:51:38.7432924Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-12-01T10:51:38.7433516Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-12-01T10:51:38.7433970Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-12-01T10:51:38.7441672Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-12-01T10:51:38.7442047Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-12-01T10:51:38.7477316Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-12-01T10:51:38.7477850Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-12-01T10:51:38.7548645Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (7 ms) 2022-12-01T10:51:38.7549150Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-12-01T10:51:38.7549532Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-12-01T10:51:38.7549919Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-12-01T10:51:38.7559102Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-12-01T10:51:38.7559780Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-12-01T10:51:38.7560193Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-12-01T10:51:38.7560576Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-12-01T10:51:38.7560976Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-12-01T10:51:38.7561345Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-12-01T10:51:38.7569712Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-12-01T10:51:38.7570364Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-12-01T10:51:38.7570711Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-12-01T10:51:38.7571114Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-12-01T10:51:38.7623576Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (5 ms) 2022-12-01T10:51:38.7624101Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-12-01T10:51:38.7624507Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-12-01T10:51:38.7624900Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-12-01T10:51:38.7625288Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:51:38.7625676Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-12-01T10:51:38.7628215Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-12-01T10:51:38.7628750Z [----------] 18 tests from AnyModuleTest (19 ms total) 2022-12-01T10:51:38.7628928Z 2022-12-01T10:51:38.7629082Z [----------] 12 tests from AnyValueTest 2022-12-01T10:51:38.7629437Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-12-01T10:51:38.7629958Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-12-01T10:51:38.7630426Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-12-01T10:51:38.7631015Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-12-01T10:51:38.7631476Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-12-01T10:51:38.7631931Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-12-01T10:51:38.7632386Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-12-01T10:51:38.7632848Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-12-01T10:51:38.7633319Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-12-01T10:51:38.7633799Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-12-01T10:51:38.7634253Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-12-01T10:51:38.7634677Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-12-01T10:51:38.7635075Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-12-01T10:51:38.7647041Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-12-01T10:51:38.7647702Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-12-01T10:51:38.7648252Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-12-01T10:51:38.7648617Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-12-01T10:51:38.7648983Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-12-01T10:51:38.7649325Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-12-01T10:51:38.7649684Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-12-01T10:51:38.7650074Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-12-01T10:51:38.7650489Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-12-01T10:51:38.7650884Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-12-01T10:51:38.7651259Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-12-01T10:51:38.7651763Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-12-01T10:51:38.7651909Z 2022-12-01T10:51:38.7652052Z [----------] 50 tests from DataTest 2022-12-01T10:51:38.7652355Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-12-01T10:51:38.7652704Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-12-01T10:51:38.7653053Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-12-01T10:51:38.7653436Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-12-01T10:51:38.7653834Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-12-01T10:51:38.7707053Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (5 ms) 2022-12-01T10:51:38.7707784Z [ RUN ] DataTest.InfiniteStreamDataset 2022-12-01T10:51:38.7708321Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-12-01T10:51:38.7708653Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-12-01T10:51:38.7709022Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-12-01T10:51:38.7709369Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-12-01T10:51:38.7709732Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-12-01T10:51:38.7710087Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-12-01T10:51:38.7710592Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-12-01T10:51:38.7710981Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-12-01T10:51:38.7711377Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-12-01T10:51:38.7711813Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-12-01T10:51:38.7712196Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-12-01T10:51:38.7712538Z [ RUN ] DataTest.CollateReducesBatch 2022-12-01T10:51:38.7712850Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-12-01T10:51:38.7713163Z [ RUN ] DataTest.CollationReducesBatch 2022-12-01T10:51:38.7713490Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-12-01T10:51:38.7713873Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-12-01T10:51:38.7714364Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-12-01T10:51:38.7714817Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-12-01T10:51:38.7715297Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:51:38.7715701Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-12-01T10:51:38.7716060Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-12-01T10:51:38.7716454Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-12-01T10:51:38.7716932Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:51:38.7717330Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-12-01T10:51:38.7855583Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (14 ms) 2022-12-01T10:51:38.7856445Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T10:51:38.7857173Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T10:51:38.7857912Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T10:51:38.7858699Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:51:38.7859332Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-12-01T10:51:38.7859889Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-12-01T10:51:38.7860435Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T10:51:38.7860987Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:51:38.7861657Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-12-01T10:51:38.7862440Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-12-01T10:51:38.7863253Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-12-01T10:51:38.7864109Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-12-01T10:51:38.7864799Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-12-01T10:51:38.7865384Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-12-01T10:51:38.7866009Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-12-01T10:51:38.7866690Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:51:38.7867398Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-12-01T10:51:38.7868162Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-12-01T10:51:38.7868984Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-12-01T10:51:38.7869801Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-12-01T10:51:38.7870536Z [ RUN ] DataTest.StackTransformWorksForExample 2022-12-01T10:51:38.7871396Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-12-01T10:51:38.7872059Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-12-01T10:51:38.7872782Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-12-01T10:51:38.7873483Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-12-01T10:51:38.7874311Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-12-01T10:51:38.7874986Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-12-01T10:51:38.7875626Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-12-01T10:51:38.7876177Z [ RUN ] DataTest.NormalizeTransform 2022-12-01T10:51:38.7877062Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-12-01T10:51:38.7877662Z [ RUN ] DataTest.MapDoesNotCopy 2022-12-01T10:51:38.7878072Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-12-01T10:51:38.7878410Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-12-01T10:51:38.7878795Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-12-01T10:51:38.7879190Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-12-01T10:51:38.7990243Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-12-01T10:51:38.7990664Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-12-01T10:51:38.8193430Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-12-01T10:51:38.8193825Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-12-01T10:51:38.8215870Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-12-01T10:51:38.8216291Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-12-01T10:51:38.8216743Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-12-01T10:51:38.8217119Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-12-01T10:51:38.8217559Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-12-01T10:51:38.8218075Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-12-01T10:51:38.8218616Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-12-01T10:51:38.8219175Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-12-01T10:51:38.8219689Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-12-01T10:51:38.8220104Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-12-01T10:51:38.8328388Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-12-01T10:51:38.8328979Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-12-01T10:51:38.8339515Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-12-01T10:51:38.8340318Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-12-01T10:51:38.8341129Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-12-01T10:51:38.8341784Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-12-01T10:51:38.8342294Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-12-01T10:51:38.8343030Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-12-01T10:51:38.8343827Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:51:38.8344769Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-12-01T10:51:38.8345767Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:51:38.8346615Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-12-01T10:51:38.8349785Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-12-01T10:51:38.8350927Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-12-01T10:51:38.8351954Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:51:38.8352991Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-12-01T10:51:38.8354214Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:51:38.8355162Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-12-01T10:51:38.8356013Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-12-01T10:51:38.8356811Z [----------] 50 tests from DataTest (70 ms total) 2022-12-01T10:51:38.8357058Z 2022-12-01T10:51:38.8357329Z [----------] 37 tests from DataLoaderTest 2022-12-01T10:51:38.8357984Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-12-01T10:51:38.8358777Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-12-01T10:51:38.8359590Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-12-01T10:51:38.8360465Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-12-01T10:51:38.8361281Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-12-01T10:51:38.8362048Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-12-01T10:51:38.8363031Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-12-01T10:51:38.8367698Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-12-01T10:51:38.8369394Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-12-01T10:51:38.8369868Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-12-01T10:51:38.8370326Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-12-01T10:51:38.8370809Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-12-01T10:51:38.8371287Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-12-01T10:51:38.8371904Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-12-01T10:51:38.8372398Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-12-01T10:51:38.8372910Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-12-01T10:51:38.8373328Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-12-01T10:51:38.8373668Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-12-01T10:51:38.8374065Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-12-01T10:51:38.8374517Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-12-01T10:51:38.8374917Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-12-01T10:51:38.8375299Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-12-01T10:51:38.8375759Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-12-01T10:51:38.8382201Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-12-01T10:51:38.8382693Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-12-01T10:51:38.8393496Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-12-01T10:51:38.8393984Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-12-01T10:51:38.8404709Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-12-01T10:51:38.8405182Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-12-01T10:51:38.8416070Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-12-01T10:51:38.8416529Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-12-01T10:51:38.8427859Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-12-01T10:51:38.8428466Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-12-01T10:51:38.8428843Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-12-01T10:51:38.8429353Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-12-01T10:51:38.8429978Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-12-01T10:51:38.8430627Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-12-01T10:51:38.8431299Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-12-01T10:51:38.8431773Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-12-01T10:51:38.8544748Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-12-01T10:51:38.8545499Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-12-01T10:51:38.8553210Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (0 ms) 2022-12-01T10:51:38.8553913Z [ RUN ] DataLoaderTest.Reset 2022-12-01T10:51:38.8554217Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-12-01T10:51:38.8554605Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-12-01T10:51:38.8557682Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-12-01T10:51:38.8558324Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-12-01T10:51:38.8558737Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-12-01T10:51:38.8559154Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-12-01T10:51:38.8575958Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-12-01T10:51:38.8576458Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-12-01T10:51:38.8577025Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-12-01T10:51:38.8577638Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-12-01T10:51:38.8578652Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-12-01T10:51:38.8579224Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-12-01T10:51:38.8629674Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (5 ms) 2022-12-01T10:51:38.8630282Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-12-01T10:51:38.8643278Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-12-01T10:51:38.8644026Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-12-01T10:51:38.8644436Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-12-01T10:51:38.8644859Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-12-01T10:51:38.8646940Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-12-01T10:51:38.8647602Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-12-01T10:51:38.8648079Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-12-01T10:51:38.8648478Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-12-01T10:51:38.8649558Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-12-01T10:51:38.8649911Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-12-01T10:51:38.8838080Z [ OK ] DataLoaderTest.ChunkDatasetSave (18 ms) 2022-12-01T10:51:38.8838449Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-12-01T10:51:38.8842679Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-12-01T10:51:38.8843066Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-12-01T10:51:38.8850788Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-12-01T10:51:38.8851185Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-12-01T10:51:38.8853680Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-12-01T10:51:38.8854335Z [----------] 37 tests from DataLoaderTest (49 ms total) 2022-12-01T10:51:38.8854607Z 2022-12-01T10:51:38.8854845Z [----------] 1 test from EnumTest 2022-12-01T10:51:38.8855242Z [ RUN ] EnumTest.AllEnums 2022-12-01T10:51:38.8855513Z [ OK ] EnumTest.AllEnums (0 ms) 2022-12-01T10:51:38.8855804Z [----------] 1 test from EnumTest (0 ms total) 2022-12-01T10:51:38.8855937Z 2022-12-01T10:51:38.8856108Z [----------] 6 tests from ExpandingArrayTest 2022-12-01T10:51:38.8856486Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-12-01T10:51:38.8856937Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-12-01T10:51:38.8857337Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-12-01T10:51:38.8857728Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-12-01T10:51:38.8858115Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-12-01T10:51:38.8858500Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-12-01T10:51:38.8858886Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-12-01T10:51:38.8859308Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-12-01T10:51:38.8859897Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-12-01T10:51:38.8866397Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-12-01T10:51:38.8867162Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-12-01T10:51:38.8876279Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-12-01T10:51:38.8877045Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-12-01T10:51:38.8877228Z 2022-12-01T10:51:38.8877357Z [----------] 10 tests from FFTTest 2022-12-01T10:51:38.8877656Z [ RUN ] FFTTest.fft 2022-12-01T10:51:38.8882064Z [ OK ] FFTTest.fft (0 ms) 2022-12-01T10:51:38.8882518Z [ RUN ] FFTTest.fft_real 2022-12-01T10:51:38.8884105Z [ OK ] FFTTest.fft_real (0 ms) 2022-12-01T10:51:38.8884573Z [ RUN ] FFTTest.fft_pad 2022-12-01T10:51:38.8886926Z [ OK ] FFTTest.fft_pad (0 ms) 2022-12-01T10:51:38.8887373Z [ RUN ] FFTTest.fft_norm 2022-12-01T10:51:38.8889249Z [ OK ] FFTTest.fft_norm (0 ms) 2022-12-01T10:51:38.8889703Z [ RUN ] FFTTest.ifft 2022-12-01T10:51:38.8893300Z [ OK ] FFTTest.ifft (0 ms) 2022-12-01T10:51:38.8893746Z [ RUN ] FFTTest.fft_ifft 2022-12-01T10:51:38.8895778Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-12-01T10:51:38.8896244Z [ RUN ] FFTTest.rfft 2022-12-01T10:51:38.8899839Z [ OK ] FFTTest.rfft (0 ms) 2022-12-01T10:51:38.8900311Z [ RUN ] FFTTest.rfft_irfft 2022-12-01T10:51:38.8901144Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-12-01T10:51:38.8901581Z [ RUN ] FFTTest.ihfft 2022-12-01T10:51:38.8905231Z [ OK ] FFTTest.ihfft (0 ms) 2022-12-01T10:51:38.8905702Z [ RUN ] FFTTest.hfft_ihfft 2022-12-01T10:51:38.8907815Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-12-01T10:51:38.8908344Z [----------] 10 tests from FFTTest (3 ms total) 2022-12-01T10:51:38.8908596Z 2022-12-01T10:51:38.8908870Z [----------] 132 tests from FunctionalTest 2022-12-01T10:51:38.8909159Z [ RUN ] FunctionalTest.Conv1d 2022-12-01T10:51:38.8920785Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-12-01T10:51:38.8921089Z [ RUN ] FunctionalTest.Conv2dEven 2022-12-01T10:51:38.8924878Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-12-01T10:51:38.8925192Z [ RUN ] FunctionalTest.Conv2dUneven 2022-12-01T10:51:38.8927275Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-12-01T10:51:38.8927581Z [ RUN ] FunctionalTest.Conv3d 2022-12-01T10:51:38.8931747Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-12-01T10:51:38.8932088Z [ RUN ] FunctionalTest.MaxPool1d 2022-12-01T10:51:38.8932723Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-12-01T10:51:38.8933163Z [ RUN ] FunctionalTest.MaxPool2d 2022-12-01T10:51:38.8934443Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-12-01T10:51:38.8934802Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-12-01T10:51:38.8936402Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-12-01T10:51:38.8936874Z [ RUN ] FunctionalTest.MaxPool3d 2022-12-01T10:51:38.8937513Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-12-01T10:51:38.8937920Z [ RUN ] FunctionalTest.AvgPool1d 2022-12-01T10:51:38.8938920Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-12-01T10:51:38.8939433Z [ RUN ] FunctionalTest.AvgPool2d 2022-12-01T10:51:38.8939969Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-12-01T10:51:38.8940431Z [ RUN ] FunctionalTest.AvgPool3d 2022-12-01T10:51:38.8940993Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-12-01T10:51:38.8941405Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-12-01T10:51:38.8943424Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-12-01T10:51:38.8944055Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-12-01T10:51:38.8944955Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-12-01T10:51:38.8945516Z [ RUN ] FunctionalTest.LPPool1d 2022-12-01T10:51:38.8946592Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-12-01T10:51:38.8947135Z [ RUN ] FunctionalTest.LPPool2d 2022-12-01T10:51:38.8947804Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-12-01T10:51:38.8949791Z [ RUN ] FunctionalTest.CosineSimilarity 2022-12-01T10:51:38.8950387Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-12-01T10:51:38.8950738Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-12-01T10:51:38.8952172Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T10:51:38.8952801Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-12-01T10:51:38.8954131Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-12-01T10:51:38.8954785Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-12-01T10:51:38.8955476Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T10:51:38.8955862Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-12-01T10:51:38.8957111Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-12-01T10:51:38.8957727Z [ RUN ] FunctionalTest.HuberLossDelta 2022-12-01T10:51:38.8958457Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-12-01T10:51:38.8959062Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-12-01T10:51:38.8959826Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-12-01T10:51:38.8960517Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-12-01T10:51:38.8962724Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:38.8963425Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T10:51:38.8966412Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:38.8966994Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-12-01T10:51:38.8967818Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T10:51:38.8968588Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T10:51:38.8970850Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T10:51:38.8971522Z [ RUN ] FunctionalTest.PairwiseDistance 2022-12-01T10:51:38.8972340Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-12-01T10:51:38.8972871Z [ RUN ] FunctionalTest.PDist 2022-12-01T10:51:38.8973972Z [ OK ] FunctionalTest.PDist (0 ms) 2022-12-01T10:51:38.8974556Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-12-01T10:51:38.8975331Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T10:51:38.8975796Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-12-01T10:51:38.8976146Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-12-01T10:51:38.8976542Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-12-01T10:51:38.8977007Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T10:51:38.8977424Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-12-01T10:51:38.8977856Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T10:51:38.8978300Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-12-01T10:51:38.8978759Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-12-01T10:51:38.8979089Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-12-01T10:51:38.8979427Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T10:51:38.8979712Z [ RUN ] FunctionalTest.L1Loss 2022-12-01T10:51:38.8980910Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-12-01T10:51:38.8981215Z [ RUN ] FunctionalTest.MSELoss 2022-12-01T10:51:38.8982030Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-12-01T10:51:38.8982312Z [ RUN ] FunctionalTest.BCELoss 2022-12-01T10:51:38.8983162Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-12-01T10:51:38.8983692Z [ RUN ] FunctionalTest.KLDivLoss 2022-12-01T10:51:38.8984745Z [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:51:38.8985685Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-12-01T10:51:38.8986140Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-12-01T10:51:38.8986763Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-12-01T10:51:38.8987090Z [ RUN ] FunctionalTest.GridSample 2022-12-01T10:51:38.8988854Z [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:51:38.8990514Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-12-01T10:51:38.8990817Z [ RUN ] FunctionalTest.AffineGrid 2022-12-01T10:51:38.9128403Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-12-01T10:51:38.9128733Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-12-01T10:51:38.9129732Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-12-01T10:51:38.9130113Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-12-01T10:51:38.9131958Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-12-01T10:51:38.9132476Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-12-01T10:51:38.9134175Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:38.9134657Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-12-01T10:51:38.9135741Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T10:51:38.9136385Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-12-01T10:51:38.9137134Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-12-01T10:51:38.9137562Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T10:51:38.9282471Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (14 ms) 2022-12-01T10:51:38.9282942Z [ RUN ] FunctionalTest.NLLLoss 2022-12-01T10:51:38.9283779Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-12-01T10:51:38.9284071Z [ RUN ] FunctionalTest.CrossEntropy 2022-12-01T10:51:38.9287499Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-12-01T10:51:38.9287862Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-12-01T10:51:38.9290503Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-12-01T10:51:38.9291044Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-12-01T10:51:38.9292129Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-12-01T10:51:38.9292530Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-12-01T10:51:38.9293840Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-12-01T10:51:38.9294201Z [ RUN ] FunctionalTest.ELU 2022-12-01T10:51:38.9306058Z [ OK ] FunctionalTest.ELU (1 ms) 2022-12-01T10:51:38.9306342Z [ RUN ] FunctionalTest.SELU 2022-12-01T10:51:38.9309441Z [ OK ] FunctionalTest.SELU (0 ms) 2022-12-01T10:51:38.9309812Z [ RUN ] FunctionalTest.GLU 2022-12-01T10:51:38.9311261Z [ OK ] FunctionalTest.GLU (0 ms) 2022-12-01T10:51:38.9311556Z [ RUN ] FunctionalTest.GELU 2022-12-01T10:51:38.9316655Z [ OK ] FunctionalTest.GELU (0 ms) 2022-12-01T10:51:38.9317264Z [ RUN ] FunctionalTest.TanhGELU 2022-12-01T10:51:38.9317912Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-12-01T10:51:38.9318562Z [ RUN ] FunctionalTest.Hardshrink 2022-12-01T10:51:38.9326036Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-12-01T10:51:38.9326535Z [ RUN ] FunctionalTest.OneHot 2022-12-01T10:51:38.9330162Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-12-01T10:51:38.9330665Z [ RUN ] FunctionalTest.Hardtanh 2022-12-01T10:51:38.9353260Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-12-01T10:51:38.9361418Z [ RUN ] FunctionalTest.LeakyReLU 2022-12-01T10:51:38.9362006Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-12-01T10:51:38.9362561Z [ RUN ] FunctionalTest.LogSigmoid 2022-12-01T10:51:38.9364205Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-12-01T10:51:38.9364785Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-12-01T10:51:38.9393598Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-12-01T10:51:38.9394196Z [ RUN ] FunctionalTest.Softmax 2022-12-01T10:51:38.9394792Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-12-01T10:51:38.9395317Z [ RUN ] FunctionalTest.Softmin 2022-12-01T10:51:38.9396368Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-12-01T10:51:38.9397006Z [ RUN ] FunctionalTest.LogSoftmax 2022-12-01T10:51:38.9398162Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-12-01T10:51:38.9398704Z [ RUN ] FunctionalTest.PReLU 2022-12-01T10:51:38.9401588Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-12-01T10:51:38.9402078Z [ RUN ] FunctionalTest.LayerNorm 2022-12-01T10:51:38.9403014Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-12-01T10:51:38.9403758Z [ RUN ] FunctionalTest.GroupNorm 2022-12-01T10:51:38.9404076Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-12-01T10:51:38.9404581Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-12-01T10:51:38.9405131Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-12-01T10:51:38.9405773Z [ RUN ] FunctionalTest.Linear 2022-12-01T10:51:38.9408018Z [ OK ] FunctionalTest.Linear (0 ms) 2022-12-01T10:51:38.9408533Z [ RUN ] FunctionalTest.Embedding 2022-12-01T10:51:38.9409358Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-12-01T10:51:38.9409903Z [ RUN ] FunctionalTest.EmbeddingBag 2022-12-01T10:51:38.9414029Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-12-01T10:51:38.9414565Z [ RUN ] FunctionalTest.Bilinear 2022-12-01T10:51:38.9416829Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-12-01T10:51:38.9417374Z [ RUN ] FunctionalTest.Normalize 2022-12-01T10:51:38.9420884Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-12-01T10:51:38.9421381Z [ RUN ] FunctionalTest.ReLU 2022-12-01T10:51:38.9423623Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-12-01T10:51:38.9424192Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-12-01T10:51:38.9424724Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-12-01T10:51:38.9425037Z [ RUN ] FunctionalTest.ReLU6 2022-12-01T10:51:38.9427052Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-12-01T10:51:38.9427631Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-12-01T10:51:38.9428251Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-12-01T10:51:38.9428800Z [ RUN ] FunctionalTest.RReLU 2022-12-01T10:51:38.9457019Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-12-01T10:51:38.9457587Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-12-01T10:51:38.9458849Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-12-01T10:51:38.9459398Z [ RUN ] FunctionalTest.CELU 2022-12-01T10:51:38.9470093Z [ OK ] FunctionalTest.CELU (1 ms) 2022-12-01T10:51:38.9470654Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-12-01T10:51:38.9471548Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-12-01T10:51:38.9472140Z [ RUN ] FunctionalTest.PixelShuffle 2022-12-01T10:51:38.9473231Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-12-01T10:51:38.9473793Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-12-01T10:51:38.9474784Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-12-01T10:51:38.9475339Z [ RUN ] FunctionalTest.Softplus 2022-12-01T10:51:38.9481974Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-12-01T10:51:38.9482367Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-12-01T10:51:38.9482827Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-12-01T10:51:38.9483155Z [ RUN ] FunctionalTest.Fold 2022-12-01T10:51:38.9484035Z [ OK ] FunctionalTest.Fold (0 ms) 2022-12-01T10:51:38.9484342Z [ RUN ] FunctionalTest.Unfold 2022-12-01T10:51:38.9485000Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-12-01T10:51:38.9485345Z [ RUN ] FunctionalTest.Softshrink 2022-12-01T10:51:38.9491429Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-12-01T10:51:38.9491994Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-12-01T10:51:38.9492370Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-12-01T10:51:38.9492821Z [ RUN ] FunctionalTest.Softsign 2022-12-01T10:51:38.9493796Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-12-01T10:51:38.9494209Z [ RUN ] FunctionalTest.Mish 2022-12-01T10:51:38.9495032Z [ OK ] FunctionalTest.Mish (0 ms) 2022-12-01T10:51:38.9495475Z [ RUN ] FunctionalTest.Tanhshrink 2022-12-01T10:51:38.9495801Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-12-01T10:51:38.9496100Z [ RUN ] FunctionalTest.Threshold 2022-12-01T10:51:38.9508489Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-12-01T10:51:38.9508997Z [ RUN ] FunctionalTest.BatchNorm1d 2022-12-01T10:51:38.9509993Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-12-01T10:51:38.9510364Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-12-01T10:51:38.9511095Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-12-01T10:51:38.9512671Z [ RUN ] FunctionalTest.BatchNorm2d 2022-12-01T10:51:38.9513124Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-12-01T10:51:38.9513476Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-12-01T10:51:38.9513987Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-12-01T10:51:38.9514506Z [ RUN ] FunctionalTest.BatchNorm3d 2022-12-01T10:51:38.9515179Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-12-01T10:51:38.9515585Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-12-01T10:51:38.9516254Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-12-01T10:51:38.9516668Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-12-01T10:51:38.9519021Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-12-01T10:51:38.9519641Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-12-01T10:51:38.9520446Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-12-01T10:51:38.9521098Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-12-01T10:51:38.9522623Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-12-01T10:51:38.9523129Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-12-01T10:51:38.9523907Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-12-01T10:51:38.9524324Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-12-01T10:51:38.9527205Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-12-01T10:51:38.9527655Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-12-01T10:51:38.9529847Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-12-01T10:51:38.9530270Z [ RUN ] FunctionalTest.Interpolate 2022-12-01T10:51:38.9532625Z [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:51:38.9533903Z [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:51:38.9535140Z [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:51:38.9536501Z [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:51:38.9537579Z [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:51:38.9538636Z [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:51:38.9539636Z [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:51:38.9540588Z [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:51:38.9613756Z [ OK ] FunctionalTest.Interpolate (8 ms) 2022-12-01T10:51:38.9614199Z [ RUN ] FunctionalTest.Pad1 2022-12-01T10:51:38.9614716Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-12-01T10:51:38.9615152Z [ RUN ] FunctionalTest.Pad2 2022-12-01T10:51:38.9616971Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-12-01T10:51:38.9617235Z [ RUN ] FunctionalTest.Pad3 2022-12-01T10:51:38.9621581Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-12-01T10:51:38.9621933Z [ RUN ] FunctionalTest.Pad4 2022-12-01T10:51:38.9623702Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-12-01T10:51:38.9624049Z [ RUN ] FunctionalTest.Pad5 2022-12-01T10:51:38.9626791Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-12-01T10:51:38.9627129Z [ RUN ] FunctionalTest.Pad6 2022-12-01T10:51:38.9629278Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-12-01T10:51:38.9629735Z [ RUN ] FunctionalTest.Pad7 2022-12-01T10:51:38.9630096Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-12-01T10:51:38.9630436Z [ RUN ] FunctionalTest.Pad8 2022-12-01T10:51:38.9630792Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-12-01T10:51:38.9631150Z [ RUN ] FunctionalTest.CTCLoss 2022-12-01T10:51:38.9740305Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-12-01T10:51:38.9740682Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-12-01T10:51:38.9742708Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-12-01T10:51:38.9743051Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-12-01T10:51:38.9745862Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-12-01T10:51:38.9746217Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-12-01T10:51:38.9749010Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-12-01T10:51:38.9749393Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-12-01T10:51:38.9752662Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-12-01T10:51:38.9753173Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-12-01T10:51:38.9755920Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-12-01T10:51:38.9756257Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-12-01T10:51:38.9758797Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-12-01T10:51:38.9759241Z [ RUN ] FunctionalTest.AlphaDropout 2022-12-01T10:51:38.9768573Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-12-01T10:51:38.9768917Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-12-01T10:51:38.9777583Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-12-01T10:51:38.9778151Z [ RUN ] FunctionalTest.Dropout 2022-12-01T10:51:38.9784292Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-12-01T10:51:38.9784593Z [ RUN ] FunctionalTest.Dropout2d 2022-12-01T10:51:38.9791120Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-12-01T10:51:38.9791414Z [ RUN ] FunctionalTest.Dropout3d 2022-12-01T10:51:38.9797403Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-12-01T10:51:38.9797701Z [ RUN ] FunctionalTest.isfinite 2022-12-01T10:51:38.9802642Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-12-01T10:51:38.9802980Z [ RUN ] FunctionalTest.isinf 2022-12-01T10:51:38.9807109Z [ OK ] FunctionalTest.isinf (0 ms) 2022-12-01T10:51:38.9807485Z [ RUN ] FunctionalTest.AllClose 2022-12-01T10:51:38.9868501Z [ OK ] FunctionalTest.AllClose (6 ms) 2022-12-01T10:51:38.9868880Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-12-01T10:51:38.9906996Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-12-01T10:51:38.9907757Z [----------] 132 tests from FunctionalTest (99 ms total) 2022-12-01T10:51:38.9908082Z 2022-12-01T10:51:38.9908451Z [----------] 1 test from IntegrationTest 2022-12-01T10:51:38.9908909Z [ RUN ] IntegrationTest.CartPole 2022-12-01T10:51:52.2456639Z [ OK ] IntegrationTest.CartPole (13254 ms) 2022-12-01T10:51:52.2457256Z [----------] 1 test from IntegrationTest (13254 ms total) 2022-12-01T10:51:52.2457524Z 2022-12-01T10:51:52.2457760Z [----------] 9 tests from InitTest 2022-12-01T10:51:52.2458262Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-12-01T10:51:52.2473045Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-12-01T10:51:52.2473727Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-12-01T10:51:52.2486613Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-12-01T10:51:52.2487276Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-12-01T10:51:52.2500436Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-12-01T10:51:52.2501134Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-12-01T10:51:52.2513041Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-12-01T10:51:52.2513759Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-12-01T10:51:52.2540580Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-12-01T10:51:52.2541274Z [ RUN ] InitTest.CalculateGainWithTanh 2022-12-01T10:51:52.2541875Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-12-01T10:51:52.2542417Z [ RUN ] InitTest.CalculateGainWithRelu 2022-12-01T10:51:52.2543003Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-12-01T10:51:52.2543669Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-12-01T10:51:52.2544218Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-12-01T10:51:52.2544826Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-12-01T10:51:52.2545772Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-12-01T10:51:52.2546417Z [----------] 9 tests from InitTest (8 ms total) 2022-12-01T10:51:52.2546700Z 2022-12-01T10:51:52.2547006Z [----------] 6 tests from TorchScriptTest 2022-12-01T10:51:52.2547658Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-12-01T10:51:52.2928556Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (38 ms) 2022-12-01T10:51:52.2929310Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-12-01T10:51:52.2950201Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-12-01T10:51:52.2950933Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-12-01T10:51:52.2953903Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-12-01T10:51:52.2954521Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-12-01T10:51:52.2955416Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-12-01T10:51:52.2956041Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-12-01T10:51:52.2961809Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-12-01T10:51:52.2962430Z [ RUN ] TorchScriptTest.TestPickle 2022-12-01T10:51:52.2962896Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-12-01T10:51:52.2963582Z [----------] 6 tests from TorchScriptTest (41 ms total) 2022-12-01T10:51:52.2963914Z 2022-12-01T10:51:52.2964243Z [----------] 3 tests from MakeUniqueTest 2022-12-01T10:51:52.2964920Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-12-01T10:51:52.2965693Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-12-01T10:51:52.2966460Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-12-01T10:51:52.2967218Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-12-01T10:51:52.2968020Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-12-01T10:51:52.2968871Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-12-01T10:51:52.2969632Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-12-01T10:51:52.2970049Z 2022-12-01T10:51:52.2970317Z [----------] 2 tests from MetaTensorTest 2022-12-01T10:51:52.2970849Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-12-01T10:51:52.2971420Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-12-01T10:51:52.2972216Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-12-01T10:51:52.2972827Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-12-01T10:51:52.2973430Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-12-01T10:51:52.2973690Z 2022-12-01T10:51:52.2973939Z [----------] 2 tests from UtilsTest 2022-12-01T10:51:52.2974394Z [ RUN ] UtilsTest.WarnOnce 2022-12-01T10:51:52.2974873Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-12-01T10:51:52.2975432Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-12-01T10:51:52.2976072Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-12-01T10:51:52.2976668Z [----------] 2 tests from UtilsTest (0 ms total) 2022-12-01T10:51:52.2976923Z 2022-12-01T10:51:52.2977174Z [----------] 1 test from NoGradTest 2022-12-01T10:51:52.2977697Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-12-01T10:51:52.3000605Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-12-01T10:51:52.3001161Z [----------] 1 test from NoGradTest (3 ms total) 2022-12-01T10:51:52.3001393Z 2022-12-01T10:51:52.3001632Z [----------] 3 tests from AutogradTest 2022-12-01T10:51:52.3002129Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-12-01T10:51:52.3002694Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-12-01T10:51:52.3003334Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-12-01T10:51:52.3004568Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-12-01T10:51:52.3005317Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-12-01T10:51:52.3005782Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-12-01T10:51:52.3006157Z [----------] 3 tests from AutogradTest (0 ms total) 2022-12-01T10:51:52.3006378Z 2022-12-01T10:51:52.3006549Z [----------] 1 test from OptionalArrayRefTest 2022-12-01T10:51:52.3006958Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-12-01T10:51:52.3007452Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-12-01T10:51:52.3007996Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-12-01T10:51:52.3008185Z 2022-12-01T10:51:52.3008336Z [----------] 52 tests from ModuleTest 2022-12-01T10:51:52.3008687Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-12-01T10:51:52.3009164Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-12-01T10:51:52.3009535Z [ RUN ] ModuleTest.ZeroGrad 2022-12-01T10:51:52.3009823Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-12-01T10:51:52.3010133Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-12-01T10:51:52.3010462Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-12-01T10:51:52.3010870Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-12-01T10:51:52.3033840Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-12-01T10:51:52.3034317Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-12-01T10:51:52.3045259Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-12-01T10:51:52.3045771Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-12-01T10:51:52.3057689Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-12-01T10:51:52.3058099Z [ RUN ] ModuleTest.ReplaceModule 2022-12-01T10:51:52.3058414Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-12-01T10:51:52.3058720Z [ RUN ] ModuleTest.UnregisterModule 2022-12-01T10:51:52.3074505Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-12-01T10:51:52.3074973Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-12-01T10:51:52.3106932Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-12-01T10:51:52.3107450Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-12-01T10:51:52.3128943Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-12-01T10:51:52.3129700Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-12-01T10:51:52.3130121Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-12-01T10:51:52.3130563Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-12-01T10:51:52.3161591Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-12-01T10:51:52.3162241Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-12-01T10:51:52.3184268Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-12-01T10:51:52.3184947Z [ RUN ] ModuleTest.CanGetName 2022-12-01T10:51:52.3185468Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-12-01T10:51:52.3186046Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-12-01T10:51:52.3186529Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-12-01T10:51:52.3186933Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-12-01T10:51:52.3187417Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-12-01T10:51:52.3187918Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-12-01T10:51:52.3188585Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-12-01T10:51:52.3189097Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-12-01T10:51:52.3201407Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-12-01T10:51:52.3202068Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-12-01T10:51:52.3202621Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-12-01T10:51:52.3203070Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-12-01T10:51:52.3208092Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-12-01T10:51:52.3208621Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-12-01T10:51:52.3209626Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-12-01T10:51:52.3210341Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-12-01T10:51:52.3211127Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-12-01T10:51:52.3212071Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-12-01T10:51:52.3212701Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-12-01T10:51:52.3213278Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-12-01T10:51:52.3213776Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-12-01T10:51:52.3214171Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-12-01T10:51:52.3214523Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-12-01T10:51:52.3214910Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-12-01T10:51:52.3215326Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-12-01T10:51:52.3215835Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-12-01T10:51:52.3216456Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-12-01T10:51:52.3217056Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-12-01T10:51:52.3217660Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-12-01T10:51:52.3218213Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-12-01T10:51:52.3224380Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-12-01T10:51:52.3225226Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-12-01T10:51:52.3226026Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T10:51:52.3226796Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T10:51:52.3227577Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T10:51:52.3228512Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T10:51:52.3229414Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T10:51:52.3230190Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T10:51:52.3231100Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T10:51:52.3231867Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-12-01T10:51:52.3232677Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T10:51:52.3233267Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T10:51:52.3234060Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T10:51:52.3234883Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-12-01T10:51:52.3235542Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:51:52.3236050Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-12-01T10:51:52.3236793Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:51:52.3237270Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-12-01T10:51:52.3237736Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:51:52.3238217Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-12-01T10:51:52.3238713Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:51:52.3239190Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-12-01T10:51:52.3239734Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T10:51:52.3240254Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T10:51:52.3240799Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T10:51:52.3241325Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-12-01T10:51:52.3241826Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T10:51:52.3242357Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T10:51:52.3242935Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T10:51:52.3243401Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-12-01T10:51:52.3243789Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3244171Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-12-01T10:51:52.3244585Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3244994Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-12-01T10:51:52.3245406Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3245816Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-12-01T10:51:52.3246263Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3246695Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-12-01T10:51:52.3247110Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3247550Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-12-01T10:51:52.3248012Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T10:51:52.3248507Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-12-01T10:51:52.3263405Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-12-01T10:51:52.3263897Z [ RUN ] ModuleTest.PrettyPrint 2022-12-01T10:51:52.3264217Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-12-01T10:51:52.3264602Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-12-01T10:51:52.3265096Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-12-01T10:51:52.3265509Z [----------] 52 tests from ModuleTest (25 ms total) 2022-12-01T10:51:52.3265663Z 2022-12-01T10:51:52.3265817Z [----------] 11 tests from ModuleDictTest 2022-12-01T10:51:52.3266118Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-12-01T10:51:52.3266465Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-12-01T10:51:52.3266927Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-12-01T10:51:52.3267305Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-12-01T10:51:52.3267682Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-12-01T10:51:52.3276678Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-12-01T10:51:52.3277024Z [ RUN ] ModuleDictTest.UpdateExist 2022-12-01T10:51:52.3277327Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-12-01T10:51:52.3277616Z [ RUN ] ModuleDictTest.Keys 2022-12-01T10:51:52.3288822Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-12-01T10:51:52.3289153Z [ RUN ] ModuleDictTest.Values 2022-12-01T10:51:52.3289552Z [ OK ] ModuleDictTest.Values (0 ms) 2022-12-01T10:51:52.3290107Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-12-01T10:51:52.3290801Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T10:51:52.3291505Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-12-01T10:51:52.3292044Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-12-01T10:51:52.3292382Z [ RUN ] ModuleDictTest.IsCloneable 2022-12-01T10:51:52.3294656Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-12-01T10:51:52.3295313Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-12-01T10:51:52.3296176Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:51:52.3296809Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-12-01T10:51:52.3297765Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-12-01T10:51:52.3298284Z [----------] 11 tests from ModuleDictTest (3 ms total) 2022-12-01T10:51:52.3298454Z 2022-12-01T10:51:52.3298698Z [----------] 15 tests from ModuleListTest 2022-12-01T10:51:52.3299056Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-12-01T10:51:52.3299448Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:51:52.3299841Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-12-01T10:51:52.3300237Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-12-01T10:51:52.3300614Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-12-01T10:51:52.3301006Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:51:52.3301381Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-12-01T10:51:52.3301754Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:51:52.3302063Z [ RUN ] ModuleListTest.Insertion 2022-12-01T10:51:52.3302364Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-12-01T10:51:52.3302668Z [ RUN ] ModuleListTest.AccessWithAt 2022-12-01T10:51:52.3322644Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-12-01T10:51:52.3322969Z [ RUN ] ModuleListTest.AccessWithPtr 2022-12-01T10:51:52.3344932Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-12-01T10:51:52.3345586Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-12-01T10:51:52.3347117Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T10:51:52.3347866Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-12-01T10:51:52.3348352Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-12-01T10:51:52.3348747Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-12-01T10:51:52.3349107Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-12-01T10:51:52.3349435Z [ RUN ] ModuleListTest.IsCloneable 2022-12-01T10:51:52.3350455Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-12-01T10:51:52.3351264Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-12-01T10:51:52.3351824Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:51:52.3352353Z [ RUN ] ModuleListTest.NestingIsPossible 2022-12-01T10:51:52.3352906Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-12-01T10:51:52.3353638Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-12-01T10:51:52.3354146Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-12-01T10:51:52.3354497Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-12-01T10:51:52.3354828Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-12-01T10:51:52.3355177Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-12-01T10:51:52.3355336Z 2022-12-01T10:51:52.3355487Z [----------] 256 tests from ModulesTest 2022-12-01T10:51:52.3355740Z [ RUN ] ModulesTest.Conv1d 2022-12-01T10:51:52.3363758Z [ OK ] ModulesTest.Conv1d (0 ms) 2022-12-01T10:51:52.3364318Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-12-01T10:51:52.3387307Z [ OK ] ModulesTest.Conv1dSameStrided (2 ms) 2022-12-01T10:51:52.3387626Z [ RUN ] ModulesTest.Conv2dEven 2022-12-01T10:51:52.3391071Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-12-01T10:51:52.3391438Z [ RUN ] ModulesTest.Conv2dUneven 2022-12-01T10:51:52.3393804Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-12-01T10:51:52.3394183Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-12-01T10:51:52.3441102Z [ OK ] ModulesTest.Conv2dSameStrided (4 ms) 2022-12-01T10:51:52.3441462Z [ RUN ] ModulesTest.Conv3d 2022-12-01T10:51:52.3445707Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-12-01T10:51:52.3446075Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-12-01T10:51:52.3492776Z [ OK ] ModulesTest.Conv3dSameStrided (4 ms) 2022-12-01T10:51:52.3493161Z [ RUN ] ModulesTest.ConvTranspose1d 2022-12-01T10:51:52.3495870Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-12-01T10:51:52.3496249Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-12-01T10:51:52.3499773Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-12-01T10:51:52.3500182Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-12-01T10:51:52.3503170Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-12-01T10:51:52.3503557Z [ RUN ] ModulesTest.ConvTranspose3d 2022-12-01T10:51:52.3506099Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-12-01T10:51:52.3506450Z [ RUN ] ModulesTest.MaxPool1d 2022-12-01T10:51:52.3508384Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-12-01T10:51:52.3508771Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-12-01T10:51:52.3510196Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-12-01T10:51:52.3510658Z [ RUN ] ModulesTest.MaxPool2dEven 2022-12-01T10:51:52.3511470Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-12-01T10:51:52.3511897Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-12-01T10:51:52.3513438Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-12-01T10:51:52.3513857Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-12-01T10:51:52.3514666Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-12-01T10:51:52.3515229Z [ RUN ] ModulesTest.MaxPool3d 2022-12-01T10:51:52.3516746Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-12-01T10:51:52.3517318Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-12-01T10:51:52.3518083Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-12-01T10:51:52.3518662Z [ RUN ] ModulesTest.AvgPool1d 2022-12-01T10:51:52.3520096Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-12-01T10:51:52.3520792Z [ RUN ] ModulesTest.AvgPool2dEven 2022-12-01T10:51:52.3521426Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-12-01T10:51:52.3521988Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-12-01T10:51:52.3522581Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-12-01T10:51:52.3523212Z [ RUN ] ModulesTest.AvgPool3d 2022-12-01T10:51:52.3524269Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-12-01T10:51:52.3524840Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-12-01T10:51:52.3525867Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-12-01T10:51:52.3526541Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-12-01T10:51:52.3527523Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-12-01T10:51:52.3528152Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-12-01T10:51:52.3529231Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-12-01T10:51:52.3529912Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-12-01T10:51:52.3531150Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-12-01T10:51:52.3531905Z [ RUN ] ModulesTest.LPPool1d 2022-12-01T10:51:52.3532797Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-12-01T10:51:52.3533328Z [ RUN ] ModulesTest.LPPool2d 2022-12-01T10:51:52.3533852Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-12-01T10:51:52.3534297Z [ RUN ] ModulesTest.Identity 2022-12-01T10:51:52.3535136Z [ OK ] ModulesTest.Identity (0 ms) 2022-12-01T10:51:52.3535623Z [ RUN ] ModulesTest.Flatten 2022-12-01T10:51:52.3538314Z [ OK ] ModulesTest.Flatten (0 ms) 2022-12-01T10:51:52.3538659Z [ RUN ] ModulesTest.Unflatten 2022-12-01T10:51:52.3539233Z [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:51:52.3539857Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-12-01T10:51:52.3540208Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-12-01T10:51:52.3541636Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T10:51:52.3541998Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-12-01T10:51:52.3542676Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-12-01T10:51:52.3543086Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-12-01T10:51:52.3544780Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-12-01T10:51:52.3545122Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-12-01T10:51:52.3546600Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-12-01T10:51:52.3546994Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-12-01T10:51:52.3549485Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-12-01T10:51:52.3549925Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-12-01T10:51:52.3551686Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-12-01T10:51:52.3552069Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-12-01T10:51:52.3553844Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T10:51:52.3554251Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-12-01T10:51:52.3556382Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-12-01T10:51:52.3556883Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-12-01T10:51:52.3557986Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T10:51:52.3558329Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-12-01T10:51:52.3560094Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-12-01T10:51:52.3560626Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-12-01T10:51:52.3561471Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-12-01T10:51:52.3561861Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-12-01T10:51:52.3563948Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T10:51:52.3564360Z [ RUN ] ModulesTest.MaxUnpool1d 2022-12-01T10:51:52.3566063Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-12-01T10:51:52.3566385Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-12-01T10:51:52.3568490Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-12-01T10:51:52.3568798Z [ RUN ] ModulesTest.MaxUnpool2d 2022-12-01T10:51:52.3570709Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-12-01T10:51:52.3571010Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-12-01T10:51:52.3573111Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-12-01T10:51:52.3573535Z [ RUN ] ModulesTest.MaxUnpool3d 2022-12-01T10:51:52.3574271Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-12-01T10:51:52.3574610Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-12-01T10:51:52.3576666Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-12-01T10:51:52.3577014Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-12-01T10:51:52.4666762Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (108 ms) 2022-12-01T10:51:52.4667188Z [ RUN ] ModulesTest.Linear 2022-12-01T10:51:52.4671088Z [ OK ] ModulesTest.Linear (0 ms) 2022-12-01T10:51:52.4671652Z [ RUN ] ModulesTest.LocalResponseNorm 2022-12-01T10:51:52.4676019Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-12-01T10:51:52.4676351Z [ RUN ] ModulesTest.LayerNorm 2022-12-01T10:51:52.4678575Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-12-01T10:51:52.4678875Z [ RUN ] ModulesTest.GroupNorm 2022-12-01T10:51:52.4681170Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-12-01T10:51:52.4681463Z [ RUN ] ModulesTest.Bilinear 2022-12-01T10:51:52.4685130Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-12-01T10:51:52.4685407Z [ RUN ] ModulesTest.Fold 2022-12-01T10:51:52.4711637Z [ OK ] ModulesTest.Fold (2 ms) 2022-12-01T10:51:52.4711926Z [ RUN ] ModulesTest.Unfold 2022-12-01T10:51:52.4778328Z [ OK ] ModulesTest.Unfold (6 ms) 2022-12-01T10:51:52.4778656Z [ RUN ] ModulesTest.SimpleContainer 2022-12-01T10:51:52.4797258Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-12-01T10:51:52.4797979Z [ RUN ] ModulesTest.EmbeddingBasic 2022-12-01T10:51:52.4798968Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-12-01T10:51:52.4799434Z [ RUN ] ModulesTest.EmbeddingList 2022-12-01T10:51:52.4799986Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-12-01T10:51:52.4800481Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-12-01T10:51:52.4801274Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-12-01T10:51:52.4801916Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-12-01T10:51:52.4803870Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-12-01T10:51:52.4804458Z [ RUN ] ModulesTest.AlphaDropout 2022-12-01T10:51:52.4805153Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-12-01T10:51:52.4805722Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-12-01T10:51:52.4806737Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-12-01T10:51:52.4807279Z [ RUN ] ModulesTest.Dropout 2022-12-01T10:51:52.4808823Z [ OK ] ModulesTest.Dropout (0 ms) 2022-12-01T10:51:52.4809111Z [ RUN ] ModulesTest.Dropout2d 2022-12-01T10:51:52.4815067Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-12-01T10:51:52.4815366Z [ RUN ] ModulesTest.Dropout3d 2022-12-01T10:51:52.4822012Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-12-01T10:51:52.4822478Z [ RUN ] ModulesTest.Parameters 2022-12-01T10:51:52.4822985Z [ OK ] ModulesTest.Parameters (0 ms) 2022-12-01T10:51:52.4823698Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-12-01T10:51:52.4824276Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-12-01T10:51:52.4824708Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-12-01T10:51:52.4825284Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-12-01T10:51:52.4825956Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-12-01T10:51:52.4826464Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-12-01T10:51:52.4826973Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-12-01T10:51:52.4827447Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-12-01T10:51:52.4827956Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-12-01T10:51:52.4828582Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-12-01T10:51:52.4828987Z [ RUN ] ModulesTest.BatchNorm1d 2022-12-01T10:51:52.4829273Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-12-01T10:51:52.4829588Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-12-01T10:51:52.4829921Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-12-01T10:51:52.4830239Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-12-01T10:51:52.4830668Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-12-01T10:51:52.4831165Z [ RUN ] ModulesTest.BatchNorm2d 2022-12-01T10:51:52.4831669Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-12-01T10:51:52.4832209Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-12-01T10:51:52.4832825Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-12-01T10:51:52.4833160Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-12-01T10:51:52.4833484Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-12-01T10:51:52.4833792Z [ RUN ] ModulesTest.BatchNorm3d 2022-12-01T10:51:52.4836654Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-12-01T10:51:52.4837216Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-12-01T10:51:52.4837769Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-12-01T10:51:52.4838120Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-12-01T10:51:52.4838573Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-12-01T10:51:52.4839044Z [ RUN ] ModulesTest.InstanceNorm1d 2022-12-01T10:51:52.4839684Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-12-01T10:51:52.4840063Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-12-01T10:51:52.4840408Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-12-01T10:51:52.4840761Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-12-01T10:51:52.4841114Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-12-01T10:51:52.4841431Z [ RUN ] ModulesTest.InstanceNorm2d 2022-12-01T10:51:52.4843657Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-12-01T10:51:52.4844229Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-12-01T10:51:52.4844780Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-12-01T10:51:52.4845118Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-12-01T10:51:52.4845470Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-12-01T10:51:52.4845795Z [ RUN ] ModulesTest.InstanceNorm3d 2022-12-01T10:51:52.4848980Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-12-01T10:51:52.4849811Z [ RUN ] ModulesTest.L1Loss 2022-12-01T10:51:52.4850536Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-12-01T10:51:52.4851171Z [ RUN ] ModulesTest.MSELoss 2022-12-01T10:51:52.4851530Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-12-01T10:51:52.4851992Z [ RUN ] ModulesTest.BCELoss 2022-12-01T10:51:52.4853783Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-12-01T10:51:52.4854160Z [ RUN ] ModulesTest.KLDivLoss 2022-12-01T10:51:52.4855680Z [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:51:52.4856273Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-12-01T10:51:52.4856687Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-12-01T10:51:52.4857278Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-12-01T10:51:52.4857842Z [ RUN ] ModulesTest.MultiMarginLoss 2022-12-01T10:51:52.4858794Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-12-01T10:51:52.4859369Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-12-01T10:51:52.4863518Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-12-01T10:51:52.4864082Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-12-01T10:51:52.4864995Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T10:51:52.4865615Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-12-01T10:51:52.4866922Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-12-01T10:51:52.4867616Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-12-01T10:51:52.4868747Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:52.4869368Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-12-01T10:51:52.4870103Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T10:51:52.4870713Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-12-01T10:51:52.4871266Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-12-01T10:51:52.4871870Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-12-01T10:51:52.4873006Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T10:51:52.4873638Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-12-01T10:51:52.4874446Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-12-01T10:51:52.4875014Z [ RUN ] ModulesTest.HuberLossDelta 2022-12-01T10:51:52.4875995Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-12-01T10:51:52.4876613Z [ RUN ] ModulesTest.TripletMarginLoss 2022-12-01T10:51:52.4879619Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-12-01T10:51:52.4880293Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T10:51:52.5032969Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (15 ms) 2022-12-01T10:51:52.5033480Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-12-01T10:51:52.5318226Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (28 ms) 2022-12-01T10:51:52.5318644Z [ RUN ] ModulesTest.NLLLoss 2022-12-01T10:51:52.5319799Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-12-01T10:51:52.5320184Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-12-01T10:51:52.5326353Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-12-01T10:51:52.5326673Z [ RUN ] ModulesTest.CosineSimilarity 2022-12-01T10:51:52.5329949Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-12-01T10:51:52.5330431Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-12-01T10:51:52.5332476Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:52.5333016Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T10:51:52.5335394Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:51:52.5335983Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-12-01T10:51:52.5337148Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T10:51:52.5337693Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T10:51:52.5340277Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T10:51:52.5340772Z [ RUN ] ModulesTest.PairwiseDistance 2022-12-01T10:51:52.5342342Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-12-01T10:51:52.5342628Z [ RUN ] ModulesTest.ELU 2022-12-01T10:51:52.5353021Z [ OK ] ModulesTest.ELU (1 ms) 2022-12-01T10:51:52.5353319Z [ RUN ] ModulesTest.SELU 2022-12-01T10:51:52.5355894Z [ OK ] ModulesTest.SELU (0 ms) 2022-12-01T10:51:52.5356182Z [ RUN ] ModulesTest.Hardshrink 2022-12-01T10:51:52.5362830Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-12-01T10:51:52.5363475Z [ RUN ] ModulesTest.Hardtanh 2022-12-01T10:51:52.5386339Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-12-01T10:51:52.5386934Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-12-01T10:51:52.5463372Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-12-01T10:51:52.5463916Z [ RUN ] ModulesTest.LeakyReLU 2022-12-01T10:51:52.5474288Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-12-01T10:51:52.5474808Z [ RUN ] ModulesTest.LogSigmoid 2022-12-01T10:51:52.5475934Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-12-01T10:51:52.5476246Z [ RUN ] ModulesTest.Softmax 2022-12-01T10:51:52.5477700Z [ OK ] ModulesTest.Softmax (0 ms) 2022-12-01T10:51:52.5478027Z [ RUN ] ModulesTest.Softmin 2022-12-01T10:51:52.5479037Z [ OK ] ModulesTest.Softmin (0 ms) 2022-12-01T10:51:52.5479398Z [ RUN ] ModulesTest.LogSoftmax 2022-12-01T10:51:52.5480362Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-12-01T10:51:52.5480708Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-12-01T10:51:52.5504879Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-12-01T10:51:52.5505217Z [ RUN ] ModulesTest.Softmax2d 2022-12-01T10:51:52.5514870Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-12-01T10:51:52.5515189Z [ RUN ] ModulesTest.PReLU 2022-12-01T10:51:52.5519614Z [ OK ] ModulesTest.PReLU (0 ms) 2022-12-01T10:51:52.5519884Z [ RUN ] ModulesTest.ReLU 2022-12-01T10:51:52.5522504Z [ OK ] ModulesTest.ReLU (0 ms) 2022-12-01T10:51:52.5522781Z [ RUN ] ModulesTest.ReLU6 2022-12-01T10:51:52.5525401Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-12-01T10:51:52.5525670Z [ RUN ] ModulesTest.RReLU 2022-12-01T10:51:52.5559654Z [ OK ] ModulesTest.RReLU (3 ms) 2022-12-01T10:51:52.5559927Z [ RUN ] ModulesTest.CELU 2022-12-01T10:51:52.5569772Z [ OK ] ModulesTest.CELU (1 ms) 2022-12-01T10:51:52.5570087Z [ RUN ] ModulesTest.GLU 2022-12-01T10:51:52.5572112Z [ OK ] ModulesTest.GLU (0 ms) 2022-12-01T10:51:52.5572371Z [ RUN ] ModulesTest.GELU 2022-12-01T10:51:52.5574812Z [ OK ] ModulesTest.GELU (0 ms) 2022-12-01T10:51:52.5575235Z [ RUN ] ModulesTest.TanhGELU 2022-12-01T10:51:52.5576289Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-12-01T10:51:52.5576784Z [ RUN ] ModulesTest.Mish 2022-12-01T10:51:52.5577426Z [ OK ] ModulesTest.Mish (0 ms) 2022-12-01T10:51:52.5578128Z [ RUN ] ModulesTest.Sigmoid 2022-12-01T10:51:52.5578847Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-12-01T10:51:52.5579375Z [ RUN ] ModulesTest.PixelShuffle 2022-12-01T10:51:52.5581415Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-12-01T10:51:52.5582078Z [ RUN ] ModulesTest.PixelUnshuffle 2022-12-01T10:51:52.5583383Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-12-01T10:51:52.5583900Z [ RUN ] ModulesTest.Softplus 2022-12-01T10:51:52.5590717Z [ OK ] ModulesTest.Softplus (0 ms) 2022-12-01T10:51:52.5591230Z [ RUN ] ModulesTest.Softshrink 2022-12-01T10:51:52.5597190Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-12-01T10:51:52.5597546Z [ RUN ] ModulesTest.Softsign 2022-12-01T10:51:52.5597950Z [ OK ] ModulesTest.Softsign (0 ms) 2022-12-01T10:51:52.5598214Z [ RUN ] ModulesTest.Tanh 2022-12-01T10:51:52.5599868Z [ OK ] ModulesTest.Tanh (0 ms) 2022-12-01T10:51:52.5600216Z [ RUN ] ModulesTest.Tanhshrink 2022-12-01T10:51:52.5600510Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-12-01T10:51:52.5600790Z [ RUN ] ModulesTest.Threshold 2022-12-01T10:51:52.5611446Z [ OK ] ModulesTest.Threshold (1 ms) 2022-12-01T10:51:52.5611983Z [ RUN ] ModulesTest.Upsampling1D 2022-12-01T10:51:52.5613495Z [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:51:52.5615809Z [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:51:52.5617620Z [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:51:52.5618867Z [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:51:52.5620989Z [ OK ] ModulesTest.Upsampling1D (0 ms) 2022-12-01T10:51:52.5621360Z [ RUN ] ModulesTest.Upsampling2D 2022-12-01T10:51:52.5622611Z [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:51:52.5623854Z [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:51:52.5625701Z [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:51:52.5626870Z [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:51:52.5628434Z [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:51:52.5629821Z [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:51:52.5632077Z [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:51:52.5633392Z [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:51:52.5635182Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-12-01T10:51:52.5635551Z [ RUN ] ModulesTest.Upsampling3D 2022-12-01T10:51:52.5636955Z [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:51:52.5638118Z [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:51:52.5640147Z [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:51:52.5641293Z [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:51:52.5642769Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-12-01T10:51:52.5643168Z [ RUN ] ModulesTest.CTCLoss 2022-12-01T10:51:52.5645496Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-12-01T10:51:52.5645924Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-12-01T10:51:52.5647165Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-12-01T10:51:52.5647632Z [ RUN ] ModulesTest.MarginRankingLoss 2022-12-01T10:51:52.5650264Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-12-01T10:51:52.5650666Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-12-01T10:51:52.5709075Z [ OK ] ModulesTest.BCEWithLogitsLoss (5 ms) 2022-12-01T10:51:52.5709467Z [ RUN ] ModulesTest.MultiheadAttention 2022-12-01T10:52:01.0098632Z [ OK ] ModulesTest.MultiheadAttention (8438 ms) 2022-12-01T10:52:01.0099295Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-12-01T10:52:01.0100210Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-12-01T10:52:01.0102238Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-12-01T10:52:01.0102998Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-12-01T10:52:01.0103807Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-12-01T10:52:01.0104699Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-12-01T10:52:01.0105521Z [ RUN ] ModulesTest.ReflectionPad1d 2022-12-01T10:52:01.0106070Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-12-01T10:52:01.0106734Z [ RUN ] ModulesTest.ReflectionPad2d 2022-12-01T10:52:01.0107130Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-12-01T10:52:01.0107652Z [ RUN ] ModulesTest.ReflectionPad3d 2022-12-01T10:52:01.0108962Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-12-01T10:52:01.0109363Z [ RUN ] ModulesTest.ReplicationPad1d 2022-12-01T10:52:01.0110220Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-12-01T10:52:01.0110728Z [ RUN ] ModulesTest.ReplicationPad2d 2022-12-01T10:52:01.0112371Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-12-01T10:52:01.0112692Z [ RUN ] ModulesTest.ReplicationPad3d 2022-12-01T10:52:01.0115995Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-12-01T10:52:01.0116285Z [ RUN ] ModulesTest.ZeroPad2d 2022-12-01T10:52:01.0118484Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-12-01T10:52:01.0118850Z [ RUN ] ModulesTest.ConstantPad1d 2022-12-01T10:52:01.0119916Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-12-01T10:52:01.0120467Z [ RUN ] ModulesTest.ConstantPad2d 2022-12-01T10:52:01.0121993Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-12-01T10:52:01.0122554Z [ RUN ] ModulesTest.ConstantPad3d 2022-12-01T10:52:01.0125474Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-12-01T10:52:01.0126032Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-12-01T10:52:01.0132688Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-12-01T10:52:01.0133187Z [ RUN ] ModulesTest.RNNCell 2022-12-01T10:52:01.0135477Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-12-01T10:52:01.0135786Z [ RUN ] ModulesTest.LSTMCell 2022-12-01T10:52:01.0139763Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-12-01T10:52:01.0140031Z [ RUN ] ModulesTest.GRUCell 2022-12-01T10:52:01.0144001Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-12-01T10:52:01.0144431Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-12-01T10:52:01.0144859Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-12-01T10:52:01.0145268Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-12-01T10:52:01.0145779Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-12-01T10:52:01.0146187Z [ RUN ] ModulesTest.PrettyPrintConv 2022-12-01T10:52:01.0146754Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-12-01T10:52:01.0147191Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-12-01T10:52:01.0150552Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-12-01T10:52:01.0151439Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-12-01T10:52:01.0151996Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-12-01T10:52:01.0152782Z [ RUN ] ModulesTest.PrettyPrintFold 2022-12-01T10:52:01.0153351Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-12-01T10:52:01.0153846Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-12-01T10:52:01.0154365Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-12-01T10:52:01.0154851Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-12-01T10:52:01.0155392Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-12-01T10:52:01.0155895Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-12-01T10:52:01.0156513Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-12-01T10:52:01.0157112Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-12-01T10:52:01.0157724Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-12-01T10:52:01.0158317Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-12-01T10:52:01.0158879Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-12-01T10:52:01.0159445Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-12-01T10:52:01.0159878Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-12-01T10:52:01.0160432Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-12-01T10:52:01.0160999Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-12-01T10:52:01.0161347Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-12-01T10:52:01.0161832Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-12-01T10:52:01.0162343Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-12-01T10:52:01.0162849Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-12-01T10:52:01.0163410Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-12-01T10:52:01.0164165Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-12-01T10:52:01.0164904Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-12-01T10:52:01.0165644Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-12-01T10:52:01.0166401Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-12-01T10:52:01.0167159Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-12-01T10:52:01.0167886Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-12-01T10:52:01.0168650Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-12-01T10:52:01.0169415Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-12-01T10:52:01.0170154Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-12-01T10:52:01.0170952Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-12-01T10:52:01.0173190Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-12-01T10:52:01.0173967Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-12-01T10:52:01.0174758Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-12-01T10:52:01.0175548Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-12-01T10:52:01.0176544Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-12-01T10:52:01.0177331Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-12-01T10:52:01.0178138Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-12-01T10:52:01.0178904Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-12-01T10:52:01.0179748Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-12-01T10:52:01.0180451Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-12-01T10:52:01.0181198Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-12-01T10:52:01.0182128Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-12-01T10:52:01.0182973Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-12-01T10:52:01.0183757Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-12-01T10:52:01.0184514Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-12-01T10:52:01.0185253Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-12-01T10:52:01.0186047Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-12-01T10:52:01.0186791Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-12-01T10:52:01.0187517Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-12-01T10:52:01.0188220Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-12-01T10:52:01.0188980Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-12-01T10:52:01.0189705Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-12-01T10:52:01.0190413Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-12-01T10:52:01.0191122Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-12-01T10:52:01.0191850Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-12-01T10:52:01.0192625Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-12-01T10:52:01.0193497Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-12-01T10:52:01.0194376Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-12-01T10:52:01.0195261Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-12-01T10:52:01.0196098Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-12-01T10:52:01.0197017Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-12-01T10:52:01.0197966Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-12-01T10:52:01.0248615Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-12-01T10:52:01.0249107Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-12-01T10:52:01.0249515Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-12-01T10:52:01.0249861Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-12-01T10:52:01.0250239Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-12-01T10:52:01.0250634Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-12-01T10:52:01.0251026Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-12-01T10:52:01.0251442Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-12-01T10:52:01.0252084Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-12-01T10:52:01.0252474Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-12-01T10:52:01.0253092Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-12-01T10:52:01.0253688Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-12-01T10:52:01.0254072Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-12-01T10:52:01.0254438Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-12-01T10:52:01.0254817Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-12-01T10:52:01.0255183Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-12-01T10:52:01.0255660Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-12-01T10:52:01.0256029Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-12-01T10:52:01.0256402Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-12-01T10:52:01.0256740Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-12-01T10:52:01.0257165Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-12-01T10:52:01.0257508Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-12-01T10:52:01.0257863Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-12-01T10:52:01.0258198Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-12-01T10:52:01.0258548Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-12-01T10:52:01.0258870Z [ RUN ] ModulesTest.PrettyPrintELU 2022-12-01T10:52:01.0259171Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-12-01T10:52:01.0259477Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-12-01T10:52:01.0259798Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-12-01T10:52:01.0260090Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-12-01T10:52:01.0260404Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-12-01T10:52:01.0260726Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-12-01T10:52:01.0261072Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-12-01T10:52:01.0261395Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-12-01T10:52:01.0261734Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-12-01T10:52:01.0262066Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-12-01T10:52:01.0262429Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-12-01T10:52:01.0262810Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-12-01T10:52:01.0263313Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-12-01T10:52:01.0263674Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-12-01T10:52:01.0264074Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-12-01T10:52:01.0264605Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-12-01T10:52:01.0265219Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-12-01T10:52:01.0265561Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-12-01T10:52:01.0265909Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-12-01T10:52:01.0266246Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-12-01T10:52:01.0266615Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-12-01T10:52:01.0268140Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-12-01T10:52:01.0268694Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-12-01T10:52:01.0268996Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-12-01T10:52:01.0269312Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-12-01T10:52:01.0269658Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-12-01T10:52:01.0270055Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-12-01T10:52:01.0270369Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-12-01T10:52:01.0270686Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-12-01T10:52:01.0270999Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-12-01T10:52:01.0271301Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-12-01T10:52:01.0271618Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-12-01T10:52:01.0271949Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-12-01T10:52:01.0272278Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-12-01T10:52:01.0272633Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-12-01T10:52:01.0272993Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-12-01T10:52:01.0273349Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-12-01T10:52:01.0273786Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-12-01T10:52:01.0274124Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-12-01T10:52:01.0274458Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-12-01T10:52:01.0274792Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-12-01T10:52:01.0275285Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-12-01T10:52:01.0275618Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-12-01T10:52:01.0275919Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-12-01T10:52:01.0276234Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-12-01T10:52:01.0276631Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-12-01T10:52:01.0276964Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-12-01T10:52:01.0277300Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-12-01T10:52:01.0277639Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-12-01T10:52:01.0277968Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-12-01T10:52:01.0278285Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-12-01T10:52:01.0278628Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-12-01T10:52:01.0278993Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-12-01T10:52:01.0279356Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-12-01T10:52:01.0279742Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-12-01T10:52:01.0280111Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-12-01T10:52:01.0280465Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-12-01T10:52:01.0280853Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-12-01T10:52:01.0281219Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-12-01T10:52:01.0281641Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-12-01T10:52:01.0282039Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-12-01T10:52:01.0282427Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-12-01T10:52:01.0282814Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-12-01T10:52:01.0283189Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-12-01T10:52:01.0283580Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-12-01T10:52:01.0283935Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-12-01T10:52:01.0284252Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-12-01T10:52:01.0284580Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-12-01T10:52:01.0284913Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-12-01T10:52:01.0285239Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-12-01T10:52:01.0285557Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-12-01T10:52:01.0285945Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-12-01T10:52:01.0286389Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-12-01T10:52:01.0286770Z [----------] 256 tests from ModulesTest (8681 ms total) 2022-12-01T10:52:01.0286929Z 2022-12-01T10:52:01.0287069Z [----------] 1 test from NestedTest 2022-12-01T10:52:01.0287328Z [ RUN ] NestedTest.Nested 2022-12-01T10:52:01.0287672Z [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:52:01.0288059Z [ OK ] NestedTest.Nested (0 ms) 2022-12-01T10:52:01.0288351Z [----------] 1 test from NestedTest (0 ms total) 2022-12-01T10:52:01.0288498Z 2022-12-01T10:52:01.0288658Z [----------] 10 tests from ParameterDictTest 2022-12-01T10:52:01.0288972Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-12-01T10:52:01.0289385Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-12-01T10:52:01.0289764Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-12-01T10:52:01.0290145Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-12-01T10:52:01.0290552Z [ RUN ] ParameterDictTest.InsertAndContains 2022-12-01T10:52:01.0290906Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-12-01T10:52:01.0291246Z [ RUN ] ParameterDictTest.InsertAndClear 2022-12-01T10:52:01.0291569Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-12-01T10:52:01.0291999Z [ RUN ] ParameterDictTest.InsertAndPop 2022-12-01T10:52:01.0292330Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-12-01T10:52:01.0292640Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-12-01T10:52:01.0292966Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-12-01T10:52:01.0293270Z [ RUN ] ParameterDictTest.Keys 2022-12-01T10:52:01.0293549Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-12-01T10:52:01.0293839Z [ RUN ] ParameterDictTest.Values 2022-12-01T10:52:01.0294140Z [ OK ] ParameterDictTest.Values (0 ms) 2022-12-01T10:52:01.0294427Z [ RUN ] ParameterDictTest.Get 2022-12-01T10:52:01.0294703Z [ OK ] ParameterDictTest.Get (0 ms) 2022-12-01T10:52:01.0295045Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-12-01T10:52:01.0295444Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-12-01T10:52:01.0295810Z [----------] 10 tests from ParameterDictTest (4 ms total) 2022-12-01T10:52:01.0295969Z 2022-12-01T10:52:01.0296130Z [----------] 8 tests from ParameterListTest 2022-12-01T10:52:01.0296484Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-12-01T10:52:01.0296892Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:52:01.0297241Z [ RUN ] ParameterListTest.isEmpty 2022-12-01T10:52:01.0297546Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-12-01T10:52:01.0297886Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-12-01T10:52:01.0298255Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:52:01.0298596Z [ RUN ] ParameterListTest.ForEachLoop 2022-12-01T10:52:01.0298918Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-12-01T10:52:01.0299226Z [ RUN ] ParameterListTest.AccessWithAt 2022-12-01T10:52:01.0299573Z [ OK ] ParameterListTest.AccessWithAt (4 ms) 2022-12-01T10:52:01.0300008Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-12-01T10:52:01.0300545Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-12-01T10:52:01.0300994Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-12-01T10:52:01.0301395Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-12-01T10:52:01.0301750Z [ RUN ] ParameterListTest.IncrementAdd 2022-12-01T10:52:01.0302064Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-12-01T10:52:01.0302409Z [----------] 8 tests from ParameterListTest (5 ms total) 2022-12-01T10:52:01.0302573Z 2022-12-01T10:52:01.0302722Z [----------] 1 test from NamespaceTests 2022-12-01T10:52:01.0303115Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-12-01T10:52:01.0303609Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-12-01T10:52:01.0304019Z [----------] 1 test from NamespaceTests (0 ms total) 2022-12-01T10:52:01.0304173Z 2022-12-01T10:52:01.0304319Z [----------] 7 tests from NNUtilsTest 2022-12-01T10:52:01.0304582Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-12-01T10:52:01.0304946Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-12-01T10:52:01.0305294Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-12-01T10:52:01.2025355Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (174 ms) 2022-12-01T10:52:01.2025826Z [ RUN ] NNUtilsTest.ClipGradValue 2022-12-01T10:52:01.2026817Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-12-01T10:52:01.2027229Z [ RUN ] NNUtilsTest.ConvertParameters 2022-12-01T10:52:01.2030444Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-12-01T10:52:01.2030792Z [ RUN ] NNUtilsTest.PackSequence 2022-12-01T10:52:01.2411433Z [ OK ] NNUtilsTest.PackSequence (37 ms) 2022-12-01T10:52:01.2412116Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-12-01T10:52:01.2570884Z [ OK ] NNUtilsTest.PackPaddedSequence (15 ms) 2022-12-01T10:52:01.2571395Z [ RUN ] NNUtilsTest.PadSequence 2022-12-01T10:52:01.2628779Z [ OK ] NNUtilsTest.PadSequence (5 ms) 2022-12-01T10:52:01.2629369Z [----------] 7 tests from NNUtilsTest (236 ms total) 2022-12-01T10:52:01.2629626Z 2022-12-01T10:52:01.2629835Z [----------] 3 tests from PackedSequenceTest 2022-12-01T10:52:01.2630156Z [ RUN ] PackedSequenceTest.WrongOrder 2022-12-01T10:52:01.2668904Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-12-01T10:52:01.2669229Z [ RUN ] PackedSequenceTest.TotalLength 2022-12-01T10:52:01.2743568Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-12-01T10:52:01.2743883Z [ RUN ] PackedSequenceTest.To 2022-12-01T10:52:01.2745952Z [ OK ] PackedSequenceTest.To (0 ms) 2022-12-01T10:52:01.2746481Z [----------] 3 tests from PackedSequenceTest (11 ms total) 2022-12-01T10:52:01.2746653Z 2022-12-01T10:52:01.2746811Z [----------] 34 tests from OptimTest 2022-12-01T10:52:01.2747113Z [ RUN ] OptimTest.OptimizerAccessors 2022-12-01T10:52:01.2763476Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2022-12-01T10:52:01.2764052Z [ RUN ] OptimTest.OldInterface 2022-12-01T10:52:01.2765241Z [ OK ] OptimTest.OldInterface (0 ms) 2022-12-01T10:52:01.2765809Z [ RUN ] OptimTest.XORConvergence_SGD 2022-12-01T10:52:02.4933062Z [ OK ] OptimTest.XORConvergence_SGD (1216 ms) 2022-12-01T10:52:02.4933440Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-12-01T10:52:03.3420258Z [ OK ] OptimTest.XORConvergence_LBFGS (848 ms) 2022-12-01T10:52:03.3420640Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-12-01T10:52:03.8107247Z [ OK ] OptimTest.XORConvergence_Adagrad (468 ms) 2022-12-01T10:52:03.8108031Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-12-01T10:52:04.2765432Z [ OK ] OptimTest.XORConvergence_RMSprop (465 ms) 2022-12-01T10:52:04.2766302Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-12-01T10:52:05.5832864Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1306 ms) 2022-12-01T10:52:05.5833682Z [ RUN ] OptimTest.XORConvergence_Adam 2022-12-01T10:52:06.0936134Z [ OK ] OptimTest.XORConvergence_Adam (510 ms) 2022-12-01T10:52:06.0936967Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-12-01T10:52:06.6071448Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (513 ms) 2022-12-01T10:52:06.6071861Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-12-01T10:52:06.7905525Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (183 ms) 2022-12-01T10:52:06.7905944Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-12-01T10:52:06.9801735Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (189 ms) 2022-12-01T10:52:06.9802460Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-12-01T10:52:07.1755416Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (195 ms) 2022-12-01T10:52:07.1755805Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-12-01T10:52:07.6965301Z [ OK ] OptimTest.XORConvergence_AdamW (520 ms) 2022-12-01T10:52:07.6965937Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-12-01T10:52:08.2186239Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (521 ms) 2022-12-01T10:52:08.2186681Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-12-01T10:52:08.4086048Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (190 ms) 2022-12-01T10:52:08.4086552Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-12-01T10:52:08.5908393Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (182 ms) 2022-12-01T10:52:08.5908864Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-12-01T10:52:08.7873851Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (196 ms) 2022-12-01T10:52:08.7874417Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-12-01T10:52:08.9398647Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (152 ms) 2022-12-01T10:52:08.9399065Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-12-01T10:52:09.0989794Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (159 ms) 2022-12-01T10:52:09.0990259Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-12-01T10:52:09.2583696Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (159 ms) 2022-12-01T10:52:09.2584150Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-12-01T10:52:09.4194504Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (161 ms) 2022-12-01T10:52:09.4194935Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-12-01T10:52:09.5872655Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (167 ms) 2022-12-01T10:52:09.5873195Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-12-01T10:52:09.7695141Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (182 ms) 2022-12-01T10:52:09.7695661Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-12-01T10:52:09.9606560Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (191 ms) 2022-12-01T10:52:09.9607083Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-12-01T10:52:10.0844716Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (123 ms) 2022-12-01T10:52:10.0845108Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-12-01T10:52:10.2149412Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (130 ms) 2022-12-01T10:52:10.2149862Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-12-01T10:52:10.3637233Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (148 ms) 2022-12-01T10:52:10.3637754Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-12-01T10:52:10.5188188Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (155 ms) 2022-12-01T10:52:10.5188652Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-12-01T10:52:10.6595047Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (140 ms) 2022-12-01T10:52:10.6595438Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-12-01T10:52:11.3011476Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (641 ms) 2022-12-01T10:52:11.3012351Z [ RUN ] OptimTest.ZeroGrad 2022-12-01T10:52:11.3012656Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-12-01T10:52:11.3013027Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-12-01T10:52:11.3013910Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-12-01T10:52:11.3014437Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-12-01T10:52:11.3015488Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-12-01T10:52:11.3016019Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-12-01T10:52:11.3016652Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-12-01T10:52:11.3017089Z [----------] 34 tests from OptimTest (10027 ms total) 2022-12-01T10:52:11.3017244Z 2022-12-01T10:52:11.3017403Z [----------] 29 tests from OrderedDictTest 2022-12-01T10:52:11.3017766Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-12-01T10:52:11.3018207Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-12-01T10:52:11.3018663Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-12-01T10:52:11.3019170Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-12-01T10:52:11.3019641Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-12-01T10:52:11.3020081Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-12-01T10:52:11.3020547Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T10:52:11.3042844Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T10:52:11.3043333Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-12-01T10:52:11.3043715Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-12-01T10:52:11.3044169Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-12-01T10:52:11.3065950Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-12-01T10:52:11.3066432Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-12-01T10:52:11.3066837Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-12-01T10:52:11.3067205Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-12-01T10:52:11.3076293Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-12-01T10:52:11.3076756Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-12-01T10:52:11.3077139Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-12-01T10:52:11.3077491Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-12-01T10:52:11.3087315Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-12-01T10:52:11.3088085Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-12-01T10:52:11.3088605Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-12-01T10:52:11.3089137Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-12-01T10:52:11.3089739Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-12-01T10:52:11.3090332Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T10:52:11.3090916Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T10:52:11.3091531Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-12-01T10:52:11.3092436Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-12-01T10:52:11.3093054Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-12-01T10:52:11.3111089Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T10:52:11.3111666Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-12-01T10:52:11.3112187Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-12-01T10:52:11.3112647Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-12-01T10:52:11.3123070Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-12-01T10:52:11.3123778Z [ RUN ] OrderedDictTest.CanIterateItems 2022-12-01T10:52:11.3124425Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-12-01T10:52:11.3124980Z [ RUN ] OrderedDictTest.EraseWorks 2022-12-01T10:52:11.3125298Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-12-01T10:52:11.3125641Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-12-01T10:52:11.3126017Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-12-01T10:52:11.3126367Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-12-01T10:52:11.3126709Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-12-01T10:52:11.3127035Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-12-01T10:52:11.3127348Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-12-01T10:52:11.3127679Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-12-01T10:52:11.3128017Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-12-01T10:52:11.3128329Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-12-01T10:52:11.3128652Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-12-01T10:52:11.3128989Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-12-01T10:52:11.3129342Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-12-01T10:52:11.3129747Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-12-01T10:52:11.3146823Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-12-01T10:52:11.3147518Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-12-01T10:52:11.3147858Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-12-01T10:52:11.3148220Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-12-01T10:52:11.3148598Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-12-01T10:52:11.3148962Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-12-01T10:52:11.3149310Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-12-01T10:52:11.3149668Z [----------] 29 tests from OrderedDictTest (13 ms total) 2022-12-01T10:52:11.3149830Z 2022-12-01T10:52:11.3149969Z [----------] 13 tests from RNNTest 2022-12-01T10:52:11.3150233Z [ RUN ] RNNTest.CheckOutputSizes 2022-12-01T10:52:11.3216461Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-12-01T10:52:11.3216923Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-12-01T10:52:11.3281007Z [ OK ] RNNTest.CheckOutputSizesProj (6 ms) 2022-12-01T10:52:11.3281476Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-12-01T10:52:11.3284935Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-12-01T10:52:11.3285502Z [ RUN ] RNNTest.EndToEndLSTM 2022-12-01T10:52:12.9852774Z [ OK ] RNNTest.EndToEndLSTM (1656 ms) 2022-12-01T10:52:12.9853151Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-12-01T10:52:14.6267160Z [ OK ] RNNTest.EndToEndLSTMProj (1641 ms) 2022-12-01T10:52:14.6267519Z [ RUN ] RNNTest.EndToEndGRU 2022-12-01T10:52:16.0912329Z [ OK ] RNNTest.EndToEndGRU (1464 ms) 2022-12-01T10:52:16.0912685Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-12-01T10:52:16.8968355Z [ OK ] RNNTest.EndToEndRNNRelu (805 ms) 2022-12-01T10:52:16.8968695Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-12-01T10:52:17.8028366Z [ OK ] RNNTest.EndToEndRNNTanh (905 ms) 2022-12-01T10:52:17.8028743Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-12-01T10:52:17.8049460Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-12-01T10:52:17.8050061Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-12-01T10:52:17.8158663Z [ OK ] RNNTest.BidirectionalFlattenParameters (10 ms) 2022-12-01T10:52:17.8159248Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-12-01T10:52:17.8170398Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-12-01T10:52:17.8171011Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-12-01T10:52:17.8181210Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-12-01T10:52:17.8181791Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-12-01T10:52:17.8198749Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-12-01T10:52:17.8199537Z [----------] 13 tests from RNNTest (6505 ms total) 2022-12-01T10:52:17.8199793Z 2022-12-01T10:52:17.8200104Z [----------] 19 tests from SequentialTest 2022-12-01T10:52:17.8200630Z [ RUN ] SequentialTest.CanContainThings 2022-12-01T10:52:17.8201135Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-12-01T10:52:17.8201509Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-12-01T10:52:17.8201894Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:52:17.8202286Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-12-01T10:52:17.8202677Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-12-01T10:52:17.8203051Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-12-01T10:52:17.8203438Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:52:17.8203809Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-12-01T10:52:17.8204180Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:52:17.8204498Z [ RUN ] SequentialTest.AccessWithAt 2022-12-01T10:52:17.8224856Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-12-01T10:52:17.8225429Z [ RUN ] SequentialTest.AccessWithPtr 2022-12-01T10:52:17.8247730Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-12-01T10:52:17.8248445Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-12-01T10:52:17.8259416Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-12-01T10:52:17.8260153Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-12-01T10:52:17.8260559Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-12-01T10:52:17.8261011Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-12-01T10:52:17.8270702Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-12-01T10:52:17.8271256Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-12-01T10:52:17.8272264Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-12-01T10:52:17.8273069Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-12-01T10:52:17.8273911Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-12-01T10:52:17.8274608Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-12-01T10:52:17.8275778Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T10:52:17.8276619Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-12-01T10:52:17.8277402Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-12-01T10:52:17.8278063Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-12-01T10:52:17.8278842Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-12-01T10:52:17.8279456Z [ RUN ] SequentialTest.IsCloneable 2022-12-01T10:52:17.8281181Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-12-01T10:52:17.8281583Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-12-01T10:52:17.8282162Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:52:17.8282608Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-12-01T10:52:17.8284300Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-12-01T10:52:17.8284705Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-12-01T10:52:17.8313533Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-12-01T10:52:17.8314244Z [----------] 19 tests from SequentialTest (11 ms total) 2022-12-01T10:52:17.8314409Z 2022-12-01T10:52:17.8314558Z [----------] 11 tests from TransformerTest 2022-12-01T10:52:17.8314896Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-12-01T10:52:17.8387720Z [ OK ] TransformerTest.TransformerEncoderLayer (7 ms) 2022-12-01T10:52:17.8388120Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-12-01T10:52:17.8464272Z [ OK ] TransformerTest.TransformerDecoderLayer (7 ms) 2022-12-01T10:52:17.8464711Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-12-01T10:52:17.8513153Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (4 ms) 2022-12-01T10:52:17.8513549Z [ RUN ] TransformerTest.TransformerEncoder 2022-12-01T10:52:17.8668097Z [ OK ] TransformerTest.TransformerEncoder (15 ms) 2022-12-01T10:52:17.8668509Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-12-01T10:52:17.8671428Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-12-01T10:52:17.8671941Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-12-01T10:52:17.8679827Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-12-01T10:52:17.8680293Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-12-01T10:52:17.8681538Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-12-01T10:52:17.8682010Z [ RUN ] TransformerTest.TransformerDecoder 2022-12-01T10:52:17.9101476Z [ OK ] TransformerTest.TransformerDecoder (41 ms) 2022-12-01T10:52:17.9102010Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-12-01T10:52:17.9112580Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-12-01T10:52:17.9112953Z [ RUN ] TransformerTest.Transformer 2022-12-01T10:52:17.9267479Z [ OK ] TransformerTest.Transformer (15 ms) 2022-12-01T10:52:17.9268013Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-12-01T10:52:17.9326588Z [ OK ] TransformerTest.TransformerArgsCorrectness (5 ms) 2022-12-01T10:52:17.9327187Z [----------] 11 tests from TransformerTest (101 ms total) 2022-12-01T10:52:17.9327340Z 2022-12-01T10:52:17.9327495Z [----------] 22 tests from SerializeTest 2022-12-01T10:52:17.9327797Z [ RUN ] SerializeTest.KeysFunc 2022-12-01T10:52:17.9330979Z [ OK ] SerializeTest.KeysFunc (0 ms) 2022-12-01T10:52:17.9331272Z [ RUN ] SerializeTest.TryReadFunc 2022-12-01T10:52:17.9334104Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-12-01T10:52:17.9334399Z [ RUN ] SerializeTest.Basic 2022-12-01T10:52:17.9336508Z [ OK ] SerializeTest.Basic (0 ms) 2022-12-01T10:52:17.9336802Z [ RUN ] SerializeTest.BasicToFile 2022-12-01T10:52:17.9340049Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-12-01T10:52:17.9340362Z [ RUN ] SerializeTest.BasicViaFunc 2022-12-01T10:52:17.9343616Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-12-01T10:52:17.9343931Z [ RUN ] SerializeTest.Resized 2022-12-01T10:52:17.9345967Z [ OK ] SerializeTest.Resized (0 ms) 2022-12-01T10:52:17.9346265Z [ RUN ] SerializeTest.Sliced 2022-12-01T10:52:17.9348440Z [ OK ] SerializeTest.Sliced (0 ms) 2022-12-01T10:52:17.9348750Z [ RUN ] SerializeTest.NonContiguous 2022-12-01T10:52:17.9350958Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-12-01T10:52:17.9351277Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-12-01T10:52:17.9431654Z [ OK ] SerializeTest.ErrorOnMissingKey (8 ms) 2022-12-01T10:52:17.9431980Z [ RUN ] SerializeTest.XOR 2022-12-01T10:52:18.1058496Z [ OK ] SerializeTest.XOR (162 ms) 2022-12-01T10:52:18.1058811Z [ RUN ] SerializeTest.Optim 2022-12-01T10:52:18.1080078Z [ OK ] SerializeTest.Optim (2 ms) 2022-12-01T10:52:18.1080432Z [ RUN ] SerializeTest.Optim_Adagrad 2022-12-01T10:52:18.1110095Z [ OK ] SerializeTest.Optim_Adagrad (2 ms) 2022-12-01T10:52:18.1110417Z [ RUN ] SerializeTest.Optim_SGD 2022-12-01T10:52:18.1137407Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-12-01T10:52:18.1137736Z [ RUN ] SerializeTest.Optim_Adam 2022-12-01T10:52:18.1171173Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-12-01T10:52:18.1171474Z [ RUN ] SerializeTest.Optim_AdamW 2022-12-01T10:52:18.1205229Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-12-01T10:52:18.1205523Z [ RUN ] SerializeTest.Optim_RMSprop 2022-12-01T10:52:18.1238366Z [ OK ] SerializeTest.Optim_RMSprop (3 ms) 2022-12-01T10:52:18.1238671Z [ RUN ] SerializeTest.Optim_LBFGS 2022-12-01T10:52:18.1271452Z [ OK ] SerializeTest.Optim_LBFGS (3 ms) 2022-12-01T10:52:18.1271978Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-12-01T10:52:18.1275633Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-12-01T10:52:18.1276137Z [ RUN ] SerializeTest.VectorOfTensors 2022-12-01T10:52:18.1278304Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-12-01T10:52:18.1278665Z [ RUN ] SerializeTest.IValue 2022-12-01T10:52:18.1281209Z [ OK ] SerializeTest.IValue (0 ms) 2022-12-01T10:52:18.1281750Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-12-01T10:52:18.1283414Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-12-01T10:52:18.1283954Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-12-01T10:52:18.1288556Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-12-01T10:52:18.1289262Z [----------] 22 tests from SerializeTest (196 ms total) 2022-12-01T10:52:18.1289584Z 2022-12-01T10:52:18.1290074Z [----------] 1 test from SpecialTest 2022-12-01T10:52:18.1290561Z [ RUN ] SpecialTest.special 2022-12-01T10:52:18.1291095Z [ OK ] SpecialTest.special (0 ms) 2022-12-01T10:52:18.1291800Z [----------] 1 test from SpecialTest (0 ms total) 2022-12-01T10:52:18.1292062Z 2022-12-01T10:52:18.1292330Z [----------] 5 tests from TestStatic 2022-12-01T10:52:18.1292784Z [ RUN ] TestStatic.AllOf 2022-12-01T10:52:18.1293220Z [ OK ] TestStatic.AllOf (0 ms) 2022-12-01T10:52:18.1293675Z [ RUN ] TestStatic.AnyOf 2022-12-01T10:52:18.1294155Z [ OK ] TestStatic.AnyOf (0 ms) 2022-12-01T10:52:18.1294664Z [ RUN ] TestStatic.EnableIfModule 2022-12-01T10:52:18.1295197Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-12-01T10:52:18.1295949Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-12-01T10:52:18.1296294Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-12-01T10:52:18.1296584Z [ RUN ] TestStatic.Apply 2022-12-01T10:52:18.1296838Z [ OK ] TestStatic.Apply (0 ms) 2022-12-01T10:52:18.1297200Z [----------] 5 tests from TestStatic (0 ms total) 2022-12-01T10:52:18.1297348Z 2022-12-01T10:52:18.1297502Z [----------] 45 tests from TensorTest 2022-12-01T10:52:18.1297750Z [ RUN ] TensorTest.ToDtype 2022-12-01T10:52:18.1298023Z [ OK ] TensorTest.ToDtype (0 ms) 2022-12-01T10:52:18.1298348Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-12-01T10:52:18.1298712Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-12-01T10:52:18.1299073Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-12-01T10:52:18.1317155Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-12-01T10:52:18.1317720Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-12-01T10:52:18.1318310Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-12-01T10:52:18.1318831Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-12-01T10:52:18.1319218Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-12-01T10:52:18.1319806Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-12-01T10:52:18.1329655Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-12-01T10:52:18.1330113Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-12-01T10:52:18.1330481Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-12-01T10:52:18.1330884Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-12-01T10:52:18.1372659Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-12-01T10:52:18.1373654Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-12-01T10:52:18.1374187Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-12-01T10:52:18.1374781Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-12-01T10:52:18.1375248Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-12-01T10:52:18.1375855Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-12-01T10:52:18.1376413Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-12-01T10:52:18.1376817Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-12-01T10:52:18.1377246Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-12-01T10:52:18.1377659Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-12-01T10:52:18.1378090Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-12-01T10:52:18.1378497Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-12-01T10:52:18.1379101Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-12-01T10:52:18.1379551Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-12-01T10:52:18.1379991Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-12-01T10:52:18.1380414Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-12-01T10:52:18.1382082Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-12-01T10:52:18.1382574Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-12-01T10:52:18.1383112Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-12-01T10:52:18.1383522Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-12-01T10:52:18.1383998Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-12-01T10:52:18.1384416Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-12-01T10:52:18.1440727Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (5 ms) 2022-12-01T10:52:18.1441207Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-12-01T10:52:18.1441601Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-12-01T10:52:18.1442085Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-12-01T10:52:18.1442477Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-12-01T10:52:18.1453194Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-12-01T10:52:18.1453904Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-12-01T10:52:18.1454766Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-12-01T10:52:18.1455372Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-12-01T10:52:18.1457616Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-12-01T10:52:18.1458068Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-12-01T10:52:18.1458481Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-12-01T10:52:18.1458820Z [ RUN ] TensorTest.Arange 2022-12-01T10:52:18.1459092Z [ OK ] TensorTest.Arange (0 ms) 2022-12-01T10:52:18.1459430Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-12-01T10:52:18.1459828Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-12-01T10:52:18.1460271Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-12-01T10:52:18.1519399Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (6 ms) 2022-12-01T10:52:18.1520016Z [ RUN ] TensorTest.FromBlob 2022-12-01T10:52:18.1520511Z [ OK ] TensorTest.FromBlob (0 ms) 2022-12-01T10:52:18.1521007Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-12-01T10:52:18.1521624Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-12-01T10:52:18.1522022Z [ RUN ] TensorTest.FromBlobWithStrides 2022-12-01T10:52:18.1522357Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-12-01T10:52:18.1522627Z [ RUN ] TensorTest.Item 2022-12-01T10:52:18.1522895Z [ OK ] TensorTest.Item (0 ms) 2022-12-01T10:52:18.1523161Z [ RUN ] TensorTest.DataPtr 2022-12-01T10:52:18.1523436Z [ OK ] TensorTest.DataPtr (0 ms) 2022-12-01T10:52:18.1523683Z [ RUN ] TensorTest.Data 2022-12-01T10:52:18.1523942Z [ OK ] TensorTest.Data (0 ms) 2022-12-01T10:52:18.1524225Z [ RUN ] TensorTest.BackwardAndGrad 2022-12-01T10:52:18.1524530Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-12-01T10:52:18.1524858Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-12-01T10:52:18.1525209Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-12-01T10:52:18.1525551Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-12-01T10:52:18.1553942Z [ OK ] TensorTest.BackwardNonScalarOutputs (3 ms) 2022-12-01T10:52:18.1554489Z [ RUN ] TensorTest.IsLeaf 2022-12-01T10:52:18.1554986Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-12-01T10:52:18.1555476Z [ RUN ] TensorTest.OutputNr 2022-12-01T10:52:18.1555989Z [ OK ] TensorTest.OutputNr (0 ms) 2022-12-01T10:52:18.1556554Z [ RUN ] TensorTest.Version 2022-12-01T10:52:18.1557034Z [ OK ] TensorTest.Version (0 ms) 2022-12-01T10:52:18.1557492Z [ RUN ] TensorTest.Detach 2022-12-01T10:52:18.1557767Z [ OK ] TensorTest.Detach (0 ms) 2022-12-01T10:52:18.1558035Z [ RUN ] TensorTest.DetachInplace 2022-12-01T10:52:18.1558334Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-12-01T10:52:18.1558615Z [ RUN ] TensorTest.SetData 2022-12-01T10:52:18.1559039Z [ OK ] TensorTest.SetData (0 ms) 2022-12-01T10:52:18.1559332Z [ RUN ] TensorTest.RequiresGradInplace 2022-12-01T10:52:18.1580809Z [ OK ] TensorTest.RequiresGradInplace (2 ms) 2022-12-01T10:52:18.1581379Z [ RUN ] TensorTest.StdDimension 2022-12-01T10:52:18.1581938Z [ OK ] TensorTest.StdDimension (0 ms) 2022-12-01T10:52:18.1582495Z [ RUN ] TensorTest.ReshapeAlias 2022-12-01T10:52:18.1583734Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-12-01T10:52:18.1584304Z [----------] 45 tests from TensorTest (29 ms total) 2022-12-01T10:52:18.1584579Z 2022-12-01T10:52:18.1584779Z [----------] 36 tests from TensorIndexingTest 2022-12-01T10:52:18.1585075Z [ RUN ] TensorIndexingTest.Slice 2022-12-01T10:52:18.1585380Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-12-01T10:52:18.1585678Z [ RUN ] TensorIndexingTest.TensorIndex 2022-12-01T10:52:18.1596337Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-12-01T10:52:18.1596804Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-12-01T10:52:18.1683208Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-12-01T10:52:18.1683618Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-12-01T10:52:18.1685309Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-12-01T10:52:18.1686003Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-12-01T10:52:18.1686622Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-12-01T10:52:18.1687069Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-12-01T10:52:18.1687427Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-12-01T10:52:18.1687829Z [ RUN ] TensorIndexingTest.TestNone 2022-12-01T10:52:18.1688133Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-12-01T10:52:18.1688449Z [ RUN ] TensorIndexingTest.TestStep 2022-12-01T10:52:18.1688770Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-12-01T10:52:18.1689157Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-12-01T10:52:18.1689525Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-12-01T10:52:18.1689888Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-12-01T10:52:18.1691441Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-12-01T10:52:18.1692028Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-12-01T10:52:18.1692501Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-12-01T10:52:18.1692904Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-12-01T10:52:18.1693407Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-12-01T10:52:18.1693863Z [ RUN ] TensorIndexingTest.TestByteMask 2022-12-01T10:52:18.1694389Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-12-01T10:52:18.1694918Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-12-01T10:52:18.1695414Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-12-01T10:52:18.1696030Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-12-01T10:52:18.1696704Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-12-01T10:52:18.1697357Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-12-01T10:52:18.1697968Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-12-01T10:52:18.1698466Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-12-01T10:52:18.1698998Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-12-01T10:52:18.1699419Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-12-01T10:52:18.1699869Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-12-01T10:52:18.1700461Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-12-01T10:52:18.1700855Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-12-01T10:52:18.1701225Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-12-01T10:52:18.1701584Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-12-01T10:52:18.1701988Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-12-01T10:52:18.1758132Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (5 ms) 2022-12-01T10:52:18.1758530Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-12-01T10:52:18.1778582Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-12-01T10:52:18.1779267Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-12-01T10:52:18.1779682Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-12-01T10:52:18.1780317Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-12-01T10:52:18.1781063Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-12-01T10:52:18.1781486Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-12-01T10:52:18.1869018Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (8 ms) 2022-12-01T10:52:18.1869664Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-12-01T10:52:18.1870571Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-12-01T10:52:18.1871365Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-12-01T10:52:18.1983529Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (11 ms) 2022-12-01T10:52:18.1984270Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-12-01T10:52:18.2090760Z [ OK ] TensorIndexingTest.TestGetitemScalars (10 ms) 2022-12-01T10:52:18.2091462Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-12-01T10:52:18.2197446Z [ OK ] TensorIndexingTest.TestSetitemScalars (10 ms) 2022-12-01T10:52:18.2198133Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-12-01T10:52:18.2198797Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-12-01T10:52:18.2199442Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-12-01T10:52:18.2200056Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-12-01T10:52:18.2200673Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-12-01T10:52:18.2201386Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-12-01T10:52:18.2202086Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-12-01T10:52:18.2202764Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-12-01T10:52:18.2203410Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-12-01T10:52:18.2204084Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-12-01T10:52:18.2204755Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-12-01T10:52:18.2298282Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (9 ms) 2022-12-01T10:52:18.2298978Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-12-01T10:52:18.2319430Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-12-01T10:52:18.2320143Z [----------] 36 tests from TensorIndexingTest (73 ms total) 2022-12-01T10:52:18.2320439Z 2022-12-01T10:52:18.2320689Z [----------] 18 tests from NumpyTests 2022-12-01T10:52:18.2321187Z [ RUN ] NumpyTests.TestNoneIndex 2022-12-01T10:52:18.2321727Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-12-01T10:52:18.2322271Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-12-01T10:52:18.2373066Z [ OK ] NumpyTests.TestEmptyFancyIndex (5 ms) 2022-12-01T10:52:18.2373663Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-12-01T10:52:18.2374608Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-12-01T10:52:18.2375182Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-12-01T10:52:18.2396050Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-12-01T10:52:18.2396465Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-12-01T10:52:18.2396953Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-12-01T10:52:18.2397286Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-12-01T10:52:18.2603886Z [ OK ] NumpyTests.TestBooleanShapeMismatch (20 ms) 2022-12-01T10:52:18.2604348Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-12-01T10:52:18.2604722Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-12-01T10:52:18.2605102Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-12-01T10:52:18.2753241Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (14 ms) 2022-12-01T10:52:18.2753701Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-12-01T10:52:18.2754906Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-12-01T10:52:18.2755330Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-12-01T10:52:18.2862083Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (10 ms) 2022-12-01T10:52:18.2862568Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-12-01T10:52:18.2969642Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (10 ms) 2022-12-01T10:52:18.2970267Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-12-01T10:52:18.2970941Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-12-01T10:52:18.2971334Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-12-01T10:52:18.2972067Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-12-01T10:52:18.2972728Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-12-01T10:52:18.2973126Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-12-01T10:52:18.2973483Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-12-01T10:52:18.3184843Z [ OK ] NumpyTests.TestBroaderrorsIndexing (21 ms) 2022-12-01T10:52:18.3185254Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-12-01T10:52:18.3454253Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (26 ms) 2022-12-01T10:52:18.3454627Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-12-01T10:52:18.3455024Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-12-01T10:52:18.3455426Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-12-01T10:52:18.3456630Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-12-01T10:52:18.3457173Z [----------] 18 tests from NumpyTests (113 ms total) 2022-12-01T10:52:18.3457447Z 2022-12-01T10:52:18.3457748Z [----------] 5 tests from TensorOptionsTest 2022-12-01T10:52:18.3458383Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-12-01T10:52:18.3459099Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-12-01T10:52:18.3459884Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-12-01T10:52:18.3460858Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-12-01T10:52:18.3461688Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-12-01T10:52:18.3462106Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-12-01T10:52:18.3462527Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-12-01T10:52:18.3462954Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-12-01T10:52:18.3463359Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-12-01T10:52:18.3463776Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-12-01T10:52:18.3464356Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-12-01T10:52:18.3464523Z 2022-12-01T10:52:18.3464666Z [----------] 1 test from DeviceTest 2022-12-01T10:52:18.3464973Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-12-01T10:52:18.3543418Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-12-01T10:52:18.3544222Z [----------] 1 test from DeviceTest (8 ms total) 2022-12-01T10:52:18.3544458Z 2022-12-01T10:52:18.3544682Z [----------] 3 tests from DefaultDtypeTest 2022-12-01T10:52:18.3545113Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-12-01T10:52:18.3545620Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-12-01T10:52:18.3546155Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-12-01T10:52:18.3546718Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-12-01T10:52:18.3547287Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-12-01T10:52:18.3547864Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-12-01T10:52:18.3548372Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-12-01T10:52:18.3548561Z 2022-12-01T10:52:18.3548762Z [----------] 1 test from TorchIncludeTest 2022-12-01T10:52:18.3549175Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-12-01T10:52:18.3688558Z [ OK ] TorchIncludeTest.GetSetNumThreads (14 ms) 2022-12-01T10:52:18.3689205Z [----------] 1 test from TorchIncludeTest (14 ms total) 2022-12-01T10:52:18.3689522Z 2022-12-01T10:52:18.3689717Z [----------] 28 tests from InferenceModeTest 2022-12-01T10:52:18.3690031Z [ RUN ] InferenceModeTest.TestTLSState 2022-12-01T10:52:18.3690351Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-12-01T10:52:18.3690730Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-12-01T10:52:18.3691156Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-12-01T10:52:18.3691555Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-12-01T10:52:18.3761540Z [ OK ] InferenceModeTest.TestExistingAutogradSession (7 ms) 2022-12-01T10:52:18.3762417Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-12-01T10:52:18.3762991Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-12-01T10:52:18.3763518Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-12-01T10:52:18.3764049Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-12-01T10:52:18.3764562Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-12-01T10:52:18.3765053Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-12-01T10:52:18.3765574Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-12-01T10:52:18.3766098Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-12-01T10:52:18.3766612Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-12-01T10:52:18.3816877Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (5 ms) 2022-12-01T10:52:18.3817806Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-12-01T10:52:18.3818714Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-12-01T10:52:18.3819653Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-12-01T10:52:18.3820638Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-12-01T10:52:18.3821603Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-12-01T10:52:18.3822759Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-12-01T10:52:18.3823704Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-12-01T10:52:18.3824811Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-12-01T10:52:18.3825834Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-12-01T10:52:18.3853299Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-12-01T10:52:18.3854252Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-12-01T10:52:18.3885649Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (3 ms) 2022-12-01T10:52:18.3886631Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-12-01T10:52:18.3967192Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (8 ms) 2022-12-01T10:52:18.3967887Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-12-01T10:52:18.3968390Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-12-01T10:52:18.3968846Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-12-01T10:52:18.3999718Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (3 ms) 2022-12-01T10:52:18.4000371Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-12-01T10:52:18.4022015Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-12-01T10:52:18.4022646Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-12-01T10:52:18.4083815Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (6 ms) 2022-12-01T10:52:18.4084456Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-12-01T10:52:18.4206774Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (12 ms) 2022-12-01T10:52:18.4207419Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-12-01T10:52:18.4279363Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (7 ms) 2022-12-01T10:52:18.4280008Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-12-01T10:52:18.4290081Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-12-01T10:52:18.4290527Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-12-01T10:52:18.4323364Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-12-01T10:52:18.4323928Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-12-01T10:52:18.4394915Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (7 ms) 2022-12-01T10:52:18.4395762Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-12-01T10:52:18.4396560Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-12-01T10:52:18.4397344Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-12-01T10:52:18.4397906Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-12-01T10:52:18.4398281Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-12-01T10:52:18.4398645Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-12-01T10:52:18.4399091Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-12-01T10:52:18.4399597Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-12-01T10:52:18.4400017Z [----------] 28 tests from InferenceModeTest (70 ms total) 2022-12-01T10:52:18.4400180Z 2022-12-01T10:52:18.4400329Z [----------] 4 tests from GradModeTest 2022-12-01T10:52:18.4400662Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-12-01T10:52:18.4401195Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-12-01T10:52:18.4401582Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-12-01T10:52:18.4401960Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-12-01T10:52:18.4402322Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-12-01T10:52:18.4402732Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-12-01T10:52:18.4403105Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-12-01T10:52:18.4429452Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (3 ms) 2022-12-01T10:52:18.4429907Z [----------] 4 tests from GradModeTest (3 ms total) 2022-12-01T10:52:18.4430066Z 2022-12-01T10:52:18.4430217Z [----------] 3 tests from OperationTest 2022-12-01T10:52:18.4430490Z [ RUN ] OperationTest.Lerp 2022-12-01T10:52:18.4438123Z [ OK ] OperationTest.Lerp (0 ms) 2022-12-01T10:52:18.4438628Z [ RUN ] OperationTest.Cross 2022-12-01T10:52:18.4466005Z [ OK ] OperationTest.Cross (2 ms) 2022-12-01T10:52:18.4466546Z [ RUN ] OperationTest.Linear_out 2022-12-01T10:52:18.4469862Z [ OK ] OperationTest.Linear_out (0 ms) 2022-12-01T10:52:18.4470568Z [----------] 3 tests from OperationTest (4 ms total) 2022-12-01T10:52:18.4470860Z 2022-12-01T10:52:18.4471051Z [----------] Global test environment tear-down 2022-12-01T10:52:18.4567397Z [==========] 991 tests from 48 test suites ran. (40346 ms total) 2022-12-01T10:52:18.4567870Z [ PASSED ] 991 tests. 2022-12-01T10:52:18.5320903Z + /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:52:18.7832656Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:52:18.7838078Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:52:18.7838599Z [==========] Running 801 tests from 25 test suites. 2022-12-01T10:52:18.7839091Z [----------] Global test environment set-up. 2022-12-01T10:52:18.7839522Z [----------] 1 test from Approx 2022-12-01T10:52:18.7839957Z [ RUN ] Approx.log_vml 2022-12-01T10:52:20.0234499Z [ OK ] Approx.log_vml (1239 ms) 2022-12-01T10:52:20.0235018Z [----------] 1 test from Approx (1239 ms total) 2022-12-01T10:52:20.0235251Z 2022-12-01T10:52:20.0235507Z [----------] 34 tests from ATen 2022-12-01T10:52:20.0235953Z [ RUN ] ATen._cast_Float 2022-12-01T10:52:20.0236458Z [ OK ] ATen._cast_Float (0 ms) 2022-12-01T10:52:20.0236904Z [ RUN ] ATen.negInt 2022-12-01T10:52:20.0241260Z [ OK ] ATen.negInt (0 ms) 2022-12-01T10:52:20.0241704Z [ RUN ] ATen.negFloat 2022-12-01T10:52:20.0245836Z [ OK ] ATen.negFloat (0 ms) 2022-12-01T10:52:20.0253143Z [ RUN ] ATen.addInt 2022-12-01T10:52:20.0253592Z [ OK ] ATen.addInt (0 ms) 2022-12-01T10:52:20.0254016Z [ RUN ] ATen.addFloat 2022-12-01T10:52:20.0260451Z [ OK ] ATen.addFloat (0 ms) 2022-12-01T10:52:20.0260896Z [ RUN ] ATen.subInt 2022-12-01T10:52:20.0267576Z [ OK ] ATen.subInt (0 ms) 2022-12-01T10:52:20.0268002Z [ RUN ] ATen.subFloat 2022-12-01T10:52:20.0274786Z [ OK ] ATen.subFloat (0 ms) 2022-12-01T10:52:20.0275225Z [ RUN ] ATen.lerp 2022-12-01T10:52:20.0283687Z [ OK ] ATen.lerp (0 ms) 2022-12-01T10:52:20.0284141Z [ RUN ] ATen.addcmulInt 2022-12-01T10:52:20.0292670Z [ OK ] ATen.addcmulInt (0 ms) 2022-12-01T10:52:20.0293150Z [ RUN ] ATen.addcmulFloat 2022-12-01T10:52:20.0301508Z [ OK ] ATen.addcmulFloat (0 ms) 2022-12-01T10:52:20.0301969Z [ RUN ] ATen.mulInt 2022-12-01T10:52:20.0307072Z [ OK ] ATen.mulInt (0 ms) 2022-12-01T10:52:20.0307527Z [ RUN ] ATen.mulFloat 2022-12-01T10:52:20.0312250Z [ OK ] ATen.mulFloat (0 ms) 2022-12-01T10:52:20.0312692Z [ RUN ] ATen.divInt 2022-12-01T10:52:20.0317726Z [ OK ] ATen.divInt (0 ms) 2022-12-01T10:52:20.0318307Z [ RUN ] ATen.divFloat 2022-12-01T10:52:20.0323178Z [ OK ] ATen.divFloat (0 ms) 2022-12-01T10:52:20.0323625Z [ RUN ] ATen.maxInt 2022-12-01T10:52:20.0328598Z [ OK ] ATen.maxInt (0 ms) 2022-12-01T10:52:20.0329025Z [ RUN ] ATen.maxFloat 2022-12-01T10:52:20.0334051Z [ OK ] ATen.maxFloat (0 ms) 2022-12-01T10:52:20.0334499Z [ RUN ] ATen.minInt 2022-12-01T10:52:20.0339330Z [ OK ] ATen.minInt (0 ms) 2022-12-01T10:52:20.0339776Z [ RUN ] ATen.minFloat 2022-12-01T10:52:20.0344893Z [ OK ] ATen.minFloat (0 ms) 2022-12-01T10:52:20.0345351Z [ RUN ] ATen.reluInt 2022-12-01T10:52:20.0349063Z [ OK ] ATen.reluInt (0 ms) 2022-12-01T10:52:20.0349520Z [ RUN ] ATen.reluFloat 2022-12-01T10:52:20.0353469Z [ OK ] ATen.reluFloat (0 ms) 2022-12-01T10:52:20.0353907Z [ RUN ] ATen.logFloat 2022-12-01T10:52:20.0358001Z [ OK ] ATen.logFloat (0 ms) 2022-12-01T10:52:20.0358399Z [ RUN ] ATen.fastLogFloat 2022-12-01T10:52:20.0510475Z [ OK ] ATen.fastLogFloat (15 ms) 2022-12-01T10:52:20.0510938Z [ RUN ] ATen.fastTanhFloat 2022-12-01T10:52:20.0569953Z [ OK ] ATen.fastTanhFloat (5 ms) 2022-12-01T10:52:20.0570442Z [ RUN ] ATen.fastSigmoidFloat 2022-12-01T10:52:20.0647644Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-12-01T10:52:20.0648153Z [ RUN ] ATen.log10Float 2022-12-01T10:52:20.0652136Z [ OK ] ATen.log10Float (0 ms) 2022-12-01T10:52:20.0652608Z [ RUN ] ATen.log2Float 2022-12-01T10:52:20.0656204Z [ OK ] ATen.log2Float (0 ms) 2022-12-01T10:52:20.0656658Z [ RUN ] ATen.expFloat 2022-12-01T10:52:20.0660467Z [ OK ] ATen.expFloat (0 ms) 2022-12-01T10:52:20.0660919Z [ RUN ] ATen.erfFloat 2022-12-01T10:52:20.0664714Z [ OK ] ATen.erfFloat (0 ms) 2022-12-01T10:52:20.0665164Z [ RUN ] ATen.cosFloat 2022-12-01T10:52:20.0668955Z [ OK ] ATen.cosFloat (0 ms) 2022-12-01T10:52:20.0669374Z [ RUN ] ATen.eqInt 2022-12-01T10:52:20.0674840Z [ OK ] ATen.eqInt (0 ms) 2022-12-01T10:52:20.0675275Z [ RUN ] ATen.geInt 2022-12-01T10:52:20.0680758Z [ OK ] ATen.geInt (0 ms) 2022-12-01T10:52:20.0681170Z [ RUN ] ATen.gtInt 2022-12-01T10:52:20.0686539Z [ OK ] ATen.gtInt (0 ms) 2022-12-01T10:52:20.0686967Z [ RUN ] ATen.leInt 2022-12-01T10:52:20.0692399Z [ OK ] ATen.leInt (0 ms) 2022-12-01T10:52:20.0692833Z [ RUN ] ATen.ltInt 2022-12-01T10:52:20.0698388Z [ OK ] ATen.ltInt (0 ms) 2022-12-01T10:52:20.0698855Z [----------] 34 tests from ATen (46 ms total) 2022-12-01T10:52:20.0699086Z 2022-12-01T10:52:20.0699376Z [----------] 26 tests from BoundsInference 2022-12-01T10:52:20.0699842Z [ RUN ] BoundsInference._1 2022-12-01T10:52:20.0701533Z [ OK ] BoundsInference._1 (0 ms) 2022-12-01T10:52:20.0701993Z [ RUN ] BoundsInference._2 2022-12-01T10:52:20.0704863Z [ OK ] BoundsInference._2 (0 ms) 2022-12-01T10:52:20.0705344Z [ RUN ] BoundsInference._3 2022-12-01T10:52:20.0708218Z [ OK ] BoundsInference._3 (0 ms) 2022-12-01T10:52:20.0708666Z [ RUN ] BoundsInference._4 2022-12-01T10:52:20.0714340Z [ OK ] BoundsInference._4 (0 ms) 2022-12-01T10:52:20.0714818Z [ RUN ] BoundsInference._5 2022-12-01T10:52:20.0728579Z [ OK ] BoundsInference._5 (1 ms) 2022-12-01T10:52:20.0729059Z [ RUN ] BoundsInference._6 2022-12-01T10:52:20.0738644Z [ OK ] BoundsInference._6 (1 ms) 2022-12-01T10:52:20.0739165Z [ RUN ] BoundsInference.Adjacent 2022-12-01T10:52:20.0745180Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-12-01T10:52:20.0745804Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-12-01T10:52:20.0751161Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-12-01T10:52:20.0751829Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-12-01T10:52:20.0756955Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-12-01T10:52:20.0757558Z [ RUN ] BoundsInference.CacheReads 2022-12-01T10:52:20.0786218Z [ OK ] BoundsInference.CacheReads (2 ms) 2022-12-01T10:52:20.0786773Z [ RUN ] BoundsInference.Flattened 2022-12-01T10:52:20.0799258Z [ OK ] BoundsInference.Flattened (1 ms) 2022-12-01T10:52:20.0799864Z [ RUN ] BoundsInference.GetPotentialHazards 2022-12-01T10:52:20.0800653Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-12-01T10:52:20.0801340Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-12-01T10:52:20.0805716Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-12-01T10:52:20.0806484Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-12-01T10:52:20.0811336Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-12-01T10:52:20.0812273Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-12-01T10:52:20.0824446Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-12-01T10:52:20.0825366Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-12-01T10:52:20.0830555Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-12-01T10:52:20.0831516Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-12-01T10:52:20.0832618Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-12-01T10:52:20.0833746Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-12-01T10:52:20.0836100Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-12-01T10:52:20.0837146Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-12-01T10:52:20.0840495Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-12-01T10:52:20.0841420Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-12-01T10:52:20.0856248Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-12-01T10:52:20.0857160Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-12-01T10:52:20.0867378Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-12-01T10:52:20.0868281Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-12-01T10:52:20.0871324Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-12-01T10:52:20.0872185Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-12-01T10:52:20.0875282Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-12-01T10:52:20.0876176Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-12-01T10:52:20.0879083Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-12-01T10:52:20.0879893Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-12-01T10:52:20.0883108Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-12-01T10:52:20.0883794Z [ RUN ] BoundsInference.IsOverlapping 2022-12-01T10:52:20.0907333Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-12-01T10:52:20.0907920Z [----------] 26 tests from BoundsInference (20 ms total) 2022-12-01T10:52:20.0908339Z 2022-12-01T10:52:20.0908563Z [----------] 4 tests from Conv 2022-12-01T10:52:20.0909017Z [ RUN ] Conv.DepthwiseConv2D 2022-12-01T10:52:20.3498466Z [ OK ] Conv.DepthwiseConv2D (258 ms) 2022-12-01T10:52:20.3499076Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-12-01T10:52:20.6031636Z [ OK ] Conv.DepthwiseConv2DNoBias (253 ms) 2022-12-01T10:52:20.6032264Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-12-01T10:52:20.7984829Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (195 ms) 2022-12-01T10:52:20.7985417Z [ RUN ] Conv.Conv2D 2022-12-01T10:52:21.7810908Z [ OK ] Conv.Conv2D (982 ms) 2022-12-01T10:52:21.7811448Z [----------] 4 tests from Conv (1690 ms total) 2022-12-01T10:52:21.7811829Z 2022-12-01T10:52:21.7812108Z [----------] 28 tests from CppPrinter 2022-12-01T10:52:21.7812570Z [ RUN ] CppPrinter.IntImm 2022-12-01T10:52:21.7813052Z [ OK ] CppPrinter.IntImm (0 ms) 2022-12-01T10:52:21.7813476Z [ RUN ] CppPrinter.FloatImm 2022-12-01T10:52:21.7813857Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-12-01T10:52:21.7814247Z [ RUN ] CppPrinter.FloatImm1 2022-12-01T10:52:21.7814592Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-12-01T10:52:21.7815500Z [ RUN ] CppPrinter.DoubleImm 2022-12-01T10:52:21.7815839Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-12-01T10:52:21.7816123Z [ RUN ] CppPrinter.DoubleImm1 2022-12-01T10:52:21.7816403Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-12-01T10:52:21.7816699Z [ RUN ] CppPrinter.HalfImm 2022-12-01T10:52:21.7817494Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-12-01T10:52:21.7817851Z [ RUN ] CppPrinter.Add 2022-12-01T10:52:21.7818165Z [ OK ] CppPrinter.Add (0 ms) 2022-12-01T10:52:21.7818528Z [ RUN ] CppPrinter.AddExpr1 2022-12-01T10:52:21.7818970Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-12-01T10:52:21.7819406Z [ RUN ] CppPrinter.AddExpr2 2022-12-01T10:52:21.7819740Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-12-01T10:52:21.7820029Z [ RUN ] CppPrinter.AddExpr3 2022-12-01T10:52:21.7820355Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-12-01T10:52:21.7820756Z [ RUN ] CppPrinter.Mod 2022-12-01T10:52:21.7821205Z [ OK ] CppPrinter.Mod (0 ms) 2022-12-01T10:52:21.7821621Z [ RUN ] CppPrinter.ModFloat 2022-12-01T10:52:21.7822133Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-12-01T10:52:21.7822620Z [ RUN ] CppPrinter.Max 2022-12-01T10:52:21.7823082Z [ OK ] CppPrinter.Max (0 ms) 2022-12-01T10:52:21.7823363Z [ RUN ] CppPrinter.MaxFloat 2022-12-01T10:52:21.7823644Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-12-01T10:52:21.7823919Z [ RUN ] CppPrinter.MaxHalf 2022-12-01T10:52:21.7824182Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-12-01T10:52:21.7824445Z [ RUN ] CppPrinter.And 2022-12-01T10:52:21.7824709Z [ OK ] CppPrinter.And (0 ms) 2022-12-01T10:52:21.7824981Z [ RUN ] CppPrinter.CompareSelect 2022-12-01T10:52:21.7825285Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-12-01T10:52:21.7825574Z [ RUN ] CppPrinter.IfThenElse 2022-12-01T10:52:21.7825864Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-12-01T10:52:21.7826152Z [ RUN ] CppPrinter.AllocateFree 2022-12-01T10:52:21.7826652Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-12-01T10:52:21.7826930Z [ RUN ] CppPrinter.LoadStore 2022-12-01T10:52:21.7827212Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-12-01T10:52:21.7827474Z [ RUN ] CppPrinter.Var 2022-12-01T10:52:21.7827720Z [ OK ] CppPrinter.Var (0 ms) 2022-12-01T10:52:21.7828038Z [ RUN ] CppPrinter.Cast 2022-12-01T10:52:21.7828300Z [ OK ] CppPrinter.Cast (0 ms) 2022-12-01T10:52:21.7828565Z [ RUN ] CppPrinter.BitCast 2022-12-01T10:52:21.7828825Z [ OK ] CppPrinter.BitCast (0 ms) 2022-12-01T10:52:21.7829082Z [ RUN ] CppPrinter.Let 2022-12-01T10:52:21.7829340Z [ OK ] CppPrinter.Let (0 ms) 2022-12-01T10:52:21.7829579Z [ RUN ] CppPrinter.For 2022-12-01T10:52:21.7829836Z [ OK ] CppPrinter.For (0 ms) 2022-12-01T10:52:21.7830086Z [ RUN ] CppPrinter.Cond 2022-12-01T10:52:21.7830337Z [ OK ] CppPrinter.Cond (0 ms) 2022-12-01T10:52:21.7830606Z [ RUN ] CppPrinter.Intrinsics 2022-12-01T10:52:21.7830892Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-12-01T10:52:21.7831166Z [ RUN ] CppPrinter.ExternalCall 2022-12-01T10:52:21.7831461Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-12-01T10:52:21.7831785Z [----------] 28 tests from CppPrinter (0 ms total) 2022-12-01T10:52:21.7831937Z 2022-12-01T10:52:21.7832074Z [----------] 8 tests from DynamicShapes 2022-12-01T10:52:21.7832360Z [ RUN ] DynamicShapes.SimpleGraph 2022-12-01T10:52:21.8667051Z [ OK ] DynamicShapes.SimpleGraph (84 ms) 2022-12-01T10:52:21.8667416Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-12-01T10:52:21.9406377Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (73 ms) 2022-12-01T10:52:21.9406813Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-12-01T10:52:22.0115210Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (70 ms) 2022-12-01T10:52:22.0115640Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-12-01T10:52:22.0511557Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (39 ms) 2022-12-01T10:52:22.0511984Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-12-01T10:52:22.2167627Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (165 ms) 2022-12-01T10:52:22.2168049Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-12-01T10:52:22.6569771Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (440 ms) 2022-12-01T10:52:22.6570377Z [ RUN ] DynamicShapes.GraphFromModel 2022-12-01T10:52:23.0348244Z [ OK ] DynamicShapes.GraphFromModel (377 ms) 2022-12-01T10:52:23.0348915Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-12-01T10:52:23.1099589Z [ OK ] DynamicShapes.MultiThreadedExecution (75 ms) 2022-12-01T10:52:23.1100305Z [----------] 8 tests from DynamicShapes (1328 ms total) 2022-12-01T10:52:23.1100573Z 2022-12-01T10:52:23.1100799Z [----------] 30 tests from Expr 2022-12-01T10:52:23.1101262Z [ RUN ] Expr.BasicValueTest 2022-12-01T10:52:23.1101782Z [ OK ] Expr.BasicValueTest (0 ms) 2022-12-01T10:52:23.1102328Z [ RUN ] Expr.BasicValueTest02 2022-12-01T10:52:23.1102836Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-12-01T10:52:23.1103332Z [ RUN ] Expr.IsChannelsLastContiguous 2022-12-01T10:52:23.1103929Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-12-01T10:52:23.1104429Z [ RUN ] Expr.LetTest01 2022-12-01T10:52:23.1104864Z [ OK ] Expr.LetTest01 (0 ms) 2022-12-01T10:52:23.1105300Z [ RUN ] Expr.LetTest02 2022-12-01T10:52:23.1105747Z [ OK ] Expr.LetTest02 (0 ms) 2022-12-01T10:52:23.1106186Z [ RUN ] Expr.LetStmtTest01 2022-12-01T10:52:23.1106923Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-12-01T10:52:23.1107374Z [ RUN ] Expr.IntTest 2022-12-01T10:52:23.1107813Z [ OK ] Expr.IntTest (0 ms) 2022-12-01T10:52:23.1108232Z [ RUN ] Expr.FloatTest 2022-12-01T10:52:23.1108684Z [ OK ] Expr.FloatTest (0 ms) 2022-12-01T10:52:23.1109208Z [ RUN ] Expr.ByteTest 2022-12-01T10:52:23.1109639Z [ OK ] Expr.ByteTest (0 ms) 2022-12-01T10:52:23.1110069Z [ RUN ] Expr.CharTest 2022-12-01T10:52:23.1110514Z [ OK ] Expr.CharTest (0 ms) 2022-12-01T10:52:23.1110937Z [ RUN ] Expr.ShortTest 2022-12-01T10:52:23.1111385Z [ OK ] Expr.ShortTest (0 ms) 2022-12-01T10:52:23.1111817Z [ RUN ] Expr.LongTest 2022-12-01T10:52:23.1112246Z [ OK ] Expr.LongTest (0 ms) 2022-12-01T10:52:23.1112672Z [ RUN ] Expr.HalfTest 2022-12-01T10:52:23.1113115Z [ OK ] Expr.HalfTest (0 ms) 2022-12-01T10:52:23.1113539Z [ RUN ] Expr.DoubleTest 2022-12-01T10:52:23.1114000Z [ OK ] Expr.DoubleTest (0 ms) 2022-12-01T10:52:23.1114461Z [ RUN ] Expr.VectorAdd01 2022-12-01T10:52:23.1122541Z [ OK ] Expr.VectorAdd01 (2 ms) 2022-12-01T10:52:23.1123029Z [ RUN ] Expr.CompareSelectEQ 2022-12-01T10:52:23.1161871Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-12-01T10:52:23.1162411Z [ RUN ] Expr.CompareSelectDtypes 2022-12-01T10:52:23.1200973Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-12-01T10:52:23.1201513Z [ RUN ] Expr.IntrinsicsDtypes 2022-12-01T10:52:23.1208695Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-12-01T10:52:23.1209244Z [ RUN ] Expr.Substitute01 2022-12-01T10:52:23.1209512Z [ OK ] Expr.Substitute01 (0 ms) 2022-12-01T10:52:23.1209820Z [ RUN ] Expr.Math01 2022-12-01T10:52:23.1210134Z [ OK ] Expr.Math01 (0 ms) 2022-12-01T10:52:23.1210502Z [ RUN ] Expr.UnaryMath01 2022-12-01T10:52:23.1211131Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-12-01T10:52:23.1211577Z [ RUN ] Expr.BinaryMath01 2022-12-01T10:52:23.1212197Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-12-01T10:52:23.1212616Z [ RUN ] Expr.LogicalOps01 2022-12-01T10:52:23.1213024Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-12-01T10:52:23.1213337Z [ RUN ] Expr.LogicalOps02 2022-12-01T10:52:23.1213591Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-12-01T10:52:23.1213850Z [ RUN ] Expr.LogicalOps03 2022-12-01T10:52:23.1215105Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-12-01T10:52:23.1215389Z [ RUN ] Expr.BitwiseOps 2022-12-01T10:52:23.1215653Z [ OK ] Expr.BitwiseOps (0 ms) 2022-12-01T10:52:23.1215922Z [ RUN ] Expr.DynamicShapeAdd 2022-12-01T10:52:23.1218054Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-12-01T10:52:23.1218313Z [ RUN ] Expr.OutOfBounds 2022-12-01T10:52:23.1219720Z [ OK ] Expr.OutOfBounds (0 ms) 2022-12-01T10:52:23.1220038Z [ RUN ] Expr.OutOfBounds2d 2022-12-01T10:52:23.1227730Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-12-01T10:52:23.1228123Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-12-01T10:52:23.1232958Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-12-01T10:52:23.1233373Z [----------] 30 tests from Expr (13 ms total) 2022-12-01T10:52:23.1233512Z 2022-12-01T10:52:23.1233663Z [----------] 16 tests from ExternalCall 2022-12-01T10:52:23.1233951Z [ RUN ] ExternalCall.Conv1d_float 2022-12-01T10:52:23.1516887Z [ OK ] ExternalCall.Conv1d_float (28 ms) 2022-12-01T10:52:23.1517292Z [ RUN ] ExternalCall.Conv1d_int 2022-12-01T10:52:23.1814560Z [ OK ] ExternalCall.Conv1d_int (29 ms) 2022-12-01T10:52:23.1815251Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-12-01T10:52:23.2065375Z [ OK ] ExternalCall.Conv1d_nobias_noargs (24 ms) 2022-12-01T10:52:23.2065879Z [ RUN ] ExternalCall.Conv2d_float 2022-12-01T10:52:23.2389941Z [ OK ] ExternalCall.Conv2d_float (32 ms) 2022-12-01T10:52:23.2390790Z [ RUN ] ExternalCall.Conv2d_int 2022-12-01T10:52:23.2728181Z [ OK ] ExternalCall.Conv2d_int (33 ms) 2022-12-01T10:52:23.2728869Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-12-01T10:52:23.3009375Z [ OK ] ExternalCall.Conv2d_nobias_noargs (28 ms) 2022-12-01T10:52:23.3010476Z [ RUN ] ExternalCall.Addmm_float 2022-12-01T10:52:23.3276418Z [ OK ] ExternalCall.Addmm_float (26 ms) 2022-12-01T10:52:23.3277082Z [ RUN ] ExternalCall.Embedding 2022-12-01T10:52:23.3530864Z [ OK ] ExternalCall.Embedding (25 ms) 2022-12-01T10:52:23.3531312Z [ RUN ] ExternalCall.MaxReduction 2022-12-01T10:52:23.3770314Z [ OK ] ExternalCall.MaxReduction (23 ms) 2022-12-01T10:52:23.3770878Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-12-01T10:52:23.4041394Z [ OK ] ExternalCall.Prepacked_Linear_float (27 ms) 2022-12-01T10:52:23.4043956Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-12-01T10:52:23.4535708Z [ OK ] ExternalCall.Prepacked_Conv2d_float (49 ms) 2022-12-01T10:52:23.4538254Z [ RUN ] ExternalCall.BinaryFloat 2022-12-01T10:52:23.5295620Z [ OK ] ExternalCall.BinaryFloat (76 ms) 2022-12-01T10:52:23.5297238Z [ RUN ] ExternalCall.UnaryFloat 2022-12-01T10:52:23.5769270Z [ OK ] ExternalCall.UnaryFloat (47 ms) 2022-12-01T10:52:23.5769686Z [ RUN ] ExternalCall.ComputeInterop 2022-12-01T10:52:24.7027008Z [ OK ] ExternalCall.ComputeInterop (1125 ms) 2022-12-01T10:52:24.7027383Z [ RUN ] ExternalCall.Inlining 2022-12-01T10:52:24.7763255Z [ OK ] ExternalCall.Inlining (73 ms) 2022-12-01T10:52:24.7763590Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-12-01T10:52:24.9001939Z [ OK ] ExternalCall.JitCustomFusionOp (123 ms) 2022-12-01T10:52:24.9002348Z [----------] 16 tests from ExternalCall (1776 ms total) 2022-12-01T10:52:24.9002507Z 2022-12-01T10:52:24.9002663Z [----------] 8 tests from GraphOpt 2022-12-01T10:52:24.9002936Z [ RUN ] GraphOpt.OptimizeCat 2022-12-01T10:52:24.9330603Z [ OK ] GraphOpt.OptimizeCat (32 ms) 2022-12-01T10:52:24.9331126Z [ RUN ] GraphOpt.OptimizeCat2 2022-12-01T10:52:24.9690559Z [ OK ] GraphOpt.OptimizeCat2 (35 ms) 2022-12-01T10:52:24.9691123Z [ RUN ] GraphOpt.OptimizeCat3 2022-12-01T10:52:25.0104773Z [ OK ] GraphOpt.OptimizeCat3 (41 ms) 2022-12-01T10:52:25.0105479Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-12-01T10:52:25.0434192Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (32 ms) 2022-12-01T10:52:25.0435148Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-12-01T10:52:25.1054317Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (61 ms) 2022-12-01T10:52:25.1055197Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-12-01T10:52:25.1441790Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (38 ms) 2022-12-01T10:52:25.1442635Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-12-01T10:52:25.1854220Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (41 ms) 2022-12-01T10:52:25.1854939Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-12-01T10:52:25.1855292Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-12-01T10:52:25.1855612Z [----------] 8 tests from GraphOpt (285 ms total) 2022-12-01T10:52:25.1856004Z 2022-12-01T10:52:25.1856154Z [----------] 4 tests from IRPrinter 2022-12-01T10:52:25.1856436Z [ RUN ] IRPrinter.BasicValueTest 2022-12-01T10:52:25.1856731Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-12-01T10:52:25.1857043Z [ RUN ] IRPrinter.BasicValueTest02 2022-12-01T10:52:25.1857426Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-12-01T10:52:25.1857711Z [ RUN ] IRPrinter.CastTest 2022-12-01T10:52:25.1857991Z [ OK ] IRPrinter.CastTest (0 ms) 2022-12-01T10:52:25.1858429Z [ RUN ] IRPrinter.FunctionName 2022-12-01T10:52:25.1858879Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-12-01T10:52:25.1859335Z [----------] 4 tests from IRPrinter (0 ms total) 2022-12-01T10:52:25.1859544Z 2022-12-01T10:52:25.1859775Z [----------] 8 tests from IRVerifier 2022-12-01T10:52:25.1860217Z [ RUN ] IRVerifier.BitwiseOps 2022-12-01T10:52:25.1860652Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-12-01T10:52:25.1861055Z [ RUN ] IRVerifier.CompareSelect 2022-12-01T10:52:25.1861387Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-12-01T10:52:25.1861660Z [ RUN ] IRVerifier.Ramp 2022-12-01T10:52:25.1861915Z [ OK ] IRVerifier.Ramp (0 ms) 2022-12-01T10:52:25.1862168Z [ RUN ] IRVerifier.Load 2022-12-01T10:52:25.1862428Z [ OK ] IRVerifier.Load (0 ms) 2022-12-01T10:52:25.1862682Z [ RUN ] IRVerifier.IfThenElse 2022-12-01T10:52:25.1862963Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-12-01T10:52:25.1863227Z [ RUN ] IRVerifier.For 2022-12-01T10:52:25.1863473Z [ OK ] IRVerifier.For (0 ms) 2022-12-01T10:52:25.1863728Z [ RUN ] IRVerifier.Block 2022-12-01T10:52:25.1863991Z [ OK ] IRVerifier.Block (0 ms) 2022-12-01T10:52:25.1864232Z [ RUN ] IRVerifier.Store 2022-12-01T10:52:25.1864501Z [ OK ] IRVerifier.Store (0 ms) 2022-12-01T10:52:25.1864796Z [----------] 8 tests from IRVerifier (0 ms total) 2022-12-01T10:52:25.1864947Z 2022-12-01T10:52:25.1865083Z [----------] 37 tests from Kernel 2022-12-01T10:52:25.1865363Z [ RUN ] Kernel.ParallelExternalCallBuf 2022-12-01T10:52:25.2440311Z [ OK ] Kernel.ParallelExternalCallBuf (57 ms) 2022-12-01T10:52:25.2440665Z [ RUN ] Kernel.InliningIntermediates 2022-12-01T10:52:25.3119490Z [ OK ] Kernel.InliningIntermediates (67 ms) 2022-12-01T10:52:25.3119855Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-12-01T10:52:25.4233159Z [ OK ] Kernel.PreAllocIntermediateBufs (111 ms) 2022-12-01T10:52:25.4233471Z [ RUN ] Kernel._1 2022-12-01T10:52:25.4527998Z [ OK ] Kernel._1 (29 ms) 2022-12-01T10:52:25.4528243Z [ RUN ] Kernel._2 2022-12-01T10:52:25.4844218Z [ OK ] Kernel._2 (31 ms) 2022-12-01T10:52:25.4844685Z [ RUN ] Kernel._3 2022-12-01T10:52:25.5167993Z [ OK ] Kernel._3 (32 ms) 2022-12-01T10:52:25.5168257Z [ RUN ] Kernel.Huge 2022-12-01T10:52:25.5420934Z [ OK ] Kernel.Huge (25 ms) 2022-12-01T10:52:25.5421228Z [ RUN ] Kernel.ParallelStrided 2022-12-01T10:52:25.6635141Z [ OK ] Kernel.ParallelStrided (121 ms) 2022-12-01T10:52:25.6635533Z [ RUN ] Kernel.CatInputTypesPromotion 2022-12-01T10:52:25.7582519Z [ OK ] Kernel.CatInputTypesPromotion (94 ms) 2022-12-01T10:52:25.7582823Z [ RUN ] Kernel.ToDType 2022-12-01T10:52:25.7865570Z [ OK ] Kernel.ToDType (28 ms) 2022-12-01T10:52:25.7865909Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-12-01T10:52:25.8154374Z [ OK ] Kernel.CatAndInlineWithAConstantDim (28 ms) 2022-12-01T10:52:25.8154716Z [ RUN ] Kernel.CatWithEmptyInputs 2022-12-01T10:52:25.8864553Z [ OK ] Kernel.CatWithEmptyInputs (70 ms) 2022-12-01T10:52:25.8864878Z [ RUN ] Kernel.CatWoConditionals 2022-12-01T10:52:25.9600168Z [ OK ] Kernel.CatWoConditionals (73 ms) 2022-12-01T10:52:25.9600474Z [ RUN ] Kernel.OptimizeConditionals 2022-12-01T10:52:26.0565725Z [ OK ] Kernel.OptimizeConditionals (96 ms) 2022-12-01T10:52:26.0566055Z [ RUN ] Kernel.SumAllAxes 2022-12-01T10:52:26.1067762Z [ OK ] Kernel.SumAllAxes (50 ms) 2022-12-01T10:52:26.1068051Z [ RUN ] Kernel.SumOneAxis 2022-12-01T10:52:26.5198394Z [ OK ] Kernel.SumOneAxis (413 ms) 2022-12-01T10:52:26.5198714Z [ RUN ] Kernel.SumMultipleAxes 2022-12-01T10:52:26.9572974Z [ OK ] Kernel.SumMultipleAxes (437 ms) 2022-12-01T10:52:26.9573287Z [ RUN ] Kernel.Softmax2D 2022-12-01T10:52:27.4032740Z [ OK ] Kernel.Softmax2D (445 ms) 2022-12-01T10:52:27.4033034Z [ RUN ] Kernel.Softmax3D 2022-12-01T10:52:28.2705882Z [ OK ] Kernel.Softmax3D (867 ms) 2022-12-01T10:52:28.2706178Z [ RUN ] Kernel.Softmax4D 2022-12-01T10:52:29.4038412Z [ OK ] Kernel.Softmax4D (1133 ms) 2022-12-01T10:52:29.4038730Z [ RUN ] Kernel.SignTest 2022-12-01T10:52:29.4750882Z [ OK ] Kernel.SignTest (71 ms) 2022-12-01T10:52:29.4751209Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-12-01T10:52:29.5039828Z [ OK ] Kernel.InlineProducerIntoReduction (28 ms) 2022-12-01T10:52:29.5040313Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-12-01T10:52:29.5391102Z [ OK ] Kernel.InlineReductionIntoConsumer (35 ms) 2022-12-01T10:52:29.5391490Z [ RUN ] Kernel.ConstantTensors 2022-12-01T10:52:29.5787030Z [ OK ] Kernel.ConstantTensors (39 ms) 2022-12-01T10:52:29.5787619Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-12-01T10:52:29.6183969Z [ OK ] Kernel.ConstantTensorsNonContiguous (39 ms) 2022-12-01T10:52:29.6184519Z [ RUN ] Kernel.RunFast 2022-12-01T10:52:29.6498670Z [ OK ] Kernel.RunFast (31 ms) 2022-12-01T10:52:29.6499240Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-12-01T10:52:29.6815873Z [ OK ] Kernel.RunWithAllocatedOutputs (31 ms) 2022-12-01T10:52:29.6816463Z [ RUN ] Kernel.CodegenInspection 2022-12-01T10:52:29.7211256Z [ OK ] Kernel.CodegenInspection (39 ms) 2022-12-01T10:52:29.7211576Z [ RUN ] Kernel.CustomLowering 2022-12-01T10:52:29.7452717Z [ OK ] Kernel.CustomLowering (24 ms) 2022-12-01T10:52:29.7453000Z [ RUN ] Kernel.Vectorize 2022-12-01T10:52:29.7757233Z [ OK ] Kernel.Vectorize (30 ms) 2022-12-01T10:52:29.7757543Z [ RUN ] Kernel.Strided1dWithinBounds 2022-12-01T10:52:29.7985073Z [ OK ] Kernel.Strided1dWithinBounds (22 ms) 2022-12-01T10:52:29.7985413Z [ RUN ] Kernel.InputAsOutput 2022-12-01T10:52:29.8328634Z [ OK ] Kernel.InputAsOutput (34 ms) 2022-12-01T10:52:29.8329152Z [ RUN ] Kernel.ScalarOut 2022-12-01T10:52:29.8533999Z [ OK ] Kernel.ScalarOut (20 ms) 2022-12-01T10:52:29.8534520Z [ RUN ] Kernel.ScalarTensorOut 2022-12-01T10:52:29.8792993Z [ OK ] Kernel.ScalarTensorOut (25 ms) 2022-12-01T10:52:29.8793620Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-12-01T10:52:30.3202857Z [ OK ] Kernel.FuseLoopsWithVariableBounds (440 ms) 2022-12-01T10:52:30.3203536Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-12-01T10:52:30.8215943Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (501 ms) 2022-12-01T10:52:30.8216715Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-12-01T10:52:31.1477417Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (326 ms) 2022-12-01T10:52:31.1478157Z [----------] 37 tests from Kernel (5961 ms total) 2022-12-01T10:52:31.1478368Z 2022-12-01T10:52:31.1478617Z [----------] 174 tests from LoopNest 2022-12-01T10:52:31.1479066Z [ RUN ] LoopNest.ExprSimple01 2022-12-01T10:52:31.1479685Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-12-01T10:52:31.1480169Z [ RUN ] LoopNest.ExprLower01 2022-12-01T10:52:31.1480636Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-12-01T10:52:31.1481119Z [ RUN ] LoopNest.ExprSimple02 2022-12-01T10:52:31.1503208Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-12-01T10:52:31.1503824Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-12-01T10:52:31.1506073Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-12-01T10:52:31.1506754Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-12-01T10:52:31.1510329Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-12-01T10:52:31.1510901Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-12-01T10:52:31.1511658Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-12-01T10:52:31.1512274Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-12-01T10:52:31.1512846Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-12-01T10:52:31.1513190Z [ RUN ] LoopNest.ExprSliceHead 2022-12-01T10:52:31.1513497Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-12-01T10:52:31.1513837Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-12-01T10:52:31.1515021Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-12-01T10:52:31.1515585Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-12-01T10:52:31.1516163Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-12-01T10:52:31.1516671Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-12-01T10:52:31.1517092Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-12-01T10:52:31.1517607Z [ RUN ] LoopNest.ExprSliceTail 2022-12-01T10:52:31.1518068Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-12-01T10:52:31.1518377Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-12-01T10:52:31.1525001Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-12-01T10:52:31.1525347Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-12-01T10:52:31.1527361Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-12-01T10:52:31.1527715Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-12-01T10:52:31.1543837Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-12-01T10:52:31.1544199Z [ RUN ] LoopNest.ExprSplitWithTail 2022-12-01T10:52:31.1551316Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-12-01T10:52:31.1551659Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-12-01T10:52:31.1564728Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-12-01T10:52:31.1565062Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-12-01T10:52:31.1593870Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-12-01T10:52:31.1594243Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-12-01T10:52:31.1599592Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-12-01T10:52:31.1600041Z [ RUN ] LoopNest.getLoopAt 2022-12-01T10:52:31.1600320Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-12-01T10:52:31.1600594Z [ RUN ] LoopNest.TileSimple 2022-12-01T10:52:31.2503652Z [ OK ] LoopNest.TileSimple (90 ms) 2022-12-01T10:52:31.2503968Z [ RUN ] LoopNest.TileWithTails 2022-12-01T10:52:31.3406754Z [ OK ] LoopNest.TileWithTails (90 ms) 2022-12-01T10:52:31.3407311Z [ RUN ] LoopNest.TileInMiddle 2022-12-01T10:52:31.4862554Z [ OK ] LoopNest.TileInMiddle (145 ms) 2022-12-01T10:52:31.4863015Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-12-01T10:52:31.4863408Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-12-01T10:52:31.4864008Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-12-01T10:52:31.4864377Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-12-01T10:52:31.4864725Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-12-01T10:52:31.4882522Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-12-01T10:52:31.4882938Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-12-01T10:52:31.4961092Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-12-01T10:52:31.4961432Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-12-01T10:52:31.5084759Z [ OK ] LoopNest.ScheduleInlineSimple (12 ms) 2022-12-01T10:52:31.5085087Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-12-01T10:52:31.5662324Z [ OK ] LoopNest.ScheduleInlineFunc01 (57 ms) 2022-12-01T10:52:31.5662662Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-12-01T10:52:31.5666258Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-12-01T10:52:31.5666722Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-12-01T10:52:31.5670230Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-12-01T10:52:31.5670659Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-12-01T10:52:31.5673469Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-12-01T10:52:31.5673872Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-12-01T10:52:31.5764338Z [ OK ] LoopNest.ScheduleInlineIntrinsics (9 ms) 2022-12-01T10:52:31.5764722Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-12-01T10:52:31.5767391Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-12-01T10:52:31.5767759Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-12-01T10:52:31.5769186Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-12-01T10:52:31.5769566Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-12-01T10:52:31.5773223Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-12-01T10:52:31.5773649Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-12-01T10:52:31.5775100Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-12-01T10:52:31.5775487Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-12-01T10:52:31.5778661Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-12-01T10:52:31.5779079Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-12-01T10:52:31.5786378Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-12-01T10:52:31.5786803Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-12-01T10:52:31.5787879Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-12-01T10:52:31.5788318Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-12-01T10:52:31.5792856Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-12-01T10:52:31.5793282Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-12-01T10:52:31.5797632Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-12-01T10:52:31.5798040Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-12-01T10:52:31.5802570Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-12-01T10:52:31.5802993Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-12-01T10:52:31.5804902Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-12-01T10:52:31.5805342Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-12-01T10:52:31.5809684Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-12-01T10:52:31.5810260Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-12-01T10:52:31.5810852Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-12-01T10:52:31.5811517Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-12-01T10:52:31.5812280Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-12-01T10:52:31.5812773Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-12-01T10:52:31.5813239Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-12-01T10:52:31.5813588Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-12-01T10:52:31.5863555Z [ OK ] LoopNest.ScheduleFuserStyle (5 ms) 2022-12-01T10:52:31.5863911Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-12-01T10:52:31.5923643Z [ OK ] LoopNest.ScheduleFuserThreeArg (6 ms) 2022-12-01T10:52:31.5923997Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-12-01T10:52:31.6028562Z [ OK ] LoopNest.ScheduleDynamicShape2D (10 ms) 2022-12-01T10:52:31.6028940Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-12-01T10:52:31.6037630Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-12-01T10:52:31.6038003Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-12-01T10:52:31.6542101Z [ OK ] LoopNest.LoopNestComputeAt_2 (50 ms) 2022-12-01T10:52:31.7042067Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-12-01T10:52:31.7042410Z [ OK ] LoopNest.LoopNestComputeAt_3 (49 ms) 2022-12-01T10:52:31.7042777Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-12-01T10:52:31.7878628Z [ OK ] LoopNest.Reduce2dComputeAt (83 ms) 2022-12-01T10:52:31.7879186Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-12-01T10:52:31.7881240Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-12-01T10:52:31.7881865Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-12-01T10:52:31.7892506Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-12-01T10:52:31.7893177Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-12-01T10:52:31.7902605Z [ OK ] LoopNest.LoopNestReorderInternalAxis (1 ms) 2022-12-01T10:52:31.7903306Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-12-01T10:52:31.7912883Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (1 ms) 2022-12-01T10:52:31.7913508Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-12-01T10:52:31.7914110Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-12-01T10:52:31.7914751Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-12-01T10:52:31.7929541Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-12-01T10:52:31.7930270Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-12-01T10:52:31.8494595Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (56 ms) 2022-12-01T10:52:31.8495409Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-12-01T10:52:31.9055604Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (56 ms) 2022-12-01T10:52:31.9056376Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-12-01T10:52:31.9770087Z [ OK ] LoopNest.LoopNestReorderLongStringFull (71 ms) 2022-12-01T10:52:31.9770817Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-12-01T10:52:31.9888734Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-12-01T10:52:31.9889367Z [ RUN ] LoopNest.OuterLoopVectorization 2022-12-01T10:52:31.9890097Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-12-01T10:52:31.9890712Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-12-01T10:52:31.9893188Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-12-01T10:52:31.9893705Z [ RUN ] LoopNest.Unroll 2022-12-01T10:52:31.9894546Z [ OK ] LoopNest.Unroll (0 ms) 2022-12-01T10:52:31.9895015Z [ RUN ] LoopNest.UnrollOuter 2022-12-01T10:52:31.9896518Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-12-01T10:52:31.9897131Z [ RUN ] LoopNest.UnrollInner 2022-12-01T10:52:31.9898758Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-12-01T10:52:31.9899285Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-12-01T10:52:31.9900202Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-12-01T10:52:31.9900855Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-12-01T10:52:31.9902271Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-12-01T10:52:31.9902880Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-12-01T10:52:31.9918714Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-12-01T10:52:31.9919371Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-12-01T10:52:31.9919733Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-12-01T10:52:31.9920074Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-12-01T10:52:31.9921586Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-12-01T10:52:31.9922191Z [ RUN ] LoopNest.UnrollEmpty 2022-12-01T10:52:31.9922609Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-12-01T10:52:31.9923102Z [ RUN ] LoopNest.NoUnroll 2022-12-01T10:52:31.9923513Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-12-01T10:52:31.9923798Z [ RUN ] LoopNest.UnrollWithLet 2022-12-01T10:52:31.9924356Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-12-01T10:52:31.9924680Z [ RUN ] LoopNest.IsNormalized 2022-12-01T10:52:31.9924972Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-12-01T10:52:31.9925275Z [ RUN ] LoopNest.NormalizeStartPositive 2022-12-01T10:52:31.9926826Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-12-01T10:52:31.9927314Z [ RUN ] LoopNest.NormalizeStartNegative 2022-12-01T10:52:31.9929891Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-12-01T10:52:31.9930487Z [ RUN ] LoopNest.NormalizeStartZero 2022-12-01T10:52:31.9930876Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-12-01T10:52:31.9931202Z [ RUN ] LoopNest.NormalizeStartVariable 2022-12-01T10:52:31.9933106Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-12-01T10:52:31.9933466Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-12-01T10:52:31.9935538Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-12-01T10:52:31.9936157Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-12-01T10:52:31.9937829Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-12-01T10:52:31.9938446Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-12-01T10:52:31.9941798Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-12-01T10:52:31.9942394Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-12-01T10:52:31.9946635Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-12-01T10:52:31.9947251Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-12-01T10:52:31.9956673Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (0 ms) 2022-12-01T10:52:31.9957310Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-12-01T10:52:32.0039293Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (8 ms) 2022-12-01T10:52:32.0039937Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-12-01T10:52:32.0065234Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-12-01T10:52:32.0065912Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-12-01T10:52:32.0077571Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-12-01T10:52:32.0078125Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-12-01T10:52:32.0078569Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-12-01T10:52:32.0079169Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-12-01T10:52:32.0079817Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-12-01T10:52:32.0080479Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-12-01T10:52:32.0080974Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-12-01T10:52:32.0081363Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-12-01T10:52:32.0081737Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-12-01T10:52:32.0082080Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-12-01T10:52:32.0082425Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-12-01T10:52:32.0082743Z [ RUN ] LoopNest.CacheReadsSimple 2022-12-01T10:52:32.0450792Z [ OK ] LoopNest.CacheReadsSimple (36 ms) 2022-12-01T10:52:32.0451273Z [ RUN ] LoopNest.CacheReadsOuter 2022-12-01T10:52:32.0849749Z [ OK ] LoopNest.CacheReadsOuter (39 ms) 2022-12-01T10:52:32.0850153Z [ RUN ] LoopNest.CacheReadsInternal 2022-12-01T10:52:32.1274158Z [ OK ] LoopNest.CacheReadsInternal (42 ms) 2022-12-01T10:52:32.1274738Z [ RUN ] LoopNest.CacheReadsInner 2022-12-01T10:52:32.1943000Z [ OK ] LoopNest.CacheReadsInner (66 ms) 2022-12-01T10:52:32.1943544Z [ RUN ] LoopNest.CacheWritesSimple 2022-12-01T10:52:32.2696992Z [ OK ] LoopNest.CacheWritesSimple (75 ms) 2022-12-01T10:52:32.2697326Z [ RUN ] LoopNest.DeadStoreElimination 2022-12-01T10:52:32.2711939Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-12-01T10:52:32.2712381Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-12-01T10:52:32.2724064Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-12-01T10:52:32.2724503Z [ RUN ] LoopNest.CompoundTensorSimple 2022-12-01T10:52:32.2737177Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-12-01T10:52:32.2737536Z [ RUN ] LoopNest.InlineConstantIndex 2022-12-01T10:52:32.2740703Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-12-01T10:52:32.2741049Z [ RUN ] LoopNest.CompoundTensorUsed 2022-12-01T10:52:32.2763706Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-12-01T10:52:32.2764293Z [ RUN ] LoopNest.InlineFromLoad 2022-12-01T10:52:32.2764631Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-12-01T10:52:32.2765092Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-12-01T10:52:32.2765706Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-12-01T10:52:32.2766398Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-12-01T10:52:32.2768473Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-12-01T10:52:32.2769085Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-12-01T10:52:32.2771293Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-12-01T10:52:32.2771941Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-12-01T10:52:32.2776291Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-12-01T10:52:32.2776780Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-12-01T10:52:32.2779846Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-12-01T10:52:32.2780335Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-12-01T10:52:32.2783291Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-12-01T10:52:32.2783990Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-12-01T10:52:32.2786788Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-12-01T10:52:32.2787292Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-12-01T10:52:32.2790018Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-12-01T10:52:32.2790510Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-12-01T10:52:32.2793597Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-12-01T10:52:32.2794081Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-12-01T10:52:32.2796709Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-12-01T10:52:32.2797198Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-12-01T10:52:32.2799547Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-12-01T10:52:32.2800017Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-12-01T10:52:32.2801137Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-12-01T10:52:32.2801595Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-12-01T10:52:32.4269240Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (146 ms) 2022-12-01T10:52:32.4269637Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-12-01T10:52:32.5432149Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (116 ms) 2022-12-01T10:52:32.5432613Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-12-01T10:52:32.6896432Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (146 ms) 2022-12-01T10:52:32.6896837Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-12-01T10:52:32.8213754Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (131 ms) 2022-12-01T10:52:32.8214169Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-12-01T10:52:32.8215531Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-12-01T10:52:32.8215887Z [ RUN ] LoopNest.VectorizeUse 2022-12-01T10:52:32.8217785Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-12-01T10:52:32.8218346Z [ RUN ] LoopNest.Int64Direct 2022-12-01T10:52:32.8218840Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-12-01T10:52:32.8219313Z [ RUN ] LoopNest.Int64Compute 2022-12-01T10:52:32.8219796Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-12-01T10:52:32.8220406Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-12-01T10:52:32.8221141Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-12-01T10:52:32.8221800Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-12-01T10:52:32.8222510Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-12-01T10:52:32.8223201Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-12-01T10:52:32.8223824Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-12-01T10:52:32.8224415Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-12-01T10:52:32.8225051Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-12-01T10:52:32.8225771Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-12-01T10:52:32.8226501Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-12-01T10:52:32.8227137Z [ RUN ] LoopNest.fuseLoopsSimple 2022-12-01T10:52:32.8227665Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-12-01T10:52:32.8228184Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-12-01T10:52:32.8233819Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-12-01T10:52:32.8234372Z [ RUN ] LoopNest.fuseLoopsNested 2022-12-01T10:52:32.8241717Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-12-01T10:52:32.8242263Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-12-01T10:52:32.8245706Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-12-01T10:52:32.8246287Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-12-01T10:52:32.8248743Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-12-01T10:52:32.8249572Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-12-01T10:52:32.8250224Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-12-01T10:52:32.8250855Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-12-01T10:52:32.8251494Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-12-01T10:52:32.8252305Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-12-01T10:52:32.8252915Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-12-01T10:52:32.8253528Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-12-01T10:52:32.8254210Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-12-01T10:52:32.8254854Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-12-01T10:52:32.8256915Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-12-01T10:52:32.8257524Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-12-01T10:52:32.8262888Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-12-01T10:52:32.8263555Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-12-01T10:52:32.8267883Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-12-01T10:52:32.8268641Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-12-01T10:52:32.8273153Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-12-01T10:52:32.8273996Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-12-01T10:52:32.8282092Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-12-01T10:52:32.8282798Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-12-01T10:52:32.8288208Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-12-01T10:52:32.8288835Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-12-01T10:52:32.8298304Z [ OK ] LoopNest.fuseLoopsWith2DReductions (1 ms) 2022-12-01T10:52:32.8298952Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-12-01T10:52:32.8307146Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-12-01T10:52:32.8307859Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-12-01T10:52:32.8318865Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-12-01T10:52:32.8319550Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-12-01T10:52:32.8325321Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-12-01T10:52:32.8326007Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-12-01T10:52:32.8330636Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-12-01T10:52:32.8331365Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-12-01T10:52:32.8335839Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-12-01T10:52:32.8336563Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-12-01T10:52:32.8344613Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-12-01T10:52:32.8345333Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-12-01T10:52:32.8355259Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (1 ms) 2022-12-01T10:52:32.8355986Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-12-01T10:52:32.8361151Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-12-01T10:52:32.8361880Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-12-01T10:52:32.8367157Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-12-01T10:52:32.8367871Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-12-01T10:52:32.8373117Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-12-01T10:52:32.8373904Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-12-01T10:52:32.8374382Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-12-01T10:52:32.8374815Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-12-01T10:52:32.8375257Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-12-01T10:52:32.8375642Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-12-01T10:52:32.8376197Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-12-01T10:52:32.8376743Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-12-01T10:52:32.8377108Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-12-01T10:52:32.8377664Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-12-01T10:52:32.8378301Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-12-01T10:52:32.8378887Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-12-01T10:52:32.8379281Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-12-01T10:52:32.8379886Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-12-01T10:52:32.8380332Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-12-01T10:52:32.8380667Z [ RUN ] LoopNest.compressBufferSimple 2022-12-01T10:52:32.8381071Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-12-01T10:52:32.8381410Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-12-01T10:52:32.8381768Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-12-01T10:52:32.8382122Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-12-01T10:52:32.8382474Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-12-01T10:52:32.8382860Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-12-01T10:52:32.8383270Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-12-01T10:52:32.8383641Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-12-01T10:52:32.8384009Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-12-01T10:52:32.8384388Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-12-01T10:52:32.8384774Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-12-01T10:52:32.8385147Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-12-01T10:52:32.8385498Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-12-01T10:52:32.8385840Z [ RUN ] LoopNest.compressMultipleBuffers 2022-12-01T10:52:32.8386172Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-12-01T10:52:32.8386481Z [ RUN ] LoopNest.sanitizeNames 2022-12-01T10:52:32.8396473Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-12-01T10:52:32.8397059Z [----------] 174 tests from LoopNest (1692 ms total) 2022-12-01T10:52:32.8397287Z 2022-12-01T10:52:32.8397441Z [----------] 31 tests from MemDependency 2022-12-01T10:52:32.8397736Z [ RUN ] MemDependency.BoundOverlap 2022-12-01T10:52:32.8407635Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-12-01T10:52:32.8407939Z [ RUN ] MemDependency.BoundComparison 2022-12-01T10:52:32.8416480Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-12-01T10:52:32.8416870Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-12-01T10:52:32.8425428Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-12-01T10:52:32.8425789Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-12-01T10:52:32.8434258Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-12-01T10:52:32.8434776Z [ RUN ] MemDependency.BoundSubtract 2022-12-01T10:52:32.8441840Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-12-01T10:52:32.8442194Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-12-01T10:52:32.8463039Z [ OK ] MemDependency.BoundSubtractSymbolic (2 ms) 2022-12-01T10:52:32.8463467Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-12-01T10:52:32.8487689Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-12-01T10:52:32.8488074Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-12-01T10:52:32.8521363Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-12-01T10:52:32.8521934Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-12-01T10:52:32.8522512Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-12-01T10:52:32.8522952Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-12-01T10:52:32.8523370Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-12-01T10:52:32.8523813Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-12-01T10:52:32.8524213Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-12-01T10:52:32.8524695Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-12-01T10:52:32.8525111Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-12-01T10:52:32.8525502Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-12-01T10:52:32.8527617Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-12-01T10:52:32.8528149Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-12-01T10:52:32.8530230Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-12-01T10:52:32.8530732Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-12-01T10:52:32.8532291Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-12-01T10:52:32.8532743Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-12-01T10:52:32.8533512Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-12-01T10:52:32.8533970Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-12-01T10:52:32.8544118Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-12-01T10:52:32.8544639Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-12-01T10:52:32.8571065Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-12-01T10:52:32.8571743Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-12-01T10:52:32.8705959Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (13 ms) 2022-12-01T10:52:32.8706574Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-12-01T10:52:32.8714795Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-12-01T10:52:32.8715308Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-12-01T10:52:32.8732236Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-12-01T10:52:32.8732675Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-12-01T10:52:32.8744579Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (1 ms) 2022-12-01T10:52:32.8744975Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-12-01T10:52:32.8763153Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (1 ms) 2022-12-01T10:52:32.8763809Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-12-01T10:52:32.8790005Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (2 ms) 2022-12-01T10:52:32.8790615Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-12-01T10:52:32.8824104Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-12-01T10:52:32.8824650Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-12-01T10:52:32.8834463Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-12-01T10:52:32.8835198Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-12-01T10:52:32.8842418Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-12-01T10:52:32.8843051Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-12-01T10:52:32.8863742Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-12-01T10:52:32.8864391Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-12-01T10:52:32.8877516Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-12-01T10:52:32.8878167Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-12-01T10:52:32.8888545Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-12-01T10:52:32.8889170Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-12-01T10:52:32.9048721Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (15 ms) 2022-12-01T10:52:32.9049299Z [----------] 31 tests from MemDependency (65 ms total) 2022-12-01T10:52:32.9049467Z 2022-12-01T10:52:32.9049597Z [----------] 2 tests from Ops 2022-12-01T10:52:32.9049834Z [ RUN ] Ops.Sum 2022-12-01T10:52:32.9088462Z [ OK ] Ops.Sum (4 ms) 2022-12-01T10:52:32.9088714Z [ RUN ] Ops.ChannelsLastSum 2022-12-01T10:52:33.0203872Z [ OK ] Ops.ChannelsLastSum (111 ms) 2022-12-01T10:52:33.0204314Z [----------] 2 tests from Ops (115 ms total) 2022-12-01T10:52:33.0204501Z 2022-12-01T10:52:33.0204706Z [----------] 10 tests from Quantization 2022-12-01T10:52:33.0205091Z [ RUN ] Quantization.QuantDequantInt8 2022-12-01T10:52:33.0467085Z [ OK ] Quantization.QuantDequantInt8 (26 ms) 2022-12-01T10:52:33.0467553Z [ RUN ] Quantization.QuantDequantUInt8 2022-12-01T10:52:33.0723844Z [ OK ] Quantization.QuantDequantUInt8 (25 ms) 2022-12-01T10:52:33.0724213Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-12-01T10:52:33.0995729Z [ OK ] Quantization.QuantDequantUInt8_NLC (27 ms) 2022-12-01T10:52:33.0996183Z [ RUN ] Quantization.QuantAddDequantInt8 2022-12-01T10:52:33.1298136Z [ OK ] Quantization.QuantAddDequantInt8 (30 ms) 2022-12-01T10:52:33.1298582Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-12-01T10:52:33.1600472Z [ OK ] Quantization.QuantAddDequantUInt8 (30 ms) 2022-12-01T10:52:33.1600947Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-12-01T10:52:33.1944251Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (34 ms) 2022-12-01T10:52:33.1944727Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-12-01T10:52:33.2349493Z [ OK ] Quantization.QuantMulDequantUInt8 (40 ms) 2022-12-01T10:52:33.2350102Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-12-01T10:52:33.2809407Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (45 ms) 2022-12-01T10:52:33.2810107Z [ RUN ] Quantization.UpsampleNearst2d 2022-12-01T10:52:33.3108624Z [ OK ] Quantization.UpsampleNearst2d (29 ms) 2022-12-01T10:52:33.3109019Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-12-01T10:52:33.3711961Z [ OK ] Quantization.QuantCatDequantUInt8 (60 ms) 2022-12-01T10:52:33.3712801Z [----------] 10 tests from Quantization (350 ms total) 2022-12-01T10:52:33.3713000Z 2022-12-01T10:52:33.3713167Z [----------] 2 tests from BufLiveRange 2022-12-01T10:52:33.3713451Z [ RUN ] BufLiveRange.SingleRangeLine 2022-12-01T10:52:33.3713976Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-12-01T10:52:33.3714284Z [ RUN ] BufLiveRange.MulRangeLine 2022-12-01T10:52:33.3714576Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-12-01T10:52:33.3714894Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-12-01T10:52:33.3715119Z 2022-12-01T10:52:33.3715269Z [----------] 6 tests from MemPlanning 2022-12-01T10:52:33.3715572Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-12-01T10:52:33.4349648Z [ OK ] MemPlanning.MemReuseWithTypeCast (63 ms) 2022-12-01T10:52:33.4350018Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-12-01T10:52:33.5086702Z [ OK ] MemPlanning.NoMemReuseForLargerType (73 ms) 2022-12-01T10:52:33.5087061Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-12-01T10:52:33.7654870Z [ OK ] MemPlanning.SameBufSizeMemReuse (256 ms) 2022-12-01T10:52:33.7655339Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-12-01T10:52:34.0267231Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (261 ms) 2022-12-01T10:52:34.0267669Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-12-01T10:52:34.3622219Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (335 ms) 2022-12-01T10:52:34.3622673Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-12-01T10:52:34.5091720Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (146 ms) 2022-12-01T10:52:34.5092343Z [----------] 6 tests from MemPlanning (1137 ms total) 2022-12-01T10:52:34.5092610Z 2022-12-01T10:52:34.5092892Z [----------] 45 tests from Reductions 2022-12-01T10:52:34.5093344Z [ RUN ] Reductions.ReduceSum0D_1 2022-12-01T10:52:34.5093651Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-12-01T10:52:34.5093932Z [ RUN ] Reductions.ReduceSum0D_2 2022-12-01T10:52:34.5094384Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-12-01T10:52:34.5094920Z [ RUN ] Reductions.ReduceSum1D 2022-12-01T10:52:34.5095250Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-12-01T10:52:34.5095532Z [ RUN ] Reductions.ReduceSum2D 2022-12-01T10:52:34.5098809Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-12-01T10:52:34.5099359Z [ RUN ] Reductions.ReduceSum3D 2022-12-01T10:52:34.5130497Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-12-01T10:52:34.5131034Z [ RUN ] Reductions.ReduceSum10D 2022-12-01T10:52:35.1961462Z [ OK ] Reductions.ReduceSum10D (682 ms) 2022-12-01T10:52:35.1961836Z [ RUN ] Reductions.ReduceProduct 2022-12-01T10:52:35.1964444Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-12-01T10:52:35.1964962Z [ RUN ] Reductions.ReduceMax 2022-12-01T10:52:35.1968654Z [ OK ] Reductions.ReduceMax (0 ms) 2022-12-01T10:52:35.1969275Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-12-01T10:52:35.1970326Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-12-01T10:52:35.1970909Z [ RUN ] Reductions.ReduceAnyAll 2022-12-01T10:52:35.1993011Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-12-01T10:52:35.1993507Z [ RUN ] Reductions.ReduceMatmul2D 2022-12-01T10:52:35.2002224Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-12-01T10:52:35.2002863Z [ RUN ] Reductions.ReduceRfactorLike 2022-12-01T10:52:35.2013745Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-12-01T10:52:35.2014333Z [ RUN ] Reductions.ReduceAsProducer 2022-12-01T10:52:35.2036340Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-12-01T10:52:35.2036927Z [ RUN ] Reductions.ReduceAsConsumer 2022-12-01T10:52:35.2071881Z [ OK ] Reductions.ReduceAsConsumer (3 ms) 2022-12-01T10:52:35.2072649Z [ RUN ] Reductions.SplitReduceAxis 2022-12-01T10:52:35.2088249Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-12-01T10:52:35.2088838Z [ RUN ] Reductions.SplitNonReduceAxis 2022-12-01T10:52:35.2121824Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-12-01T10:52:35.2122421Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-12-01T10:52:35.2161817Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-12-01T10:52:35.2162376Z [ RUN ] Reductions.ReduceRfactor 2022-12-01T10:52:35.2173063Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-12-01T10:52:35.2173628Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-12-01T10:52:35.2303758Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-12-01T10:52:35.2304292Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-12-01T10:52:35.2439746Z [ OK ] Reductions.Reduce3DRfactorOuter (13 ms) 2022-12-01T10:52:35.2440130Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-12-01T10:52:35.4206042Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (176 ms) 2022-12-01T10:52:35.4206678Z [ RUN ] Reductions.ReduceSplitTail 2022-12-01T10:52:35.4615710Z [ OK ] Reductions.ReduceSplitTail (40 ms) 2022-12-01T10:52:35.4616165Z [ RUN ] Reductions.ReduceSplitNoTail 2022-12-01T10:52:35.5075463Z [ OK ] Reductions.ReduceSplitNoTail (46 ms) 2022-12-01T10:52:35.5076037Z [ RUN ] Reductions.ReduceOverSplitTail 2022-12-01T10:52:35.5467818Z [ OK ] Reductions.ReduceOverSplitTail (39 ms) 2022-12-01T10:52:35.5468370Z [ RUN ] Reductions.ReduceSplitMask 2022-12-01T10:52:35.5969653Z [ OK ] Reductions.ReduceSplitMask (50 ms) 2022-12-01T10:52:35.5970301Z [ RUN ] Reductions.ReduceSplitNoMask 2022-12-01T10:52:35.6433667Z [ OK ] Reductions.ReduceSplitNoMask (46 ms) 2022-12-01T10:52:35.6434300Z [ RUN ] Reductions.ReduceOverSplitMask 2022-12-01T10:52:35.6847893Z [ OK ] Reductions.ReduceOverSplitMask (41 ms) 2022-12-01T10:52:35.6848458Z [ RUN ] Reductions.ReduceSplitRfactor 2022-12-01T10:52:35.6890882Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-12-01T10:52:35.6891490Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-12-01T10:52:35.6905207Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-12-01T10:52:35.6905830Z [ RUN ] Reductions.ReduceInlineReduction 2022-12-01T10:52:35.6906549Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-12-01T10:52:35.6907143Z [ RUN ] Reductions.ReduceInlineConsumer 2022-12-01T10:52:35.6998032Z [ OK ] Reductions.ReduceInlineConsumer (9 ms) 2022-12-01T10:52:35.6998689Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-12-01T10:52:35.7091364Z [ OK ] Reductions.ReduceInlineReducerInternal (9 ms) 2022-12-01T10:52:35.7092192Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-12-01T10:52:35.7139360Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-12-01T10:52:35.7139996Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-12-01T10:52:35.7184178Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-12-01T10:52:35.7184727Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-12-01T10:52:35.7228644Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-12-01T10:52:35.7229246Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-12-01T10:52:35.7244167Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-12-01T10:52:35.7244529Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-12-01T10:52:35.7262039Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-12-01T10:52:35.7262666Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-12-01T10:52:35.7282606Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (2 ms) 2022-12-01T10:52:35.7283032Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-12-01T10:52:35.7300728Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (1 ms) 2022-12-01T10:52:35.7301135Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-12-01T10:52:35.7480829Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-12-01T10:52:35.7481250Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-12-01T10:52:35.7625320Z [ OK ] Reductions.ReductionRfactorCacheTempInner (14 ms) 2022-12-01T10:52:35.7625679Z [ RUN ] Reductions.ReductionVectorize 2022-12-01T10:52:35.7637397Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-12-01T10:52:35.7637808Z [ RUN ] Reductions.ReductionVectorizeInner 2022-12-01T10:52:35.7638168Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-12-01T10:52:35.7638510Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-12-01T10:52:35.7651898Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-12-01T10:52:35.7652251Z [ RUN ] Reductions.InitFunction 2022-12-01T10:52:35.7654271Z [ OK ] Reductions.InitFunction (0 ms) 2022-12-01T10:52:35.7654595Z [----------] 45 tests from Reductions (1256 ms total) 2022-12-01T10:52:35.7654757Z 2022-12-01T10:52:35.7654940Z [----------] 69 tests from Registerizer 2022-12-01T10:52:35.7655267Z [ RUN ] Registerizer.RegisterizerSimple 2022-12-01T10:52:35.7656580Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-12-01T10:52:35.7656958Z [ RUN ] Registerizer.RegisterizerLoop 2022-12-01T10:52:35.7658029Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-12-01T10:52:35.7658698Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-12-01T10:52:35.7659734Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-12-01T10:52:35.7660361Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-12-01T10:52:35.7661301Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-12-01T10:52:35.7661713Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-12-01T10:52:35.7663428Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-12-01T10:52:35.7663913Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-12-01T10:52:35.7667440Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-12-01T10:52:35.7667973Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-12-01T10:52:35.7671192Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-12-01T10:52:35.7671768Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-12-01T10:52:35.7674900Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-12-01T10:52:35.7675304Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-12-01T10:52:35.7678010Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-12-01T10:52:35.7678369Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-12-01T10:52:35.7680358Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-12-01T10:52:35.7680720Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-12-01T10:52:35.7682087Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-12-01T10:52:35.7682455Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-12-01T10:52:35.7684729Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-12-01T10:52:35.7687990Z [ RUN ] Registerizer.RegisterizerRepeated 2022-12-01T10:52:35.7688513Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-12-01T10:52:35.7688855Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-12-01T10:52:35.7689427Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-12-01T10:52:35.7689796Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-12-01T10:52:35.7691371Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-12-01T10:52:35.7691894Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-12-01T10:52:35.7695006Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-12-01T10:52:35.7695359Z [ RUN ] Registerizer.RegisterizerAllocs 2022-12-01T10:52:35.7698145Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-12-01T10:52:35.7698485Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-12-01T10:52:35.7699792Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-12-01T10:52:35.7700228Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-12-01T10:52:35.7701097Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-12-01T10:52:35.7701476Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-12-01T10:52:35.7703196Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-12-01T10:52:35.7703602Z [ RUN ] Registerizer.RegisterizerParallelized 2022-12-01T10:52:35.7704481Z [ OK ] Registerizer.RegisterizerParallelized (0 ms) 2022-12-01T10:52:35.7704853Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-12-01T10:52:35.7706292Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-12-01T10:52:35.7706678Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-12-01T10:52:35.7707738Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-12-01T10:52:35.7708133Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-12-01T10:52:35.7710082Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-12-01T10:52:35.7710624Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-12-01T10:52:35.7712631Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-12-01T10:52:35.7713191Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-12-01T10:52:35.7716656Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-12-01T10:52:35.7717109Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-12-01T10:52:35.7718006Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-12-01T10:52:35.7718404Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-12-01T10:52:35.7719981Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-12-01T10:52:35.7720360Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-12-01T10:52:35.7721919Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-12-01T10:52:35.7722324Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-12-01T10:52:35.7724032Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-12-01T10:52:35.7724432Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-12-01T10:52:35.7727962Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-12-01T10:52:35.7728360Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-12-01T10:52:35.7732533Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-12-01T10:52:35.7733206Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-12-01T10:52:35.7734784Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-12-01T10:52:35.7735416Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-12-01T10:52:35.7737627Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-12-01T10:52:35.7738173Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-12-01T10:52:35.7738981Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-12-01T10:52:35.7739645Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-12-01T10:52:35.7741247Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-12-01T10:52:35.7741882Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-12-01T10:52:35.7752483Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-12-01T10:52:35.7753006Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-12-01T10:52:35.7754451Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-12-01T10:52:35.7755077Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-12-01T10:52:35.7755907Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-12-01T10:52:35.7756585Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-12-01T10:52:35.7757797Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-12-01T10:52:35.7758410Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-12-01T10:52:35.7760657Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-12-01T10:52:35.7761050Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-12-01T10:52:35.7763209Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-12-01T10:52:35.7763597Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-12-01T10:52:35.7766872Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-12-01T10:52:35.7767253Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-12-01T10:52:35.7770811Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-12-01T10:52:35.7771308Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-12-01T10:52:35.7772650Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-12-01T10:52:35.7773387Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-12-01T10:52:35.7774247Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-12-01T10:52:35.7774827Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-12-01T10:52:35.7777138Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-12-01T10:52:35.7777591Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-12-01T10:52:35.7778755Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-12-01T10:52:35.7779127Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-12-01T10:52:35.7780895Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-12-01T10:52:35.7781322Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-12-01T10:52:35.7783368Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-12-01T10:52:35.7783809Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-12-01T10:52:35.7786565Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-12-01T10:52:35.7787034Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-12-01T10:52:35.7789702Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-12-01T10:52:35.7790130Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-12-01T10:52:35.7791664Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-12-01T10:52:35.7792099Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-12-01T10:52:35.7794645Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-12-01T10:52:35.7795089Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-12-01T10:52:35.7800655Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-12-01T10:52:35.7801075Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-12-01T10:52:35.7802648Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-12-01T10:52:35.7803041Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-12-01T10:52:35.7806004Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-12-01T10:52:35.7806390Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-12-01T10:52:35.7809109Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-12-01T10:52:35.7809525Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-12-01T10:52:35.7813194Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-12-01T10:52:35.7813618Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-12-01T10:52:35.7816072Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-12-01T10:52:35.7816495Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-12-01T10:52:35.7819325Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-12-01T10:52:35.7819705Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-12-01T10:52:35.7821224Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-12-01T10:52:35.7821640Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-12-01T10:52:35.7823025Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-12-01T10:52:35.7823379Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-12-01T10:52:35.7824942Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-12-01T10:52:35.7825591Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-12-01T10:52:35.7827662Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-12-01T10:52:35.7828305Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-12-01T10:52:35.7830424Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-12-01T10:52:35.7831084Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-12-01T10:52:35.7833331Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-12-01T10:52:35.7833989Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-12-01T10:52:35.7836568Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-12-01T10:52:35.7837230Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-12-01T10:52:35.7840263Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-12-01T10:52:35.7840831Z [----------] 69 tests from Registerizer (18 ms total) 2022-12-01T10:52:35.7841055Z 2022-12-01T10:52:35.7841207Z [----------] 92 tests from Simplify 2022-12-01T10:52:35.7841484Z [ RUN ] Simplify.ConstantFoldSimple 2022-12-01T10:52:35.7841903Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-12-01T10:52:35.7842330Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-12-01T10:52:35.7842720Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-12-01T10:52:35.7843190Z [ RUN ] Simplify.ConstantFoldShifts 2022-12-01T10:52:35.7843612Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-12-01T10:52:35.7844064Z [ RUN ] Simplify.ConstantFoldBitwise 2022-12-01T10:52:35.7844520Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-12-01T10:52:35.7844972Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-12-01T10:52:35.7845347Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-12-01T10:52:35.7845644Z [ RUN ] Simplify.ConstantFoldMinMax 2022-12-01T10:52:35.7846144Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-12-01T10:52:35.7846474Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-12-01T10:52:35.7846811Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-12-01T10:52:35.7847126Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-12-01T10:52:35.7847569Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-12-01T10:52:35.7847889Z [ RUN ] Simplify.ConstantFoldWithVar 2022-12-01T10:52:35.7848257Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-12-01T10:52:35.7848598Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-12-01T10:52:35.7848962Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-12-01T10:52:35.7849394Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-12-01T10:52:35.7849977Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-12-01T10:52:35.7850596Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-12-01T10:52:35.7851239Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-12-01T10:52:35.7851918Z [ RUN ] Simplify.UnFoldableExpr 2022-12-01T10:52:35.7852436Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-12-01T10:52:35.7852904Z [ RUN ] Simplify.HashSimple 2022-12-01T10:52:35.7853375Z [ OK ] Simplify.HashSimple (0 ms) 2022-12-01T10:52:35.7853831Z [ RUN ] Simplify.HashEquivalence 2022-12-01T10:52:35.7854380Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-12-01T10:52:35.7854913Z [ RUN ] Simplify.HashEquivalenceRand 2022-12-01T10:52:35.7855502Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-12-01T10:52:35.7856122Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-12-01T10:52:35.7856700Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-12-01T10:52:35.7857241Z [ RUN ] Simplify.HashDifferenceTypes 2022-12-01T10:52:35.7857806Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-12-01T10:52:35.7858350Z [ RUN ] Simplify.HashLargeExpression 2022-12-01T10:52:35.7858676Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-12-01T10:52:35.7858977Z [ RUN ] Simplify.HashForLoopOptions 2022-12-01T10:52:35.7859292Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-12-01T10:52:35.7859583Z [ RUN ] Simplify.SimplifyAdd 2022-12-01T10:52:35.7859904Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-12-01T10:52:35.7860282Z [ RUN ] Simplify.SimplifySub 2022-12-01T10:52:35.7860649Z [ OK ] Simplify.SimplifySub (0 ms) 2022-12-01T10:52:35.7860932Z [ RUN ] Simplify.SimplifyMultiLayer 2022-12-01T10:52:35.7861246Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-12-01T10:52:35.7861550Z [ RUN ] Simplify.SimplifyMultiTerm 2022-12-01T10:52:35.7861870Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-12-01T10:52:35.7862150Z [ RUN ] Simplify.SimplifyCasts 2022-12-01T10:52:35.7862443Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-12-01T10:52:35.7862757Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-12-01T10:52:35.7863091Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-12-01T10:52:35.7863405Z [ RUN ] Simplify.SimplifyMultiVar 2022-12-01T10:52:35.7863740Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-12-01T10:52:35.7864201Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-12-01T10:52:35.7864544Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-12-01T10:52:35.7864843Z [ RUN ] Simplify.SimplifyAdds 2022-12-01T10:52:35.7865117Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-12-01T10:52:35.7865396Z [ RUN ] Simplify.SimplifyMuls 2022-12-01T10:52:35.7865790Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-12-01T10:52:35.7866071Z [ RUN ] Simplify.SimplifySubs 2022-12-01T10:52:35.7870656Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-12-01T10:52:35.7871007Z [ RUN ] Simplify.SimplifyDiv 2022-12-01T10:52:35.7871299Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-12-01T10:52:35.7871748Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-12-01T10:52:35.7872236Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-12-01T10:52:35.7872615Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-12-01T10:52:35.7874070Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-12-01T10:52:35.7874475Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-12-01T10:52:35.7875989Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-12-01T10:52:35.7876598Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-12-01T10:52:35.7877436Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-12-01T10:52:35.7877902Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-12-01T10:52:35.7879477Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-12-01T10:52:35.7880096Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-12-01T10:52:35.7882324Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-12-01T10:52:35.7882945Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-12-01T10:52:35.7885362Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-12-01T10:52:35.7885966Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-12-01T10:52:35.7886711Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-12-01T10:52:35.7887342Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-12-01T10:52:35.7888106Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-12-01T10:52:35.7888643Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-12-01T10:52:35.7890062Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-12-01T10:52:35.7890680Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-12-01T10:52:35.7892369Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-12-01T10:52:35.7893015Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-12-01T10:52:35.7893625Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-12-01T10:52:35.7893968Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-12-01T10:52:35.7895517Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-12-01T10:52:35.7896139Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-12-01T10:52:35.7898237Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-12-01T10:52:35.7898841Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-12-01T10:52:35.7901219Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-12-01T10:52:35.7901872Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-12-01T10:52:35.7902544Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-12-01T10:52:35.7903099Z [ RUN ] Simplify.SimplifyMod 2022-12-01T10:52:35.7904928Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-12-01T10:52:35.7905481Z [ RUN ] Simplify.SimplifyMultiOp 2022-12-01T10:52:35.7906993Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-12-01T10:52:35.7907555Z [ RUN ] Simplify.SimplifyManyOps 2022-12-01T10:52:35.7910113Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-12-01T10:52:35.7910704Z [ RUN ] Simplify.SimplifyFactorization 2022-12-01T10:52:35.7914512Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-12-01T10:52:35.7914912Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-12-01T10:52:35.7916220Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-12-01T10:52:35.7916723Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-12-01T10:52:35.7917079Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-12-01T10:52:35.7917537Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-12-01T10:52:35.7918132Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-12-01T10:52:35.7918623Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-12-01T10:52:35.7919265Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-12-01T10:52:35.7919696Z [ RUN ] Simplify.SimplifyIfComponents 2022-12-01T10:52:35.7920405Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-12-01T10:52:35.7920869Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-12-01T10:52:35.7921399Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-12-01T10:52:35.7921814Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-12-01T10:52:35.7922826Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-12-01T10:52:35.7923171Z [ RUN ] Simplify.SimplifyNestedMax 2022-12-01T10:52:35.7935715Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-12-01T10:52:35.7936093Z [ RUN ] Simplify.SimplifyNestedMin 2022-12-01T10:52:35.7948048Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-12-01T10:52:35.7948429Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-12-01T10:52:35.7950105Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-12-01T10:52:35.7950513Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-12-01T10:52:35.7958188Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-12-01T10:52:35.7958627Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-12-01T10:52:35.7962284Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-12-01T10:52:35.7962755Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-12-01T10:52:35.7966140Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-12-01T10:52:35.7966585Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-12-01T10:52:35.7970931Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-12-01T10:52:35.7971406Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-12-01T10:52:35.7978570Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-12-01T10:52:35.7979044Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-12-01T10:52:35.7992049Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-12-01T10:52:35.7992552Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-12-01T10:52:35.7993501Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-12-01T10:52:35.7993988Z [ RUN ] Simplify.SimplifyConstantBranches 2022-12-01T10:52:35.7994403Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-12-01T10:52:35.7994791Z [ RUN ] Simplify.SimplifyConstantCond 2022-12-01T10:52:35.7995748Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-12-01T10:52:35.7996121Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-12-01T10:52:35.7996662Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-12-01T10:52:35.7997012Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-12-01T10:52:35.8000936Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-12-01T10:52:35.8001301Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-12-01T10:52:35.8008630Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-12-01T10:52:35.8009197Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-12-01T10:52:35.8009875Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-12-01T10:52:35.8010472Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-12-01T10:52:35.8011109Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-12-01T10:52:35.8011535Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-12-01T10:52:35.8012214Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-12-01T10:52:35.8012793Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-12-01T10:52:35.8013133Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-12-01T10:52:35.8013511Z [ RUN ] Simplify.SimplifyForCleansUp 2022-12-01T10:52:35.8016019Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-12-01T10:52:35.8016407Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-12-01T10:52:35.8017544Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-12-01T10:52:35.8017976Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-12-01T10:52:35.8018307Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-12-01T10:52:35.8018718Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-12-01T10:52:35.8019285Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-12-01T10:52:35.8019643Z [ RUN ] Simplify.DontSimplifyRand 2022-12-01T10:52:35.8019955Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-12-01T10:52:35.8020280Z [ RUN ] Simplify.SimplifyReorderForCond 2022-12-01T10:52:35.8025306Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-12-01T10:52:35.8025716Z [ RUN ] Simplify.SimplifyFuseConditions 2022-12-01T10:52:35.8031686Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-12-01T10:52:35.8032153Z [ RUN ] Simplify.SimplifySyncThreads 2022-12-01T10:52:35.8032725Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-12-01T10:52:35.8033207Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-12-01T10:52:35.8033682Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-12-01T10:52:35.8034087Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-12-01T10:52:35.8034466Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-12-01T10:52:35.8034819Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-12-01T10:52:35.8122100Z [ OK ] Simplify.CompareSelectLoopBounds (8 ms) 2022-12-01T10:52:35.8122840Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-12-01T10:52:35.8123585Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:52:35.8124282Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-12-01T10:52:35.8124933Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:52:35.8125496Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-12-01T10:52:35.8126339Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:52:35.8126931Z [----------] 92 tests from Simplify (28 ms total) 2022-12-01T10:52:35.8127149Z 2022-12-01T10:52:35.8127379Z [----------] 12 tests from TEFuserPass 2022-12-01T10:52:35.8127821Z [ RUN ] TEFuserPass.FuserPass_1 2022-12-01T10:52:35.8133933Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-12-01T10:52:35.8134479Z [ RUN ] TEFuserPass.FuserPass_2 2022-12-01T10:52:35.8138146Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-12-01T10:52:35.8138651Z [ RUN ] TEFuserPass.FuserPass_3 2022-12-01T10:52:35.8141578Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-12-01T10:52:35.8142112Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-12-01T10:52:35.8144762Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-12-01T10:52:35.8145333Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-12-01T10:52:35.8145935Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-12-01T10:52:35.8146657Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-12-01T10:52:35.8147232Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-12-01T10:52:35.8147810Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-12-01T10:52:35.8154886Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-12-01T10:52:35.8155634Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-12-01T10:52:35.8158272Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-12-01T10:52:35.8158901Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-12-01T10:52:35.8159587Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-12-01T10:52:35.8160167Z [ RUN ] TEFuserPass.FuserPass_Where 2022-12-01T10:52:35.8163529Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-12-01T10:52:35.8164082Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-12-01T10:52:35.8164633Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-12-01T10:52:35.8165153Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-12-01T10:52:36.0736012Z [ OK ] TEFuserPass.DynamicShapeFusion (256 ms) 2022-12-01T10:52:36.0736847Z [----------] 12 tests from TEFuserPass (260 ms total) 2022-12-01T10:52:36.0737109Z 2022-12-01T10:52:36.0737279Z [----------] 3 tests from Type 2022-12-01T10:52:36.0737513Z [ RUN ] Type.Test01 2022-12-01T10:52:36.0737761Z [ OK ] Type.Test01 (0 ms) 2022-12-01T10:52:36.0738011Z [ RUN ] Type.BitCasting 2022-12-01T10:52:36.0738262Z [ OK ] Type.BitCasting (0 ms) 2022-12-01T10:52:36.0738523Z [ RUN ] Type.Propagation 2022-12-01T10:52:36.0738792Z [ OK ] Type.Propagation (0 ms) 2022-12-01T10:52:36.0739064Z [----------] 3 tests from Type (0 ms total) 2022-12-01T10:52:36.0739202Z 2022-12-01T10:52:36.0739393Z [----------] 1 test from SpecializationsInCustomPasses 2022-12-01T10:52:36.0739749Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-12-01T10:52:36.0752684Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-12-01T10:52:36.0753121Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-12-01T10:52:36.0753313Z 2022-12-01T10:52:36.0753461Z [----------] 150 tests from LLVM 2022-12-01T10:52:36.0753713Z [ RUN ] LLVM.ByteImmTest 2022-12-01T10:52:36.0940055Z [ OK ] LLVM.ByteImmTest (18 ms) 2022-12-01T10:52:36.0940318Z [ RUN ] LLVM.CharImmTest 2022-12-01T10:52:36.1119905Z [ OK ] LLVM.CharImmTest (17 ms) 2022-12-01T10:52:36.1120178Z [ RUN ] LLVM.ShortImmTest 2022-12-01T10:52:36.1298639Z [ OK ] LLVM.ShortImmTest (17 ms) 2022-12-01T10:52:36.1298910Z [ RUN ] LLVM.IntImmTest 2022-12-01T10:52:36.1478928Z [ OK ] LLVM.IntImmTest (17 ms) 2022-12-01T10:52:36.1479185Z [ RUN ] LLVM.LongImmTest 2022-12-01T10:52:36.1659824Z [ OK ] LLVM.LongImmTest (17 ms) 2022-12-01T10:52:36.1660106Z [ RUN ] LLVM.FloatImmTest 2022-12-01T10:52:36.1839499Z [ OK ] LLVM.FloatImmTest (18 ms) 2022-12-01T10:52:36.1839770Z [ RUN ] LLVM.DoubleImmTest 2022-12-01T10:52:36.2017987Z [ OK ] LLVM.DoubleImmTest (17 ms) 2022-12-01T10:52:36.2018346Z [ RUN ] LLVM.HalfImmTest 2022-12-01T10:52:36.2196626Z [ OK ] LLVM.HalfImmTest (17 ms) 2022-12-01T10:52:36.2196917Z [ RUN ] LLVM.ByteAddTest 2022-12-01T10:52:36.2376080Z [ OK ] LLVM.ByteAddTest (17 ms) 2022-12-01T10:52:36.2376357Z [ RUN ] LLVM.CharAddTest 2022-12-01T10:52:36.2555195Z [ OK ] LLVM.CharAddTest (17 ms) 2022-12-01T10:52:36.2555472Z [ RUN ] LLVM.ShortAddTest 2022-12-01T10:52:36.2734868Z [ OK ] LLVM.ShortAddTest (17 ms) 2022-12-01T10:52:36.2735145Z [ RUN ] LLVM.IntAddTest 2022-12-01T10:52:36.2913231Z [ OK ] LLVM.IntAddTest (17 ms) 2022-12-01T10:52:36.2913496Z [ RUN ] LLVM.LongAddTest 2022-12-01T10:52:36.3092284Z [ OK ] LLVM.LongAddTest (17 ms) 2022-12-01T10:52:36.3092564Z [ RUN ] LLVM.FloatAddTest 2022-12-01T10:52:36.3271097Z [ OK ] LLVM.FloatAddTest (17 ms) 2022-12-01T10:52:36.3271385Z [ RUN ] LLVM.DoubleAddTest 2022-12-01T10:52:36.3451320Z [ OK ] LLVM.DoubleAddTest (17 ms) 2022-12-01T10:52:36.3451872Z [ RUN ] LLVM.HalfAddTest 2022-12-01T10:52:36.3630216Z [ OK ] LLVM.HalfAddTest (17 ms) 2022-12-01T10:52:36.3630544Z [ RUN ] LLVM.ByteSubTest 2022-12-01T10:52:36.3808979Z [ OK ] LLVM.ByteSubTest (17 ms) 2022-12-01T10:52:36.3809304Z [ RUN ] LLVM.CharSubTest 2022-12-01T10:52:36.3987975Z [ OK ] LLVM.CharSubTest (17 ms) 2022-12-01T10:52:36.3988253Z [ RUN ] LLVM.ShortSubTest 2022-12-01T10:52:36.4166016Z [ OK ] LLVM.ShortSubTest (17 ms) 2022-12-01T10:52:36.4166442Z [ RUN ] LLVM.IntSubTest 2022-12-01T10:52:36.4345904Z [ OK ] LLVM.IntSubTest (17 ms) 2022-12-01T10:52:36.4346174Z [ RUN ] LLVM.LongSubTest 2022-12-01T10:52:36.4525414Z [ OK ] LLVM.LongSubTest (17 ms) 2022-12-01T10:52:36.4525705Z [ RUN ] LLVM.FloatSubTest 2022-12-01T10:52:36.4705164Z [ OK ] LLVM.FloatSubTest (17 ms) 2022-12-01T10:52:36.4705459Z [ RUN ] LLVM.DoubleSubTest 2022-12-01T10:52:36.4884243Z [ OK ] LLVM.DoubleSubTest (17 ms) 2022-12-01T10:52:36.4884689Z [ RUN ] LLVM.HalfSubTest 2022-12-01T10:52:36.5063483Z [ OK ] LLVM.HalfSubTest (17 ms) 2022-12-01T10:52:36.5063822Z [ RUN ] LLVM.ByteMulTest 2022-12-01T10:52:36.5241352Z [ OK ] LLVM.ByteMulTest (17 ms) 2022-12-01T10:52:36.5241802Z [ RUN ] LLVM.CharMulTest 2022-12-01T10:52:36.5419329Z [ OK ] LLVM.CharMulTest (17 ms) 2022-12-01T10:52:36.5419941Z [ RUN ] LLVM.ShortMulTest 2022-12-01T10:52:36.5597419Z [ OK ] LLVM.ShortMulTest (17 ms) 2022-12-01T10:52:36.5597724Z [ RUN ] LLVM.IntMulTest 2022-12-01T10:52:36.5779147Z [ OK ] LLVM.IntMulTest (18 ms) 2022-12-01T10:52:36.5779451Z [ RUN ] LLVM.LongMulTest 2022-12-01T10:52:36.5958128Z [ OK ] LLVM.LongMulTest (17 ms) 2022-12-01T10:52:36.5958467Z [ RUN ] LLVM.FloatMulTest 2022-12-01T10:52:36.6137754Z [ OK ] LLVM.FloatMulTest (17 ms) 2022-12-01T10:52:36.6138090Z [ RUN ] LLVM.DoubleMulTest 2022-12-01T10:52:36.6316835Z [ OK ] LLVM.DoubleMulTest (17 ms) 2022-12-01T10:52:36.6317117Z [ RUN ] LLVM.HalfMulTest 2022-12-01T10:52:36.6496822Z [ OK ] LLVM.HalfMulTest (17 ms) 2022-12-01T10:52:36.6497084Z [ RUN ] LLVM.ByteDivTest 2022-12-01T10:52:36.6675843Z [ OK ] LLVM.ByteDivTest (17 ms) 2022-12-01T10:52:36.6676118Z [ RUN ] LLVM.CharDivTest 2022-12-01T10:52:36.6854353Z [ OK ] LLVM.CharDivTest (17 ms) 2022-12-01T10:52:36.6854607Z [ RUN ] LLVM.ShortDivTest 2022-12-01T10:52:36.7033157Z [ OK ] LLVM.ShortDivTest (17 ms) 2022-12-01T10:52:36.7033419Z [ RUN ] LLVM.IntDivTest 2022-12-01T10:52:36.7212209Z [ OK ] LLVM.IntDivTest (17 ms) 2022-12-01T10:52:36.7212475Z [ RUN ] LLVM.LongDivTest 2022-12-01T10:52:36.7393330Z [ OK ] LLVM.LongDivTest (18 ms) 2022-12-01T10:52:36.7393812Z [ RUN ] LLVM.FloatDivTest 2022-12-01T10:52:36.7573287Z [ OK ] LLVM.FloatDivTest (17 ms) 2022-12-01T10:52:36.7573607Z [ RUN ] LLVM.DoubleDivTest 2022-12-01T10:52:36.7752546Z [ OK ] LLVM.DoubleDivTest (17 ms) 2022-12-01T10:52:36.7753065Z [ RUN ] LLVM.HalfDivTest 2022-12-01T10:52:36.7932296Z [ OK ] LLVM.HalfDivTest (17 ms) 2022-12-01T10:52:36.7932620Z [ RUN ] LLVM.IntToFloatCastTest 2022-12-01T10:52:36.8114032Z [ OK ] LLVM.IntToFloatCastTest (18 ms) 2022-12-01T10:52:36.8114598Z [ RUN ] LLVM.FloatToIntCastTest 2022-12-01T10:52:36.8294424Z [ OK ] LLVM.FloatToIntCastTest (18 ms) 2022-12-01T10:52:36.8294960Z [ RUN ] LLVM.IntToLongCastTest 2022-12-01T10:52:36.8474455Z [ OK ] LLVM.IntToLongCastTest (17 ms) 2022-12-01T10:52:36.8475006Z [ RUN ] LLVM.ByteToCharCastTest 2022-12-01T10:52:36.8654127Z [ OK ] LLVM.ByteToCharCastTest (17 ms) 2022-12-01T10:52:36.8654680Z [ RUN ] LLVM.HalfToLongCastTest 2022-12-01T10:52:36.8833182Z [ OK ] LLVM.HalfToLongCastTest (17 ms) 2022-12-01T10:52:36.8833756Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-12-01T10:52:36.9013066Z [ OK ] LLVM.ByteToDoubleCastTest (17 ms) 2022-12-01T10:52:36.9013625Z [ RUN ] LLVM.FloatToByteCastTest 2022-12-01T10:52:36.9196353Z [ OK ] LLVM.FloatToByteCastTest (18 ms) 2022-12-01T10:52:36.9196884Z [ RUN ] LLVM.FloatToCharCastTest 2022-12-01T10:52:36.9378987Z [ OK ] LLVM.FloatToCharCastTest (18 ms) 2022-12-01T10:52:36.9379561Z [ RUN ] LLVM.ByteToFloatCastTest 2022-12-01T10:52:36.9560805Z [ OK ] LLVM.ByteToFloatCastTest (18 ms) 2022-12-01T10:52:36.9561345Z [ RUN ] LLVM.CharToFloatCastTest 2022-12-01T10:52:36.9743647Z [ OK ] LLVM.CharToFloatCastTest (18 ms) 2022-12-01T10:52:36.9744144Z [ RUN ] LLVM.BitCast 2022-12-01T10:52:37.0463904Z [ OK ] LLVM.BitCast (72 ms) 2022-12-01T10:52:37.0464384Z [ RUN ] LLVM.fastLogFloat 2022-12-01T10:52:37.1059605Z [ OK ] LLVM.fastLogFloat (59 ms) 2022-12-01T10:52:37.1060107Z [ RUN ] LLVM.LetTest01 2022-12-01T10:52:37.1244738Z [ OK ] LLVM.LetTest01 (18 ms) 2022-12-01T10:52:37.1245187Z [ RUN ] LLVM.LetTest02 2022-12-01T10:52:37.1426242Z [ OK ] LLVM.LetTest02 (18 ms) 2022-12-01T10:52:37.1426752Z [ RUN ] LLVM.LetTestMultitype 2022-12-01T10:52:37.1607107Z [ OK ] LLVM.LetTestMultitype (18 ms) 2022-12-01T10:52:37.1607626Z [ RUN ] LLVM.BufferTest 2022-12-01T10:52:37.1788069Z [ OK ] LLVM.BufferTest (18 ms) 2022-12-01T10:52:37.1788549Z [ RUN ] LLVM.BlockTest 2022-12-01T10:52:37.1975881Z [ OK ] LLVM.BlockTest (18 ms) 2022-12-01T10:52:37.1976384Z [ RUN ] LLVM.LoadStoreTest 2022-12-01T10:52:37.2160022Z [ OK ] LLVM.LoadStoreTest (18 ms) 2022-12-01T10:52:37.2160543Z [ RUN ] LLVM.IfThenElseTest 2022-12-01T10:52:37.2358871Z [ OK ] LLVM.IfThenElseTest (19 ms) 2022-12-01T10:52:37.2359449Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-12-01T10:52:37.2938689Z [ OK ] LLVM.CondNoFalseBlockTest (57 ms) 2022-12-01T10:52:37.2939157Z [ RUN ] LLVM.CondTest 2022-12-01T10:52:37.3523614Z [ OK ] LLVM.CondTest (58 ms) 2022-12-01T10:52:37.3524100Z [ RUN ] LLVM.CondNestedTest 2022-12-01T10:52:37.4343256Z [ OK ] LLVM.CondNestedTest (81 ms) 2022-12-01T10:52:37.4343786Z [ RUN ] LLVM.DirectVectorization 2022-12-01T10:52:37.4598355Z [ OK ] LLVM.DirectVectorization (25 ms) 2022-12-01T10:52:37.4598875Z [ RUN ] LLVM.VecLoadStoreTest 2022-12-01T10:52:37.4785327Z [ OK ] LLVM.VecLoadStoreTest (18 ms) 2022-12-01T10:52:37.4785744Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-12-01T10:52:37.4974867Z [ OK ] LLVM.VecFloat_erfLane4Test (19 ms) 2022-12-01T10:52:37.4975409Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-12-01T10:52:37.5163730Z [ OK ] LLVM.VecFloat_erfcLane4Test (18 ms) 2022-12-01T10:52:37.5164036Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-12-01T10:52:37.5354403Z [ OK ] LLVM.VecFloat_acosLane4Test (19 ms) 2022-12-01T10:52:37.5354716Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-12-01T10:52:37.5542364Z [ OK ] LLVM.VecFloat_asinLane4Test (18 ms) 2022-12-01T10:52:37.5542647Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-12-01T10:52:37.5731431Z [ OK ] LLVM.VecFloat_atanLane4Test (18 ms) 2022-12-01T10:52:37.5731928Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-12-01T10:52:37.5919800Z [ OK ] LLVM.VecFloat_coshLane4Test (18 ms) 2022-12-01T10:52:37.5920105Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-12-01T10:52:37.6107439Z [ OK ] LLVM.VecFloat_sinhLane4Test (18 ms) 2022-12-01T10:52:37.6107756Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-12-01T10:52:37.6294740Z [ OK ] LLVM.VecFloat_tanhLane4Test (18 ms) 2022-12-01T10:52:37.6295124Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-12-01T10:52:37.6482206Z [ OK ] LLVM.VecFloat_expm1Lane4Test (18 ms) 2022-12-01T10:52:37.6482505Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-12-01T10:52:37.6669767Z [ OK ] LLVM.VecFloat_lgammaLane4Test (18 ms) 2022-12-01T10:52:37.6670099Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-12-01T10:52:37.6860395Z [ OK ] LLVM.VecFloat_erfLane8Test (19 ms) 2022-12-01T10:52:37.6860691Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-12-01T10:52:37.7050359Z [ OK ] LLVM.VecFloat_erfcLane8Test (18 ms) 2022-12-01T10:52:37.7050656Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-12-01T10:52:37.7240274Z [ OK ] LLVM.VecFloat_acosLane8Test (18 ms) 2022-12-01T10:52:37.7240565Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-12-01T10:52:37.7431585Z [ OK ] LLVM.VecFloat_asinLane8Test (19 ms) 2022-12-01T10:52:37.7431908Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-12-01T10:52:37.7621081Z [ OK ] LLVM.VecFloat_atanLane8Test (19 ms) 2022-12-01T10:52:37.7621396Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-12-01T10:52:37.7811204Z [ OK ] LLVM.VecFloat_coshLane8Test (18 ms) 2022-12-01T10:52:37.7811506Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-12-01T10:52:37.7999877Z [ OK ] LLVM.VecFloat_sinhLane8Test (18 ms) 2022-12-01T10:52:37.8000198Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-12-01T10:52:37.8189096Z [ OK ] LLVM.VecFloat_tanhLane8Test (18 ms) 2022-12-01T10:52:37.8189661Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-12-01T10:52:37.8380667Z [ OK ] LLVM.VecFloat_expm1Lane8Test (19 ms) 2022-12-01T10:52:37.8381318Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-12-01T10:52:37.8572112Z [ OK ] LLVM.VecFloat_lgammaLane8Test (19 ms) 2022-12-01T10:52:37.8572790Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-12-01T10:52:37.8765945Z [ OK ] LLVM.VecDouble_erfLane2Test (19 ms) 2022-12-01T10:52:37.8766511Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-12-01T10:52:37.8955351Z [ OK ] LLVM.VecDouble_erfcLane2Test (18 ms) 2022-12-01T10:52:37.8955933Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-12-01T10:52:37.9145557Z [ OK ] LLVM.VecDouble_acosLane2Test (18 ms) 2022-12-01T10:52:37.9146083Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-12-01T10:52:37.9339357Z [ OK ] LLVM.VecDouble_asinLane2Test (19 ms) 2022-12-01T10:52:37.9339909Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-12-01T10:52:37.9530125Z [ OK ] LLVM.VecDouble_atanLane2Test (19 ms) 2022-12-01T10:52:37.9530664Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-12-01T10:52:37.9720480Z [ OK ] LLVM.VecDouble_coshLane2Test (19 ms) 2022-12-01T10:52:37.9721321Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-12-01T10:52:37.9910357Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-12-01T10:52:37.9910953Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-12-01T10:52:38.0099308Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-12-01T10:52:38.0100139Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-12-01T10:52:38.0288403Z [ OK ] LLVM.VecDouble_expm1Lane2Test (18 ms) 2022-12-01T10:52:38.0288975Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-12-01T10:52:38.0477262Z [ OK ] LLVM.VecDouble_lgammaLane2Test (18 ms) 2022-12-01T10:52:38.0477821Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-12-01T10:52:38.0667030Z [ OK ] LLVM.VecDouble_erfLane4Test (18 ms) 2022-12-01T10:52:38.0667691Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-12-01T10:52:38.0858511Z [ OK ] LLVM.VecDouble_erfcLane4Test (19 ms) 2022-12-01T10:52:38.0858853Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-12-01T10:52:38.1047025Z [ OK ] LLVM.VecDouble_acosLane4Test (18 ms) 2022-12-01T10:52:38.1047345Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-12-01T10:52:38.1234449Z [ OK ] LLVM.VecDouble_asinLane4Test (18 ms) 2022-12-01T10:52:38.1234819Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-12-01T10:52:38.1424121Z [ OK ] LLVM.VecDouble_atanLane4Test (18 ms) 2022-12-01T10:52:38.1424454Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-12-01T10:52:38.1613349Z [ OK ] LLVM.VecDouble_coshLane4Test (18 ms) 2022-12-01T10:52:38.1613655Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-12-01T10:52:38.1803936Z [ OK ] LLVM.VecDouble_sinhLane4Test (19 ms) 2022-12-01T10:52:38.1804241Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-12-01T10:52:38.1992251Z [ OK ] LLVM.VecDouble_tanhLane4Test (18 ms) 2022-12-01T10:52:38.1992592Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-12-01T10:52:38.2180060Z [ OK ] LLVM.VecDouble_expm1Lane4Test (18 ms) 2022-12-01T10:52:38.2180362Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-12-01T10:52:38.2367363Z [ OK ] LLVM.VecDouble_lgammaLane4Test (18 ms) 2022-12-01T10:52:38.2367690Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-12-01T10:52:38.2556440Z [ OK ] LLVM.VectorizerLoadStoreTest (18 ms) 2022-12-01T10:52:38.2556771Z [ RUN ] LLVM.VectorizeBitCast 2022-12-01T10:52:38.2759604Z [ OK ] LLVM.VectorizeBitCast (20 ms) 2022-12-01T10:52:38.2759921Z [ RUN ] LLVM.MemcpyTest 2022-12-01T10:52:38.2958178Z [ OK ] LLVM.MemcpyTest (19 ms) 2022-12-01T10:52:38.2958440Z [ RUN ] LLVM.BzeroTest 2022-12-01T10:52:38.3152983Z [ OK ] LLVM.BzeroTest (19 ms) 2022-12-01T10:52:38.3153324Z [ RUN ] LLVM.ElemwiseAdd 2022-12-01T10:52:38.3628143Z [ OK ] LLVM.ElemwiseAdd (47 ms) 2022-12-01T10:52:38.3628437Z [ RUN ] LLVM.ElemwiseAddFloat 2022-12-01T10:52:38.4085906Z [ OK ] LLVM.ElemwiseAddFloat (45 ms) 2022-12-01T10:52:38.4086214Z [ RUN ] LLVM.ElemwiseLog10Float 2022-12-01T10:52:38.4311768Z [ OK ] LLVM.ElemwiseLog10Float (22 ms) 2022-12-01T10:52:38.4312143Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-12-01T10:52:38.4536395Z [ OK ] LLVM.ElemwiseLog1pFloat (22 ms) 2022-12-01T10:52:38.4536718Z [ RUN ] LLVM.ElemwiseMaxInt 2022-12-01T10:52:38.4854589Z [ OK ] LLVM.ElemwiseMaxInt (31 ms) 2022-12-01T10:52:38.4854873Z [ RUN ] LLVM.ElemwiseMinInt 2022-12-01T10:52:38.5175717Z [ OK ] LLVM.ElemwiseMinInt (32 ms) 2022-12-01T10:52:38.5176024Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-12-01T10:52:38.5461417Z [ OK ] LLVM.ElemwiseMaxFloat (28 ms) 2022-12-01T10:52:38.5461962Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-12-01T10:52:38.5745952Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-12-01T10:52:38.5746287Z [ RUN ] LLVM.ElemwiseMinFloat 2022-12-01T10:52:38.6032815Z [ OK ] LLVM.ElemwiseMinFloat (28 ms) 2022-12-01T10:52:38.6033323Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-12-01T10:52:38.6321374Z [ OK ] LLVM.ElemwiseMinNaNFloat (28 ms) 2022-12-01T10:52:38.6321661Z [ RUN ] LLVM.ElemwiseMod 2022-12-01T10:52:38.6596187Z [ OK ] LLVM.ElemwiseMod (27 ms) 2022-12-01T10:52:38.6596532Z [ RUN ] LLVM.CompareSelectIntEQ 2022-12-01T10:52:38.6936981Z [ OK ] LLVM.CompareSelectIntEQ (33 ms) 2022-12-01T10:52:38.6937291Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-12-01T10:52:38.7273573Z [ OK ] LLVM.CompareSelectFloatEQ (33 ms) 2022-12-01T10:52:38.7273871Z [ RUN ] LLVM.CompareSelectByteGT 2022-12-01T10:52:38.7607673Z [ OK ] LLVM.CompareSelectByteGT (33 ms) 2022-12-01T10:52:38.7607977Z [ RUN ] LLVM.CompareSelectByteGE 2022-12-01T10:52:38.7940303Z [ OK ] LLVM.CompareSelectByteGE (33 ms) 2022-12-01T10:52:38.7940609Z [ RUN ] LLVM.CompareSelectByteLT 2022-12-01T10:52:38.8277181Z [ OK ] LLVM.CompareSelectByteLT (33 ms) 2022-12-01T10:52:38.8277755Z [ RUN ] LLVM.CompareSelectByteLE 2022-12-01T10:52:38.8613319Z [ OK ] LLVM.CompareSelectByteLE (33 ms) 2022-12-01T10:52:38.8613832Z [ RUN ] LLVM.StoreFloat 2022-12-01T10:52:38.8800539Z [ OK ] LLVM.StoreFloat (18 ms) 2022-12-01T10:52:38.8801040Z [ RUN ] LLVM.SimpleMath01 2022-12-01T10:52:38.9172537Z [ OK ] LLVM.SimpleMath01 (37 ms) 2022-12-01T10:52:38.9173115Z [ RUN ] LLVM.ComputeMul 2022-12-01T10:52:38.9635790Z [ OK ] LLVM.ComputeMul (46 ms) 2022-12-01T10:52:38.9636390Z [ RUN ] LLVM.BroadcastAdd 2022-12-01T10:52:39.0744113Z [ OK ] LLVM.BroadcastAdd (110 ms) 2022-12-01T10:52:39.0744614Z [ RUN ] LLVM.BitwiseOps 2022-12-01T10:52:39.0930543Z [ OK ] LLVM.BitwiseOps (18 ms) 2022-12-01T10:52:39.0931136Z [ RUN ] LLVM.ArithmeticRightShift 2022-12-01T10:52:39.1112927Z [ OK ] LLVM.ArithmeticRightShift (18 ms) 2022-12-01T10:52:39.1113487Z [ RUN ] LLVM.LogicalRightShift 2022-12-01T10:52:39.1294456Z [ OK ] LLVM.LogicalRightShift (18 ms) 2022-12-01T10:52:39.1294998Z [ RUN ] LLVM.DynamicShapeAdd 2022-12-01T10:52:39.2593461Z [ OK ] LLVM.DynamicShapeAdd (129 ms) 2022-12-01T10:52:39.2594007Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-12-01T10:52:39.3887248Z [ OK ] LLVM.BindDynamicShapeAdd (129 ms) 2022-12-01T10:52:39.3887821Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-12-01T10:52:39.5184876Z [ OK ] LLVM.TensorDynamicShapeAdd (129 ms) 2022-12-01T10:52:39.5185442Z [ RUN ] LLVM.DynamicShape2D 2022-12-01T10:52:39.7357125Z [ OK ] LLVM.DynamicShape2D (217 ms) 2022-12-01T10:52:39.7357611Z [ RUN ] LLVM.EmptyStmt 2022-12-01T10:52:39.7536816Z [ OK ] LLVM.EmptyStmt (18 ms) 2022-12-01T10:52:39.7537341Z [ RUN ] LLVM.EliminatedStmt 2022-12-01T10:52:39.7714587Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-12-01T10:52:39.7715083Z [ RUN ] LLVM.SimpleReduction 2022-12-01T10:52:39.8528123Z [ OK ] LLVM.SimpleReduction (81 ms) 2022-12-01T10:52:39.8528655Z [ RUN ] LLVM.RFactorReduction 2022-12-01T10:52:39.8846987Z [ OK ] LLVM.RFactorReduction (31 ms) 2022-12-01T10:52:39.8847587Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-12-01T10:52:39.9337523Z [ OK ] LLVM.RFactorVectorizedReduction (48 ms) 2022-12-01T10:52:39.9338369Z [ RUN ] LLVM.SimpleParallelSS 2022-12-01T10:52:39.9575522Z [ OK ] LLVM.SimpleParallelSS (23 ms) 2022-12-01T10:52:39.9576241Z [ RUN ] LLVM.SimpleParallelSP 2022-12-01T10:52:39.9833188Z [ OK ] LLVM.SimpleParallelSP (25 ms) 2022-12-01T10:52:39.9833588Z [ RUN ] LLVM.SimpleParallelPS 2022-12-01T10:52:40.0107006Z [ OK ] LLVM.SimpleParallelPS (27 ms) 2022-12-01T10:52:40.0107415Z [ RUN ] LLVM.SimpleParallelPP 2022-12-01T10:52:40.0378390Z [ OK ] LLVM.SimpleParallelPP (27 ms) 2022-12-01T10:52:40.0378785Z [ RUN ] LLVM.CompositeParallel 2022-12-01T10:52:43.0562510Z [ OK ] LLVM.CompositeParallel (3018 ms) 2022-12-01T10:52:43.0562959Z [ RUN ] LLVM.VectorizedGEMM 2022-12-01T10:52:43.1372742Z [ OK ] LLVM.VectorizedGEMM (81 ms) 2022-12-01T10:52:43.1373030Z [ RUN ] LLVM.CallRaw 2022-12-01T10:52:43.8128569Z [ OK ] LLVM.CallRaw (675 ms) 2022-12-01T10:52:43.8128872Z [ RUN ] LLVM.CustomTarget 2022-12-01T10:52:43.8355998Z [ OK ] LLVM.CustomTarget (22 ms) 2022-12-01T10:52:43.8356371Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-12-01T10:52:43.8726634Z [ OK ] LLVM.CodeGenKernelFuncName (37 ms) 2022-12-01T10:52:43.8727094Z [----------] 150 tests from LLVM (7797 ms total) 2022-12-01T10:52:43.8727248Z 2022-12-01T10:52:43.8727420Z [----------] Global test environment tear-down 2022-12-01T10:52:43.8803024Z [==========] 801 tests from 25 test suites ran. (25088 ms total) 2022-12-01T10:52:43.8803361Z [ PASSED ] 801 tests. 2022-12-01T10:52:43.8803495Z 2022-12-01T10:52:43.8803620Z  YOU HAVE 5 DISABLED TESTS 2022-12-01T10:52:43.8803742Z 2022-12-01T10:52:43.9493389Z + [[ linux-focal-py3.7-gcc7 == pytorch-linux-xenial-py3* ]] 2022-12-01T10:52:43.9493655Z + assert_git_not_dirty 2022-12-01T10:52:43.9493905Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:52:43.9494190Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:52:43.9495991Z ++ git status --porcelain 2022-12-01T10:52:44.0317591Z + git_status= 2022-12-01T10:52:44.0318062Z + [[ -n '' ]] 2022-12-01T10:52:44.0318316Z + test_aot_compilation 2022-12-01T10:52:44.0318590Z + echo 'Testing Ahead of Time compilation' 2022-12-01T10:52:44.0318831Z Testing Ahead of Time compilation 2022-12-01T10:52:44.0319249Z + 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:52:44.0328029Z + 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:52:44.0337032Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T10:52:44.0337595Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T10:52:44.0347701Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-12-01T10:52:44.0348378Z + /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:52:44.2835525Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:52:44.2835992Z [==========] Running 6 tests from 2 test suites. 2022-12-01T10:52:44.2836347Z [----------] Global test environment set-up. 2022-12-01T10:52:44.2836664Z [----------] 4 tests from Function 2022-12-01T10:52:44.2836989Z [ RUN ] Function.ExecuteSlowMul 2022-12-01T10:52:44.3018566Z [ OK ] Function.ExecuteSlowMul (18 ms) 2022-12-01T10:52:44.3019086Z [ RUN ] Function.Serialization 2022-12-01T10:52:44.3019828Z [ OK ] Function.Serialization (0 ms) 2022-12-01T10:52:44.3020121Z [ RUN ] Function.ValidInput 2022-12-01T10:52:44.3020388Z [ OK ] Function.ValidInput (0 ms) 2022-12-01T10:52:44.3020667Z [ RUN ] Function.InvalidInput 2022-12-01T10:52:44.3027986Z [ OK ] Function.InvalidInput (0 ms) 2022-12-01T10:52:44.3028693Z [----------] 4 tests from Function (19 ms total) 2022-12-01T10:52:44.3028961Z 2022-12-01T10:52:44.3029161Z [----------] 2 tests from MobileNNCRegistryTest 2022-12-01T10:52:44.3029484Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-12-01T10:52:44.3029829Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-12-01T10:52:44.3030194Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-12-01T10:52:44.3030574Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-12-01T10:52:44.3031025Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-12-01T10:52:44.3031349Z 2022-12-01T10:52:44.3031658Z [----------] Global test environment tear-down 2022-12-01T10:52:44.3031988Z [==========] 6 tests from 2 test suites ran. (19 ms total) 2022-12-01T10:52:44.3032251Z [ PASSED ] 6 tests. 2022-12-01T10:52:44.3032371Z 2022-12-01T10:52:44.3032495Z  YOU HAVE 1 DISABLED TEST 2022-12-01T10:52:44.3032616Z 2022-12-01T10:52:44.3620908Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-12-01T10:52:44.3621298Z + source test/mobile/nnc/test_aot_compile.sh 2022-12-01T10:52:44.3621545Z ++ set -e -o pipefail 2022-12-01T10:52:44.3623628Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:52:44.3786804Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:52:44.3787185Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:52:44.3790304Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-12-01T10:52:44.3804873Z ++ CURRENT_DIR=test/mobile/nnc 2022-12-01T10:52:44.3805219Z ++ MODEL=aot_test_model.pt 2022-12-01T10:52:44.3805650Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-12-01T10:52:44.3805981Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-12-01T10:52:44.3808539Z +++ mktemp -d -t build_XXX 2022-12-01T10:52:44.3835913Z ++ TMP_DIR=/tmp/build_DlB 2022-12-01T10:52:44.3837135Z + test_custom_script_ops 2022-12-01T10:52:44.3837575Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-12-01T10:52:44.3838203Z + echo 'Testing custom script operators' 2022-12-01T10:52:44.3838494Z Testing custom script operators 2022-12-01T10:52:44.3838854Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-12-01T10:52:44.3839117Z + pushd test/custom_operator 2022-12-01T10:52:44.3839347Z ~/workspace/test/custom_operator ~/workspace 2022-12-01T10:52:44.3839709Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-12-01T10:52:44.3967778Z + python test_custom_ops.py -v 2022-12-01T10:52:45.3103067Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-12-01T10:52:45.3113791Z 2022-12-01T10:52:45.3113926Z Running tests... 2022-12-01T10:52:45.3114333Z ---------------------------------------------------------------------- 2022-12-01T10:52:45.3156061Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-12-01T10:52:45.3615615Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.046s) 2022-12-01T10:52:45.3621663Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:52:45.3642957Z 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:52:45.3643815Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T10:52:45.3655810Z ok (0.003s) 2022-12-01T10:52:45.3663873Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:52:45.3667528Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-12-01T10:52:45.3745582Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-12-01T10:52:45.3745879Z 2022-12-01T10:52:45.3746638Z ---------------------------------------------------------------------- 2022-12-01T10:52:45.3746953Z Ran 7 tests in 0.063s 2022-12-01T10:52:45.3747076Z 2022-12-01T10:52:45.3747125Z OK 2022-12-01T10:52:45.3747222Z 2022-12-01T10:52:45.3747318Z Generating XML reports... 2022-12-01T10:52:45.3777594Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201105245.xml 2022-12-01T10:52:45.5444106Z + python model.py --export-script-module=model.pt 2022-12-01T10:52:46.4479309Z + build/test_custom_ops ./model.pt 2022-12-01T10:52:46.7172350Z [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:52:46.7703622Z ok 2022-12-01T10:52:46.8340671Z + popd 2022-12-01T10:52:46.8340903Z ~/workspace 2022-12-01T10:52:46.8341155Z + assert_git_not_dirty 2022-12-01T10:52:46.8341517Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:52:46.8341810Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:52:46.8344030Z ++ git status --porcelain 2022-12-01T10:52:46.9149464Z + git_status= 2022-12-01T10:52:46.9150036Z + [[ -n '' ]] 2022-12-01T10:52:46.9150370Z + test_custom_backend 2022-12-01T10:52:46.9150753Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-12-01T10:52:46.9151018Z + echo 'Testing custom backends' 2022-12-01T10:52:46.9151218Z Testing custom backends 2022-12-01T10:52:46.9151581Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-12-01T10:52:46.9151847Z + pushd test/custom_backend 2022-12-01T10:52:46.9152072Z ~/workspace/test/custom_backend ~/workspace 2022-12-01T10:52:46.9152443Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-12-01T10:52:46.9204138Z + python test_custom_backend.py -v 2022-12-01T10:52:47.8386631Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-12-01T10:52:47.8397294Z 2022-12-01T10:52:47.8397457Z Running tests... 2022-12-01T10:52:47.8398339Z ---------------------------------------------------------------------- 2022-12-01T10:52:47.8405575Z test_execute (__main__.TestCustomBackend) 2022-12-01T10:52:47.8923493Z Test execution using the custom backend. ... ok (0.052s) 2022-12-01T10:52:47.8932029Z test_save_load (__main__.TestCustomBackend) 2022-12-01T10:52:47.9103127Z Test that a lowered module can be executed correctly ... ok (0.018s) 2022-12-01T10:52:47.9105578Z 2022-12-01T10:52:47.9106323Z ---------------------------------------------------------------------- 2022-12-01T10:52:47.9106788Z Ran 2 tests in 0.071s 2022-12-01T10:52:47.9106977Z 2022-12-01T10:52:47.9107082Z OK 2022-12-01T10:52:47.9107253Z 2022-12-01T10:52:47.9107418Z Generating XML reports... 2022-12-01T10:52:47.9133251Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201105247.xml 2022-12-01T10:52:48.0823150Z + python backend.py --export-module-to=model.pt 2022-12-01T10:52:49.0260064Z + build/test_custom_backend ./model.pt 2022-12-01T10:52:49.3071817Z Testing custom_backend 2022-12-01T10:52:49.3694351Z OK 2022-12-01T10:52:49.4358263Z + rm -f ./model.pt 2022-12-01T10:52:49.4414650Z + popd 2022-12-01T10:52:49.4414914Z ~/workspace 2022-12-01T10:52:49.4415163Z + assert_git_not_dirty 2022-12-01T10:52:49.4415714Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:52:49.4415984Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:52:49.4417903Z ++ git status --porcelain 2022-12-01T10:52:49.5219459Z + git_status= 2022-12-01T10:52:49.5219960Z + [[ -n '' ]] 2022-12-01T10:52:49.5220285Z + test_torch_function_benchmark 2022-12-01T10:52:49.5220753Z + echo 'Testing __torch_function__ benchmarks' 2022-12-01T10:52:49.5221113Z Testing __torch_function__ benchmarks 2022-12-01T10:52:49.5221449Z + pushd benchmarks/overrides_benchmark 2022-12-01T10:52:49.5221879Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-12-01T10:52:49.5222331Z + python bench.py -n 1 -m 2 2022-12-01T10:52:50.2803762Z Type tensor had a minimum time of 0.00762939453125 us and a standard deviation of 0.1987645373446867 us. 2022-12-01T10:52:50.2804258Z Type SubTensor had a minimum time of 0.014781951904296875 us and a standard deviation of 0.03220019061700441 us. 2022-12-01T10:52:50.2804745Z Type WithTorchFunction had a minimum time of 0.00858306884765625 us and a standard deviation of 0.01551004061184358 us. 2022-12-01T10:52:50.2806292Z Type SubWithTorchFunction had a minimum time of 0.017881393432617188 us and a standard deviation of 0.009778068488230929 us. 2022-12-01T10:52:50.4253021Z + python pyspybench.py Tensor -n 1 2022-12-01T10:52:51.3120807Z + python pyspybench.py SubTensor -n 1 2022-12-01T10:52:52.2027732Z + python pyspybench.py WithTorchFunction -n 1 2022-12-01T10:52:53.1042145Z + python pyspybench.py SubWithTorchFunction -n 1 2022-12-01T10:52:54.0081405Z + popd 2022-12-01T10:52:54.0081781Z ~/workspace 2022-12-01T10:52:54.0082109Z + assert_git_not_dirty 2022-12-01T10:52:54.0082561Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:52:54.0082873Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:52:54.0084132Z ++ git status --porcelain 2022-12-01T10:52:54.0904389Z + git_status= 2022-12-01T10:52:54.0904859Z + [[ -n '' ]] 2022-12-01T10:52:54.0973228Z Prepare all required actions 2022-12-01T10:52:54.0973564Z Getting action download info 2022-12-01T10:52:54.2999721Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:52:54.2999931Z with: 2022-12-01T10:52:54.3000269Z github-token: *** 2022-12-01T10:52:54.3000440Z env: 2022-12-01T10:52:54.3000602Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:54.3000788Z ##[endgroup] 2022-12-01T10:52:54.3027236Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:52:54.3027474Z with: 2022-12-01T10:52:54.3027637Z shell: bash 2022-12-01T10:52:54.3027799Z timeout_minutes: 10 2022-12-01T10:52:54.3027978Z max_attempts: 5 2022-12-01T10:52:54.3028158Z retry_wait_seconds: 30 2022-12-01T10:52:54.3028528Z 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:52:54.3028936Z polling_interval_seconds: 1 2022-12-01T10:52:54.3029138Z warning_on_retry: true 2022-12-01T10:52:54.3029323Z continue_on_error: false 2022-12-01T10:52:54.3029496Z env: 2022-12-01T10:52:54.3029663Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:54.3029951Z GITHUB_TOKEN: *** 2022-12-01T10:52:54.3030124Z ##[endgroup] 2022-12-01T10:52:54.6500188Z 2022-12-01T10:52:54.6505506Z ##[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:52:54.6552214Z + python3 -m pip install requests==2.26.0 2022-12-01T10:52:55.4523345Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:52:55.4778346Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:52:55.4911630Z 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:52:55.4943694Z 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:52:55.4963994Z 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:52:55.4990536Z 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:52:55.7202294Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0fdf1c80e03bfdb26 2022-12-01T10:52:58.4318393Z + GHA_WORKFLOW_JOB_ID=9818325557 2022-12-01T10:52:58.4318895Z + echo '::set-output name=job-id::9818325557' 2022-12-01T10:52:58.4340223Z ##[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:52:58.6595761Z Command completed after 1 attempt(s). 2022-12-01T10:52:58.6596027Z 2022-12-01T10:52:58.6597945Z ##[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:52:58.6712641Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:52:58.6713009Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:52:58.7370570Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:52:58.7370802Z env: 2022-12-01T10:52:58.7370970Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:58.7371173Z MONITOR_SCRIPT_PID: 19685 2022-12-01T10:52:58.7371361Z ##[endgroup] 2022-12-01T10:52:58.7452695Z Prepare all required actions 2022-12-01T10:52:58.7452963Z Getting action download info 2022-12-01T10:52:58.9420775Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:52:59.0949881Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:52:59.0950106Z with: 2022-12-01T10:52:59.0950328Z file-suffix: test-default-2-2-linux.2xlarge_9818325557 2022-12-01T10:52:59.0950533Z env: 2022-12-01T10:52:59.0950707Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:59.0950891Z ##[endgroup] 2022-12-01T10:52:59.0974363Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:52:59.0974653Z # Remove any previous test jsons if they exist 2022-12-01T10:52:59.0974889Z rm -f test-jsons-*.zip 2022-12-01T10:52:59.0975125Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:52:59.0986202Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:52:59.0986467Z env: 2022-12-01T10:52:59.0986635Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:59.0986881Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818325557 2022-12-01T10:52:59.0987117Z ##[endgroup] 2022-12-01T10:52:59.1226156Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:52:59.1252969Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:52:59.1258893Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:52:59.1260230Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:52:59.1268589Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:52:59.1288335Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:52:59.1288635Z # Remove any previous test reports if they exist 2022-12-01T10:52:59.1288876Z rm -f test-reports-*.zip 2022-12-01T10:52:59.1289130Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:52:59.1299827Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:52:59.1300048Z env: 2022-12-01T10:52:59.1300223Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:59.1300533Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818325557 2022-12-01T10:52:59.1300761Z ##[endgroup] 2022-12-01T10:52:59.1407875Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201105247.xml (deflated 56%) 2022-12-01T10:52:59.1408507Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201105245.xml (deflated 65%) 2022-12-01T10:52:59.1413116Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100558.xml (deflated 76%) 2022-12-01T10:52:59.1419482Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100558.xml (deflated 92%) 2022-12-01T10:52:59.1428434Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100558.xml (deflated 92%) 2022-12-01T10:52:59.1434434Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100558.xml (deflated 93%) 2022-12-01T10:52:59.1445001Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100558.xml (deflated 90%) 2022-12-01T10:52:59.1449895Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100558.xml (deflated 66%) 2022-12-01T10:52:59.1453611Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100558.xml (deflated 63%) 2022-12-01T10:52:59.1458445Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100558.xml (deflated 84%) 2022-12-01T10:52:59.1466635Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1471821Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100558.xml (deflated 84%) 2022-12-01T10:52:59.1475708Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100558.xml (deflated 86%) 2022-12-01T10:52:59.1488734Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100558.xml (deflated 75%) 2022-12-01T10:52:59.1494864Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100558.xml (deflated 82%) 2022-12-01T10:52:59.1503640Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100558.xml (deflated 79%) 2022-12-01T10:52:59.1508223Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100558.xml (deflated 59%) 2022-12-01T10:52:59.1520869Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100558.xml (deflated 88%) 2022-12-01T10:52:59.1534556Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100558.xml (deflated 92%) 2022-12-01T10:52:59.1538724Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100558.xml (deflated 70%) 2022-12-01T10:52:59.1548254Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100558.xml (deflated 88%) 2022-12-01T10:52:59.1552984Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100558.xml (deflated 76%) 2022-12-01T10:52:59.1557444Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100558.xml (deflated 73%) 2022-12-01T10:52:59.1561443Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100558.xml (deflated 68%) 2022-12-01T10:52:59.1569172Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100558.xml (deflated 82%) 2022-12-01T10:52:59.1573740Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100558.xml (deflated 53%) 2022-12-01T10:52:59.1577883Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1582539Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100558.xml (deflated 74%) 2022-12-01T10:52:59.1595193Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1602899Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100558.xml (deflated 53%) 2022-12-01T10:52:59.1607367Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100558.xml (deflated 79%) 2022-12-01T10:52:59.1611987Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100558.xml (deflated 73%) 2022-12-01T10:52:59.1626271Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100558.xml (deflated 78%) 2022-12-01T10:52:59.1630111Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100558.xml (deflated 76%) 2022-12-01T10:52:59.1634607Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100558.xml (deflated 74%) 2022-12-01T10:52:59.1644932Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1649226Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100558.xml (deflated 79%) 2022-12-01T10:52:59.1654160Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100558.xml (deflated 63%) 2022-12-01T10:52:59.1658635Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1667750Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1672626Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100558.xml (deflated 59%) 2022-12-01T10:52:59.1677791Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100558.xml (deflated 83%) 2022-12-01T10:52:59.1682936Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100558.xml (deflated 86%) 2022-12-01T10:52:59.1696527Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100558.xml (deflated 80%) 2022-12-01T10:52:59.1703518Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100558.xml (deflated 79%) 2022-12-01T10:52:59.1716683Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100558.xml (deflated 80%) 2022-12-01T10:52:59.1720998Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100558.xml (deflated 83%) 2022-12-01T10:52:59.1739681Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100558.xml (deflated 87%) 2022-12-01T10:52:59.1744969Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100558.xml (deflated 80%) 2022-12-01T10:52:59.1761102Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1767611Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1773275Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1782278Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100558.xml (deflated 86%) 2022-12-01T10:52:59.1787889Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100558.xml (deflated 83%) 2022-12-01T10:52:59.1792312Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100558.xml (deflated 82%) 2022-12-01T10:52:59.1797736Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1806725Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100558.xml (deflated 69%) 2022-12-01T10:52:59.1818837Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100558.xml (deflated 87%) 2022-12-01T10:52:59.1828379Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100558.xml (deflated 89%) 2022-12-01T10:52:59.1832098Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100558.xml (deflated 64%) 2022-12-01T10:52:59.1836358Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100558.xml (deflated 71%) 2022-12-01T10:52:59.1849952Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1855997Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100558.xml (deflated 87%) 2022-12-01T10:52:59.1875881Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100558.xml (deflated 85%) 2022-12-01T10:52:59.1880573Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100558.xml (deflated 74%) 2022-12-01T10:52:59.1884613Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100558.xml (deflated 72%) 2022-12-01T10:52:59.1892777Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201100559.xml (deflated 56%) 2022-12-01T10:52:59.2008701Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201100559.xml (deflated 96%) 2022-12-01T10:52:59.2014279Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101715.xml (deflated 63%) 2022-12-01T10:52:59.2019732Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101715.xml (deflated 85%) 2022-12-01T10:52:59.2033251Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101715.xml (deflated 85%) 2022-12-01T10:52:59.2039242Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101715.xml (deflated 83%) 2022-12-01T10:52:59.2104153Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101715.xml (deflated 94%) 2022-12-01T10:52:59.2108546Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101715.xml (deflated 74%) 2022-12-01T10:52:59.2114241Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201102025.xml (deflated 49%) 2022-12-01T10:52:59.2118359Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201102025.xml (deflated 41%) 2022-12-01T10:52:59.2254908Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201102025.xml (deflated 98%) 2022-12-01T10:52:59.2266609Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201102025.xml (deflated 86%) 2022-12-01T10:52:59.2278027Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201102025.xml (deflated 85%) 2022-12-01T10:52:59.2282367Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201102034.xml (deflated 66%) 2022-12-01T10:52:59.2286751Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201102034.xml (deflated 85%) 2022-12-01T10:52:59.2291030Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201102034.xml (deflated 48%) 2022-12-01T10:52:59.2299231Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201102034.xml (deflated 74%) 2022-12-01T10:52:59.2304724Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201102034.xml (deflated 86%) 2022-12-01T10:52:59.2309093Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201102034.xml (deflated 74%) 2022-12-01T10:52:59.2322079Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201102034.xml (deflated 59%) 2022-12-01T10:52:59.2329497Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201102034.xml (deflated 81%) 2022-12-01T10:52:59.2334533Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201102034.xml (deflated 70%) 2022-12-01T10:52:59.2348386Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2353336Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2358097Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201102034.xml (deflated 83%) 2022-12-01T10:52:59.2362361Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201102034.xml (deflated 56%) 2022-12-01T10:52:59.2370951Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201102034.xml (deflated 75%) 2022-12-01T10:52:59.2376563Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201102034.xml (deflated 85%) 2022-12-01T10:52:59.2384357Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201102034.xml (deflated 82%) 2022-12-01T10:52:59.2392262Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201102034.xml (deflated 70%) 2022-12-01T10:52:59.2404854Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201102034.xml (deflated 96%) 2022-12-01T10:52:59.2409587Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201102034.xml (deflated 85%) 2022-12-01T10:52:59.2415423Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201102034.xml (deflated 80%) 2022-12-01T10:52:59.2427537Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201102034.xml (deflated 89%) 2022-12-01T10:52:59.2433428Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201102034.xml (deflated 41%) 2022-12-01T10:52:59.2439447Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201102034.xml (deflated 85%) 2022-12-01T10:52:59.2452187Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201102034.xml (deflated 51%) 2022-12-01T10:52:59.2457462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201102034.xml (deflated 73%) 2022-12-01T10:52:59.2461976Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201102034.xml (deflated 46%) 2022-12-01T10:52:59.2466771Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201102034.xml (deflated 52%) 2022-12-01T10:52:59.2474866Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201102034.xml (deflated 79%) 2022-12-01T10:52:59.2480177Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201102034.xml (deflated 87%) 2022-12-01T10:52:59.2486452Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201102034.xml (deflated 62%) 2022-12-01T10:52:59.2498093Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201102034.xml (deflated 73%) 2022-12-01T10:52:59.2503498Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201102034.xml (deflated 62%) 2022-12-01T10:52:59.2509667Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201102034.xml (deflated 90%) 2022-12-01T10:52:59.2524885Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2544702Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201102034.xml (deflated 95%) 2022-12-01T10:52:59.2550612Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201102034.xml (deflated 78%) 2022-12-01T10:52:59.2560896Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201102034.xml (deflated 89%) 2022-12-01T10:52:59.2565774Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201102034.xml (deflated 76%) 2022-12-01T10:52:59.2570630Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201102034.xml (deflated 70%) 2022-12-01T10:52:59.2577175Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201102034.xml (deflated 82%) 2022-12-01T10:52:59.2588484Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2594052Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2599732Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201102034.xml (deflated 69%) 2022-12-01T10:52:59.2613058Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2620347Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201102034.xml (deflated 87%) 2022-12-01T10:52:59.2627315Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201102034.xml (deflated 49%) 2022-12-01T10:52:59.2631598Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201102034.xml (deflated 81%) 2022-12-01T10:52:59.2640593Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2645226Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201102034.xml (deflated 64%) 2022-12-01T10:52:59.2649750Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2655062Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201102034.xml (deflated 61%) 2022-12-01T10:52:59.2666368Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201102034.xml (deflated 89%) 2022-12-01T10:52:59.2670797Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201102034.xml (deflated 42%) 2022-12-01T10:52:59.2674811Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201102034.xml (deflated 81%) 2022-12-01T10:52:59.2678499Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201102034.xml (deflated 79%) 2022-12-01T10:52:59.2686929Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201102034.xml (deflated 86%) 2022-12-01T10:52:59.2690960Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201102034.xml (deflated 48%) 2022-12-01T10:52:59.2695444Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2708397Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201102034.xml (deflated 80%) 2022-12-01T10:52:59.2712443Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201102034.xml (deflated 80%) 2022-12-01T10:52:59.2718392Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201102034.xml (deflated 77%) 2022-12-01T10:52:59.2743016Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2750095Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201102034.xml (deflated 78%) 2022-12-01T10:52:59.2756055Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201102034.xml (deflated 83%) 2022-12-01T10:52:59.2765568Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201102034.xml (deflated 87%) 2022-12-01T10:52:59.2771088Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201102034.xml (deflated 75%) 2022-12-01T10:52:59.2775559Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201102034.xml (deflated 86%) 2022-12-01T10:52:59.2779282Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201102034.xml (deflated 72%) 2022-12-01T10:52:59.2790447Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201102034.xml (deflated 90%) 2022-12-01T10:52:59.2797687Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2801550Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201102034.xml (deflated 74%) 2022-12-01T10:52:59.2809747Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201102034.xml (deflated 81%) 2022-12-01T10:52:59.2814293Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201102034.xml (deflated 62%) 2022-12-01T10:52:59.2818948Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2835084Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2840161Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201102034.xml (deflated 83%) 2022-12-01T10:52:59.2845685Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201102034.xml (deflated 83%) 2022-12-01T10:52:59.2858890Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201102034.xml (deflated 88%) 2022-12-01T10:52:59.2864578Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201102034.xml (deflated 87%) 2022-12-01T10:52:59.2875052Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201102034.xml (deflated 61%) 2022-12-01T10:52:59.2879593Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201102034.xml (deflated 85%) 2022-12-01T10:52:59.2883352Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201102034.xml (deflated 78%) 2022-12-01T10:52:59.2888098Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201102034.xml (deflated 73%) 2022-12-01T10:52:59.2900856Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201102034.xml (deflated 78%) 2022-12-01T10:52:59.2906113Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201102034.xml (deflated 84%) 2022-12-01T10:52:59.2911976Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201102228.xml (deflated 45%) 2022-12-01T10:52:59.2915910Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201102228.xml (deflated 74%) 2022-12-01T10:52:59.2928589Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201102228.xml (deflated 86%) 2022-12-01T10:52:59.2939835Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201102228.xml (deflated 90%) 2022-12-01T10:52:59.2944726Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201102228.xml (deflated 76%) 2022-12-01T10:52:59.2949293Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201102228.xml (deflated 70%) 2022-12-01T10:52:59.2952821Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201102228.xml (deflated 43%) 2022-12-01T10:52:59.2962396Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201102228.xml (deflated 40%) 2022-12-01T10:52:59.2966023Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201102228.xml (deflated 72%) 2022-12-01T10:52:59.2970278Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201102228.xml (deflated 42%) 2022-12-01T10:52:59.2974080Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201102228.xml (deflated 59%) 2022-12-01T10:52:59.2984029Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201102228.xml (deflated 52%) 2022-12-01T10:52:59.2988155Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201102228.xml (deflated 60%) 2022-12-01T10:52:59.2992231Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201102228.xml (deflated 42%) 2022-12-01T10:52:59.2996550Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201102228.xml (deflated 42%) 2022-12-01T10:52:59.3139617Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102235.xml (deflated 97%) 2022-12-01T10:52:59.3144822Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201102343.xml (deflated 60%) 2022-12-01T10:52:59.3149074Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201102352.xml (deflated 62%) 2022-12-01T10:52:59.3161860Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201102352.xml (deflated 90%) 2022-12-01T10:52:59.3167804Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20221201102352.xml (deflated 85%) 2022-12-01T10:52:59.3177128Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201102352.xml (deflated 76%) 2022-12-01T10:52:59.3183711Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201102359.xml (deflated 84%) 2022-12-01T10:52:59.3195383Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102446.xml (deflated 41%) 2022-12-01T10:52:59.3200219Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102446.xml (deflated 67%) 2022-12-01T10:52:59.3205853Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102446.xml (deflated 73%) 2022-12-01T10:52:59.3209881Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102446.xml (deflated 82%) 2022-12-01T10:52:59.3227557Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201102457.xml (deflated 90%) 2022-12-01T10:52:59.3243163Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201102457.xml (deflated 97%) 2022-12-01T10:52:59.3247439Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201102457.xml (deflated 40%) 2022-12-01T10:52:59.3277019Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201102457.xml (deflated 98%) 2022-12-01T10:52:59.3281463Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201102457.xml (deflated 58%) 2022-12-01T10:52:59.3286105Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201102522.xml (deflated 59%) 2022-12-01T10:52:59.3295554Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201102522.xml (deflated 83%) 2022-12-01T10:52:59.3300851Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201102522.xml (deflated 85%) 2022-12-01T10:52:59.3305098Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201102522.xml (deflated 76%) 2022-12-01T10:52:59.3319531Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201102533.xml (deflated 90%) 2022-12-01T10:52:59.3330342Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201102533.xml (deflated 94%) 2022-12-01T10:52:59.3341780Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201102533.xml (deflated 96%) 2022-12-01T10:52:59.3347268Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201102553.xml (deflated 90%) 2022-12-01T10:52:59.3359845Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201102553.xml (deflated 67%) 2022-12-01T10:52:59.3375511Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201102559.xml (deflated 96%) 2022-12-01T10:52:59.3380184Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102609.xml (deflated 62%) 2022-12-01T10:52:59.3386415Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102609.xml (deflated 53%) 2022-12-01T10:52:59.3392559Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102609.xml (deflated 66%) 2022-12-01T10:52:59.3402962Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102609.xml (deflated 59%) 2022-12-01T10:52:59.3407388Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201102617.xml (deflated 84%) 2022-12-01T10:52:59.3417877Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201102617.xml (deflated 95%) 2022-12-01T10:52:59.3429996Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102621.xml (deflated 93%) 2022-12-01T10:52:59.3434198Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102621.xml (deflated 80%) 2022-12-01T10:52:59.3448388Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102621.xml (deflated 95%) 2022-12-01T10:52:59.3453669Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201102625.xml (deflated 82%) 2022-12-01T10:52:59.3461058Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102626.xml (deflated 74%) 2022-12-01T10:52:59.3474038Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102629.xml (deflated 90%) 2022-12-01T10:52:59.3478281Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102629.xml (deflated 87%) 2022-12-01T10:52:59.3483436Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102629.xml (deflated 77%) 2022-12-01T10:52:59.3487419Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102629.xml (deflated 42%) 2022-12-01T10:52:59.3495986Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102632.xml (deflated 72%) 2022-12-01T10:52:59.3499651Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102632.xml (deflated 64%) 2022-12-01T10:52:59.3503870Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102632.xml (deflated 73%) 2022-12-01T10:52:59.3509208Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201102635.xml (deflated 83%) 2022-12-01T10:52:59.3521673Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102636.xml (deflated 62%) 2022-12-01T10:52:59.3536757Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201102648.xml (deflated 95%) 2022-12-01T10:52:59.3542054Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102648.xml (deflated 54%) 2022-12-01T10:52:59.3546218Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102648.xml (deflated 71%) 2022-12-01T10:52:59.3550752Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102648.xml (deflated 65%) 2022-12-01T10:52:59.3558413Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102648.xml (deflated 80%) 2022-12-01T10:52:59.3562376Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102648.xml (deflated 83%) 2022-12-01T10:52:59.3566131Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102648.xml (deflated 74%) 2022-12-01T10:52:59.3570385Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102648.xml (deflated 57%) 2022-12-01T10:52:59.3582941Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102648.xml (deflated 73%) 2022-12-01T10:52:59.3588028Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102648.xml (deflated 80%) 2022-12-01T10:52:59.3591721Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102648.xml (deflated 77%) 2022-12-01T10:52:59.3595614Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102648.xml (deflated 70%) 2022-12-01T10:52:59.3605030Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102648.xml (deflated 71%) 2022-12-01T10:52:59.3608949Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102648.xml (deflated 50%) 2022-12-01T10:52:59.3612924Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102648.xml (deflated 65%) 2022-12-01T10:52:59.3616487Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102648.xml (deflated 70%) 2022-12-01T10:52:59.3626316Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102648.xml (deflated 78%) 2022-12-01T10:52:59.3630460Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102648.xml (deflated 79%) 2022-12-01T10:52:59.3635166Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201102657.xml (deflated 53%) 2022-12-01T10:52:59.3639658Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201102702.xml (deflated 53%) 2022-12-01T10:52:59.3650722Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201102702.xml (deflated 68%) 2022-12-01T10:52:59.3661348Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201102707.xml (deflated 92%) 2022-12-01T10:52:59.3665559Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201102707.xml (deflated 48%) 2022-12-01T10:52:59.3677647Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201102711.xml (deflated 93%) 2022-12-01T10:52:59.3689322Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201102712.xml (deflated 89%) 2022-12-01T10:52:59.3694446Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201102716.xml (deflated 76%) 2022-12-01T10:52:59.3698724Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201102716.xml (deflated 66%) 2022-12-01T10:52:59.3702527Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201102716.xml (deflated 42%) 2022-12-01T10:52:59.3712064Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201102719.xml (deflated 82%) 2022-12-01T10:52:59.3717154Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201102719.xml (deflated 81%) 2022-12-01T10:52:59.3721444Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201102723.xml (deflated 62%) 2022-12-01T10:52:59.3734493Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201102723.xml (deflated 84%) 2022-12-01T10:52:59.3746974Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201102726.xml (deflated 95%) 2022-12-01T10:52:59.3789918Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201104252.xml (deflated 97%) 2022-12-01T10:52:59.3790502Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201104555.xml (deflated 53%) 2022-12-01T10:52:59.3790993Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201104555.xml (deflated 53%) 2022-12-01T10:52:59.3791513Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201104555.xml (deflated 42%) 2022-12-01T10:52:59.3792016Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201104555.xml (deflated 40%) 2022-12-01T10:52:59.3792507Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201104555.xml (deflated 88%) 2022-12-01T10:52:59.3793406Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201104555.xml (deflated 70%) 2022-12-01T10:52:59.3826284Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20221201104555.xml (deflated 95%) 2022-12-01T10:52:59.3839119Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201104555.xml (deflated 95%) 2022-12-01T10:52:59.3839674Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201104555.xml (deflated 86%) 2022-12-01T10:52:59.3840239Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201104555.xml (deflated 73%) 2022-12-01T10:52:59.3840749Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104924.xml (deflated 77%) 2022-12-01T10:52:59.3841247Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104924.xml (deflated 80%) 2022-12-01T10:52:59.3842840Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104924.xml (deflated 91%) 2022-12-01T10:52:59.3843463Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104949.xml (deflated 81%) 2022-12-01T10:52:59.3844933Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104949.xml (deflated 87%) 2022-12-01T10:52:59.3845446Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201104952.xml (deflated 77%) 2022-12-01T10:52:59.3845950Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201104952.xml (deflated 52%) 2022-12-01T10:52:59.3846632Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201104952.xml (deflated 91%) 2022-12-01T10:52:59.3847116Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201104952.xml (deflated 39%) 2022-12-01T10:52:59.3848829Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201104955.xml (deflated 95%) 2022-12-01T10:52:59.3850094Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201104955.xml (deflated 95%) 2022-12-01T10:52:59.3850689Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201104955.xml (deflated 76%) 2022-12-01T10:52:59.3851347Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201104955.xml (deflated 84%) 2022-12-01T10:52:59.3856605Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201104955.xml (deflated 93%) 2022-12-01T10:52:59.3872913Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105024.xml (deflated 96%) 2022-12-01T10:52:59.3874210Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201105032.xml (deflated 87%) 2022-12-01T10:52:59.3874736Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201105036.xml (deflated 73%) 2022-12-01T10:52:59.3875363Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201105040.xml (deflated 55%) 2022-12-01T10:52:59.3876040Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201105043.xml (deflated 60%) 2022-12-01T10:52:59.3876632Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201105044.xml (deflated 40%) 2022-12-01T10:52:59.3877185Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201105054.xml (deflated 80%) 2022-12-01T10:52:59.3877728Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201105054.xml (deflated 67%) 2022-12-01T10:52:59.3878272Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201105054.xml (deflated 40%) 2022-12-01T10:52:59.3878827Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201105054.xml (deflated 42%) 2022-12-01T10:52:59.3879395Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201105103.xml (deflated 80%) 2022-12-01T10:52:59.3879938Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201105103.xml (deflated 68%) 2022-12-01T10:52:59.3880484Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201105103.xml (deflated 41%) 2022-12-01T10:52:59.3881045Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201105103.xml (deflated 42%) 2022-12-01T10:52:59.3899367Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-45d2658b42e5a4bc.xml (deflated 93%) 2022-12-01T10:52:59.3919315Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-6339ddf801b6b504.xml (deflated 93%) 2022-12-01T10:52:59.3919821Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-dfd4c3849cbcd1cb.xml (deflated 66%) 2022-12-01T10:52:59.3985628Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-93d19e8ab37688c3.xml (deflated 96%) 2022-12-01T10:52:59.4052279Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-cb8cc6803c015506.xml (deflated 96%) 2022-12-01T10:52:59.4053021Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-92e4eaf27a331ed9.xml (deflated 92%) 2022-12-01T10:52:59.4065550Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-12-01T10:52:59.4073325Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-12-01T10:52:59.4089891Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-12-01T10:52:59.4103374Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-12-01T10:52:59.4103962Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-12-01T10:52:59.4126975Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:52:59.4127274Z # Remove any previous test reports if they exist 2022-12-01T10:52:59.4127515Z rm -f usage-log-*.zip 2022-12-01T10:52:59.4127779Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:52:59.4128078Z # so check to see if the file exists first 2022-12-01T10:52:59.4128309Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:52:59.4128558Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:52:59.4128762Z fi 2022-12-01T10:52:59.4140359Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:52:59.4140584Z env: 2022-12-01T10:52:59.4140751Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:59.4141000Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818325557 2022-12-01T10:52:59.4141230Z ##[endgroup] 2022-12-01T10:52:59.4399339Z adding: usage_log.txt (deflated 97%) 2022-12-01T10:52:59.4455867Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:52:59.4456081Z with: 2022-12-01T10:52:59.4456346Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:52:59.4456555Z retention-days: 14 2022-12-01T10:52:59.4456750Z if-no-files-found: warn 2022-12-01T10:52:59.4456947Z path: test-jsons-*.zip 2022-12-01T10:52:59.4457123Z name: artifact 2022-12-01T10:52:59.4457304Z s3-bucket: gha-artifacts 2022-12-01T10:52:59.4457494Z region: us-east-1 2022-12-01T10:52:59.4457647Z env: 2022-12-01T10:52:59.4457819Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:52:59.4458003Z ##[endgroup] 2022-12-01T10:53:00.1547829Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:00.1548206Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:00.1548486Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:00.1609145Z Starting upload of test-jsons-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:00.3155841Z Finished upload of test-jsons-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:00.3293859Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:53:00.3294093Z with: 2022-12-01T10:53:00.3294285Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:00.3294504Z retention-days: 14 2022-12-01T10:53:00.3294711Z if-no-files-found: error 2022-12-01T10:53:00.3294903Z path: test-reports-*.zip 2022-12-01T10:53:00.3295085Z name: artifact 2022-12-01T10:53:00.3295264Z s3-bucket: gha-artifacts 2022-12-01T10:53:00.3295439Z region: us-east-1 2022-12-01T10:53:00.3295603Z env: 2022-12-01T10:53:00.3295774Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:00.3295943Z ##[endgroup] 2022-12-01T10:53:00.6637475Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:00.6637950Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:00.6638443Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:00.6646172Z Starting upload of test-reports-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:00.8111103Z Finished upload of test-reports-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:00.8269803Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:53:00.8270153Z with: 2022-12-01T10:53:00.8270444Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:00.8270951Z retention-days: 14 2022-12-01T10:53:00.8271287Z if-no-files-found: ignore 2022-12-01T10:53:00.8271613Z path: usage-log-*.zip 2022-12-01T10:53:00.8271919Z name: artifact 2022-12-01T10:53:00.8272185Z s3-bucket: gha-artifacts 2022-12-01T10:53:00.8272452Z region: us-east-1 2022-12-01T10:53:00.8272698Z env: 2022-12-01T10:53:00.8272961Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:00.8273221Z ##[endgroup] 2022-12-01T10:53:01.1622290Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:01.1622849Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:01.1623126Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:01.1629946Z Starting upload of usage-log-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:01.4076865Z Finished upload of usage-log-test-default-2-2-linux.2xlarge_9818325557.zip 2022-12-01T10:53:01.4235147Z ##[group]Run set -x 2022-12-01T10:53:01.4235448Z set -x 2022-12-01T10:53:01.4235677Z python3 -m pip install -r requirements.txt 2022-12-01T10:53:01.4235931Z python3 -m pip install boto3==1.19.12 2022-12-01T10:53:01.4236289Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:53:01.4247429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:01.4247635Z env: 2022-12-01T10:53:01.4247815Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:01.4248019Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:53:01.4248200Z BRANCH: pull/89997 2022-12-01T10:53:01.4248385Z TEST_CONFIG: default 2022-12-01T10:53:01.4248564Z SHARD_NUMBER: 2 2022-12-01T10:53:01.4248767Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:53:01.4248982Z PR_NUMBER: 89997 2022-12-01T10:53:01.4249171Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:53:01.4249367Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:53:01.4249634Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:53:01.4249839Z TAG: 2022-12-01T10:53:01.4249998Z WORKFLOW_ID: 3591403534 2022-12-01T10:53:01.4250314Z GITHUB_TOKEN: *** 2022-12-01T10:53:01.4250502Z GHA_WORKFLOW_JOB_ID: 9818325557 2022-12-01T10:53:01.4250676Z ##[endgroup] 2022-12-01T10:53:01.4275447Z + python3 -m pip install -r requirements.txt 2022-12-01T10:53:01.6406074Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:53:01.6663796Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:53:01.6689186Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:53:01.6697518Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:53:01.6706954Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:53:01.7069016Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:53:01.7077477Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:53:01.7155421Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:53:01.7163470Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:53:01.7385408Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:53:01.7556267Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:53:01.7566435Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T10:53:01.7572846Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:53:01.7583929Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:53:01.7605139Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T10:53:01.7621363Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T10:53:01.7631668Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T10:53:01.7878651Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:53:01.7897316Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T10:53:01.7906097Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T10:53:01.7917840Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T10:53:01.8069422Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T10:53:01.8088203Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T10:53:01.8959617Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:53:02.1028348Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:53:02.1207143Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:53:02.1255903Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T10:53:02.1281883Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T10:53:02.1329969Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T10:53:02.1342450Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T10:53:02.1361738Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T10:53:02.1512871Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T10:53:02.3333138Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:53:53.0272255Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:53:53.0272598Z 2022-12-01T10:53:53.0272890Z ----- Historic stats comparison result ------ 2022-12-01T10:53:53.0273171Z 2022-12-01T10:53:53.0273401Z job: linux-focal-py3.7-gcc7 2022-12-01T10:53:53.0273871Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:53:53.0276495Z 2022-12-01T10:53:53.0276788Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:53:53.0277091Z 2022-12-01T10:53:53.0277188Z : (master) 2022-12-01T10:53:53.0277425Z | 2022-12-01T10:53:53.0277691Z | * c13d400bff (HEAD) total time 4612.55s 2022-12-01T10:53:53.0278015Z | | 2022-12-01T10:53:53.0278248Z | : (59 commits) 2022-12-01T10:53:53.0278482Z |/ 2022-12-01T10:53:53.0278900Z * 67eb2d5952 (base) 12 reports, total time 2500.30s ± 1654.93s 2022-12-01T10:53:53.0279267Z * 1c5ca724f4 6 reports, total time 2466.99s ± 1724.34s 2022-12-01T10:53:53.0279846Z * 9d6109c4b0 6 reports, total time 2484.54s ± 1728.75s 2022-12-01T10:53:53.0280553Z * 736adc0808 6 reports, total time 2481.20s ± 1744.38s 2022-12-01T10:53:53.0280861Z * a348975e00 6 reports, total time 2497.04s ± 1746.31s 2022-12-01T10:53:53.0281176Z * db13049b88 6 reports, total time 2514.30s ± 1779.23s 2022-12-01T10:53:53.0281486Z * d07b85393a 6 reports, total time 2478.62s ± 1754.66s 2022-12-01T10:53:53.0281778Z * ac25c210e5 6 reports, total time 2568.96s ± 1821.46s 2022-12-01T10:53:53.0282091Z * 2355b6256b 6 reports, total time 2536.34s ± 1800.59s 2022-12-01T10:53:53.0282395Z * 4f95f7ae9b 6 reports, total time 2504.50s ± 1759.28s 2022-12-01T10:53:53.0282628Z | 2022-12-01T10:53:53.0282852Z : 2022-12-01T10:53:53.0283007Z 2022-12-01T10:53:53.0283139Z Removed (across 484 suites) 0 tests, totaling 0.00s 2022-12-01T10:53:53.0283581Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:53:53.0284028Z Added (across 497 suites) 50156 tests, totaling +4612.55s 2022-12-01T10:53:53.1431401Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:53:53.1431635Z with: 2022-12-01T10:53:53.1431797Z env: 2022-12-01T10:53:53.1431968Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:53.1432140Z ##[endgroup] 2022-12-01T10:53:53.1447156Z ##[group]Run set -eou pipefail 2022-12-01T10:53:53.1447380Z set -eou pipefail 2022-12-01T10:53:53.1447559Z  2022-12-01T10:53:53.1447795Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:53:53.1448032Z for _ in $(seq 1440); do 2022-12-01T10:53:53.1448248Z  # Break if no ssh session exists anymore 2022-12-01T10:53:53.1448467Z  if [ "$(who)" = "" ]; then 2022-12-01T10:53:53.1448637Z  break 2022-12-01T10:53:53.1448802Z  fi 2022-12-01T10:53:53.1448967Z  echo "." 2022-12-01T10:53:53.1449127Z  sleep 5 2022-12-01T10:53:53.1449293Z done 2022-12-01T10:53:53.1460907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:53.1461116Z env: 2022-12-01T10:53:53.1461297Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:53.1461491Z ##[endgroup] 2022-12-01T10:53:53.1485597Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:53:53.1572449Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:53:53.1572762Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:53:53.1573012Z # shellcheck disable=SC2046 2022-12-01T10:53:53.1573239Z docker stop $(docker ps -q) || true 2022-12-01T10:53:53.1573452Z # Prune all of the docker images 2022-12-01T10:53:53.1573665Z docker system prune -af 2022-12-01T10:53:53.1584079Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:53.1584296Z env: 2022-12-01T10:53:53.1584474Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:53.1584649Z ##[endgroup] 2022-12-01T10:53:53.5664876Z 8958e6cc1684 2022-12-01T10:53:54.9490815Z Deleted Containers: 2022-12-01T10:53:54.9491350Z 8958e6cc16847b9da47e645e5c02969a1187d4b6fb68b0727bd1961c4f9ce8b3 2022-12-01T10:53:54.9491921Z 2022-12-01T10:54:01.9640367Z Deleted Images: 2022-12-01T10:54:01.9641176Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:54:01.9641960Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:54:01.9642739Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:54:01.9643223Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:54:01.9643627Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:54:01.9644007Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:54:01.9644427Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:54:01.9644759Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:54:01.9645100Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:54:01.9645435Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:54:01.9645777Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:54:01.9646160Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:54:01.9646465Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:54:01.9646840Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:54:01.9647201Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:54:01.9647681Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:54:01.9648010Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:54:01.9648421Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:54:01.9648763Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:54:01.9649114Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:54:01.9649441Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:54:01.9649781Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:54:01.9650105Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:54:01.9650402Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:54:01.9650740Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:54:01.9651065Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:54:01.9651367Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:54:01.9651813Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:54:01.9652113Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:54:01.9652422Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:54:01.9652757Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:54:01.9653088Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:54:01.9653419Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:54:01.9653743Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:54:01.9654077Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:54:01.9654503Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:54:01.9654849Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:54:01.9655161Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:54:01.9655477Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:54:01.9655798Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:54:01.9656135Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:54:01.9656465Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:54:01.9656795Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:54:01.9657166Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:54:01.9657482Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:54:01.9657805Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:54:01.9658115Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:54:01.9658530Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:54:01.9658875Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:54:01.9659221Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:54:01.9659540Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:54:01.9659923Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:54:01.9660393Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:54:01.9660719Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:54:01.9661047Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:54:01.9661359Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:54:01.9661684Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:54:01.9661997Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:54:01.9662317Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:54:01.9662647Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:54:01.9662948Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:54:01.9663128Z 2022-12-01T10:54:01.9669209Z Total reclaimed space: 6.831GB 2022-12-01T10:54:01.9765013Z Post job cleanup. 2022-12-01T10:54:01.9832566Z Post job cleanup. 2022-12-01T10:54:02.0919437Z [command]/usr/bin/git version 2022-12-01T10:54:02.0965072Z git version 2.37.1 2022-12-01T10:54:02.1003335Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9209fc18-bd6b-4633-bf6e-f5da400aa32e' before making global git config changes 2022-12-01T10:54:02.1003838Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:54:02.1007957Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:54:02.1056278Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:54:02.1085407Z [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:54:02.1434404Z Entering 'android/libs/fbjni' 2022-12-01T10:54:02.1487090Z Entering 'third_party/FP16' 2022-12-01T10:54:02.1533627Z Entering 'third_party/FXdiv' 2022-12-01T10:54:02.1583098Z Entering 'third_party/NNPACK' 2022-12-01T10:54:02.1630863Z Entering 'third_party/QNNPACK' 2022-12-01T10:54:02.1679638Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:54:02.1713645Z Entering 'third_party/XNNPACK' 2022-12-01T10:54:02.1835181Z Entering 'third_party/benchmark' 2022-12-01T10:54:02.1886189Z Entering 'third_party/cpuinfo' 2022-12-01T10:54:02.1939329Z Entering 'third_party/cub' 2022-12-01T10:54:02.1990723Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:54:02.2029634Z Entering 'third_party/cutlass' 2022-12-01T10:54:02.2070429Z Entering 'third_party/eigen' 2022-12-01T10:54:02.2135300Z Entering 'third_party/fbgemm' 2022-12-01T10:54:02.2221205Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:54:02.2286332Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:54:02.2343582Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:54:02.2413828Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:54:02.2457885Z Entering 'third_party/flatbuffers' 2022-12-01T10:54:02.2494913Z Entering 'third_party/fmt' 2022-12-01T10:54:02.2543938Z Entering 'third_party/foxi' 2022-12-01T10:54:02.2588466Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:54:02.2636968Z Entering 'third_party/gloo' 2022-12-01T10:54:02.2690243Z Entering 'third_party/googletest' 2022-12-01T10:54:02.2743932Z Entering 'third_party/ideep' 2022-12-01T10:54:02.2831631Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:54:02.2999683Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:54:02.3083595Z Entering 'third_party/ios-cmake' 2022-12-01T10:54:02.3127800Z Entering 'third_party/ittapi' 2022-12-01T10:54:02.3162247Z Entering 'third_party/kineto' 2022-12-01T10:54:02.3196589Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:54:02.3230235Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:54:02.3265479Z Entering 'third_party/nccl/nccl' 2022-12-01T10:54:02.3310168Z Entering 'third_party/neon2sse' 2022-12-01T10:54:02.3349743Z Entering 'third_party/nlohmann' 2022-12-01T10:54:02.3385653Z Entering 'third_party/onnx' 2022-12-01T10:54:02.3572107Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:54:02.3664101Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:54:02.3709666Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:54:02.3795713Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:54:02.3929527Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:54:02.4015505Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:54:02.4123399Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:54:02.4151282Z Entering 'third_party/pocketfft' 2022-12-01T10:54:02.4185785Z Entering 'third_party/protobuf' 2022-12-01T10:54:02.4313435Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:54:02.4379413Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:54:02.4428051Z Entering 'third_party/psimd' 2022-12-01T10:54:02.4467278Z Entering 'third_party/pthreadpool' 2022-12-01T10:54:02.4506636Z Entering 'third_party/pybind11' 2022-12-01T10:54:02.4552115Z Entering 'third_party/python-enum' 2022-12-01T10:54:02.4590949Z Entering 'third_party/python-peachpy' 2022-12-01T10:54:02.4633876Z Entering 'third_party/python-six' 2022-12-01T10:54:02.4674362Z Entering 'third_party/sleef' 2022-12-01T10:54:02.4717963Z Entering 'third_party/tbb' 2022-12-01T10:54:02.4755494Z Entering 'third_party/tensorpipe' 2022-12-01T10:54:02.4830979Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:54:02.4887597Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:54:02.4944635Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:54:02.5002600Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:54:02.5065079Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:54:02.5114575Z Entering 'third_party/zstd' 2022-12-01T10:54:02.5176728Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:54:02.5202862Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5210267Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:54:02.5240847Z [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:54:02.5491483Z Entering 'android/libs/fbjni' 2022-12-01T10:54:02.5511013Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5537814Z Entering 'third_party/FP16' 2022-12-01T10:54:02.5557350Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5583483Z Entering 'third_party/FXdiv' 2022-12-01T10:54:02.5603057Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5629305Z Entering 'third_party/NNPACK' 2022-12-01T10:54:02.5649378Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5677318Z Entering 'third_party/QNNPACK' 2022-12-01T10:54:02.5696694Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5723224Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:54:02.5742501Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5768757Z Entering 'third_party/XNNPACK' 2022-12-01T10:54:02.5789078Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5834642Z Entering 'third_party/benchmark' 2022-12-01T10:54:02.5853685Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5879960Z Entering 'third_party/cpuinfo' 2022-12-01T10:54:02.5901110Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5927722Z Entering 'third_party/cub' 2022-12-01T10:54:02.5948053Z http.https://github.com/.extraheader 2022-12-01T10:54:02.5974708Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:54:02.5994530Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6026434Z Entering 'third_party/cutlass' 2022-12-01T10:54:02.6046193Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6078835Z Entering 'third_party/eigen' 2022-12-01T10:54:02.6099347Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6127419Z Entering 'third_party/fbgemm' 2022-12-01T10:54:02.6147460Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6174110Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:54:02.6193374Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6219491Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:54:02.6238521Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6265538Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:54:02.6284982Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6310892Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:54:02.6330306Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6358471Z Entering 'third_party/flatbuffers' 2022-12-01T10:54:02.6378468Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6406280Z Entering 'third_party/fmt' 2022-12-01T10:54:02.6425733Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6451748Z Entering 'third_party/foxi' 2022-12-01T10:54:02.6471863Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6497802Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:54:02.6517612Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6543190Z Entering 'third_party/gloo' 2022-12-01T10:54:02.6562454Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6588586Z Entering 'third_party/googletest' 2022-12-01T10:54:02.6608681Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6634948Z Entering 'third_party/ideep' 2022-12-01T10:54:02.6655854Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6681195Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:54:02.6700372Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6727576Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:54:02.6746665Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6779850Z Entering 'third_party/ios-cmake' 2022-12-01T10:54:02.6799684Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6826113Z Entering 'third_party/ittapi' 2022-12-01T10:54:02.6846041Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6872296Z Entering 'third_party/kineto' 2022-12-01T10:54:02.6892253Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6919921Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:54:02.6938926Z http.https://github.com/.extraheader 2022-12-01T10:54:02.6964659Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:54:02.6983634Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7010846Z Entering 'third_party/nccl/nccl' 2022-12-01T10:54:02.7030870Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7057184Z Entering 'third_party/neon2sse' 2022-12-01T10:54:02.7076582Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7101760Z Entering 'third_party/nlohmann' 2022-12-01T10:54:02.7121715Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7149307Z Entering 'third_party/onnx' 2022-12-01T10:54:02.7168164Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7205917Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:54:02.7225805Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7252679Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:54:02.7272102Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7299377Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:54:02.7319140Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7345478Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:54:02.7364466Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7395268Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:54:02.7415960Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7441975Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:54:02.7461739Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7497147Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:54:02.7516594Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7558917Z Entering 'third_party/pocketfft' 2022-12-01T10:54:02.7580788Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7606252Z Entering 'third_party/protobuf' 2022-12-01T10:54:02.7626055Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7655785Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:54:02.7674664Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7710625Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:54:02.7729540Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7765502Z Entering 'third_party/psimd' 2022-12-01T10:54:02.7784798Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7810888Z Entering 'third_party/pthreadpool' 2022-12-01T10:54:02.7831004Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7866844Z Entering 'third_party/pybind11' 2022-12-01T10:54:02.7886298Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7912637Z Entering 'third_party/python-enum' 2022-12-01T10:54:02.7933160Z http.https://github.com/.extraheader 2022-12-01T10:54:02.7958118Z Entering 'third_party/python-peachpy' 2022-12-01T10:54:02.7977985Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8003912Z Entering 'third_party/python-six' 2022-12-01T10:54:02.8023648Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8059215Z Entering 'third_party/sleef' 2022-12-01T10:54:02.8078333Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8104821Z Entering 'third_party/tbb' 2022-12-01T10:54:02.8125116Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8152918Z Entering 'third_party/tensorpipe' 2022-12-01T10:54:02.8173127Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8199673Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:54:02.8218745Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8245258Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:54:02.8264279Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8290318Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:54:02.8309362Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8336021Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:54:02.8355219Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8381212Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:54:02.8400494Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8429612Z Entering 'third_party/zstd' 2022-12-01T10:54:02.8449028Z http.https://github.com/.extraheader 2022-12-01T10:54:02.8750095Z Cleaning up orphan processes